Learn like never before.

Develop and fine-tune your skills through an extensive collection of project tutorial videos.

Building a Memory Match Game in Python

Join software engineer Lina as she teaches how to build a memory match game called "Flipping Tiles" in Python. Lina Hsu goes in depth into the coding of the game to ensure that you understand what she is doing.

Building a Discord Bot in Python

Join software engineer Thanosan as he teaches how to build a Discord bot in Python. From coding the bot to setting it up in the Discord Developer Portal, Thanosan Prathifkumar shows it all!

Binary Search in Python

Join software engineer Parth as he teaches how to perform binary searches in Python. Parth Sakpal will also explain what a binary search is and how it works.

Writing SQL in Python

Join software engineer Parth as he teaches how to write SQL code in Python. Parth uses the SQLite3 library to demonstrate CRUD (Create, Read, Update, and Delete) with a database. He writes SQL code in Python to create a database, add elements to it, read from it, update it, and delete from it.

Intro to REST API Part 3

In the last video of this tutorial series, software engineer Rohit finishes teaching us how to create a REST API.

Intro to REST API Part 2

In the second video of this tutorial series, software engineer Rohit continues to teach us how to create a REST API.

Intro to REST API Part 1

In the first video of this tutorial series, software engineer Rohit teaches us how to create a simple REST API using Typescript and Express.js. Rohit will also teach us what an API is and what a REST API is.

Creating Cheat Sheets using Markdown

In this video, software engineer Katherine takes you through the process of creating a comprehensive cheatsheet using Markdown. By the end of this video, you will have a clear understanding of how to create a well-structured and visually appealing cheatsheet using Markdown.

Creating a Snake Game in Java — Part 2

In the second part of this series, software engineer Katherine walks you through the process of creating a Snake Game using Java. By the end of this two-part series, you will be able to create your own fully functional Snake Game using Java, and have a solid understanding of the underlying concepts and techniques involved.

Creating a Snake Game in Java — Part 1

In the first part of this series, software engineer Katherine walks you through the process of creating a Snake Game using Java. By the end of this two-part series, you will be able to create your own fully functional Snake Game using Java, and have a solid understanding of the underlying concepts and techniques involved.

Intro to Cloud Firestore

In this video, join software engineer Ayaan as he takes you on a comprehensive tour of Cloud Firestore — a highly scalable, NoSQL document database offered by Google Cloud Platform. By the end of this tutorial, you'll have the knowledge and skills needed to start building robust, scalable applications with Firestore.

Writing Your First Code in Eclipse

In the third video of this series, software engineer Sachin teaches us how to set up and write our first code in Eclipse on Windows. He walks us through the installation, organization, and initial coding processes. Sachin uses Java to write a simple "Hello World!" program.

Writing Your First Code in Sublime Text

In the second video of this series, software engineer Katia teaches us how to set up and write our first code in Sublime Text on Mac. She walks us through the installation, organization, and initial coding processes. Katia uses Java to write a simple "Hello World!" program.

Writing Your First Code in Visual Studio Code

In the first video of this series, software engineer Katia teaches us how to set up and write our first code in Visual Studio Code on Mac. She walks us through the installation, organization, and initial coding processes. Katia uses Java to write a simple "Hello World!" program.

Creating Tic-Tac-Toe in Java

Join software engineer Katia as she guides us through the process of creating a Tic-Tac-Toe game using Java. In this tutorial, she uses Sublime Text, but any IDE or code editor will work. By the end, you will have a fully functional Tic-Tac-Toe game!

Creating a Calculator in Python

In this tutorial, software engineer Darren takes us through the step-by-step process of creating a simple calculator using the popular programming language Python. Any IDE or code editor works to write this program, but in the video, Darren is using PyCharm.