Python CMD CRUD App
Learn the fundamentals of programming by building a command-line car rental system. Master Create, Read, Update, and Delete operations using basic Python lists and dictionaries.
The Steps to Machine Learning
Understand the essential foundations of Machine Learning, from Python and statistics to calculus. A conceptual guide to building a house price predictor model.
Integrate ML with Django
Take your machine learning model to the web! Learn how to deploy a trained model inside a Django application to make live predictions through a web interface.
Flask & SQLite CRUD App
Discover the power of Python micro-frameworks. Build a complete blog management system using Flask and the built-in SQLite database from a single Python file.
Java Spring Boot Banking API
Dive into backend development with Java. Create a simple and robust REST API for a bank account using the powerful Spring Boot framework and an in-memory database.
Laravel 11 CRUD App
Learn one of the most elegant PHP frameworks. Build a complete Task Manager from scratch, covering migrations, Eloquent models, controllers, and Blade views.
Simple Java GUI App
Go beyond the console and build your first desktop application. Create an interactive "Greeting App" using Java's built-in Swing library for graphical user interfaces.
Android App with Java
Enter the world of mobile development. Build a native Android "Tip Calculator" app from the ground up using Java and Android Studio, from XML layout design to interactive logic.