Hi, what do you want to do?
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Responding with Multiple Endpoints in Node.js
In this video, we provide a tutorial on how to create multiple endpoints for a Node web server and respond with data to each of those endpoints. We explain why multiple endpoints are necessary for building complex web applications and...
Curated Video
Mastering HTML Buttons: Adding Interactivity to Your Website
HTML buttons are essential elements in web development, allowing users to interact with websites by triggering various actions. While the button tag itself doesn't have built-in functionality, it serves as a foundation for implementing...
Curated Video
Understanding Links in HTML: How to Create Clickable Links on the Web
Learn how to create clickable links on web pages using HTML with this concise video transcript. Discover how the A tag is utilized to connect pages, specify link text, and direct users to URLs. Perfect for beginners looking to enhance...
Curated Video
Understanding HTML Tags and Attributes
This video provides an introduction to HTML tags and attributes. It explains that HTML tags consist of a tag name enclosed in angle brackets, but attributes can also be added to provide additional information to the tag. Attributes are...
Curated Video
Is Coding the Right Career Choice for You?
This video explores the hype around coding as a valuable skill and potential career choice. It highlights the job market saturation for programmers, the dedication required to excel in coding, and the evolving nature of technology....
Curated Video
Python Lesson31: Nested For Loop Staircase Star Pattern
Learn how to create a unique star pattern that resemble a staircase.
Curated Video
AI2 Lesson 1
The first thing you need is to create an account with the AI2 platform and you are good to go! In this video, we will be exploring the online platform to get comfortable with it.
Curated Video
AI2 Lesson 5
We will now be adding a TextBox to the screen to capture the user-input. The Text-To-Speech converter will now convert this new text over to speech.
Curated Video
Python Assignment 5
In this assignment, you are required to do the following: Prompt the user to enter the number of stars to be printed. Once the value is obtained, print a square of "stars" with each row and each column having the number of stars entered...
Curated Video
Python Lesson16
In this lesson, we explore Strings. We first understand how to calculate the length of a string. We then concatenate strings together. After that, we see how we can extract subsets of a string.
Curated Video
Python Assignment 8
This is a Number Guessing Game! Prompt the user to enter a number within the range and keep giving hints to help the player get the correct answer! A great way to revise all your basic Python concepts!
Curated Video
Code with your Kid! - Ravi Suppiah, RP ICG, Sembawang IAEC
Taalam feature of our 'Code with your Kid!' workshop that was conducted together with RP ISC and Sembawang IAEC.
Curated Video
Scratch Lesson 3
This video discusses the use of the Green Flag as an Event Trigger. We also discuss Loops and specifically the "forever" loop.
Curated Video
Python Assignment 1
This video guides you through the steps to create a simple Calculator application. Make sure you have tried it first before looking at the solution. :)
Curated Video
Python Lesson 4
In this lesson, we learn how we can use the split() functionality together with input() so that we can capture several input parameters at the same time.
Curated Video
Python Lesson 6
Here we explore the "if-else" statements we can use in Python for decision making.
Curated Video
Python Assignment 2
In this video we discuss the Assignment 2 question which requires you to capture two numbers from the user and print out the bigger number.
Curated Video
AI2 Lesson 3
In this video, you will get to install the AI2 companion on your android device. You will then mirror whatever your are developing on the computer immediately on your phone! How cool is that?
Curated Video
Python Lesson14
In this lesson, we understand the impact of the continue and break statements in a nested loop.
Curated Video
AI2 Lesson 4
Complete the code with the ability to capture the user input and call the Text-To-Speech Converter. You wont stop playing with your App after that! :)
Curated Video
Python Assignment 4
In this video we discuss the Assignment 4 Question: Create a Loop that will run for THREE times. Each time the loop runs, get input from the user. Inform the user if the number entered was an Even or Odd Number. This question reviews the...
Curated Video
Python Lesson17
In this lesson, we learn how to use the split and count functions for Strings.