Tutorials

Master AI-assisted development with TypeScript, PHP, and Python. Step-by-step Codex prompt walkthroughs for real-world projects.

PHP

Build a Blog with Laravel

PHP + Laravel + Blade

Create posts, manage categories, and build an admin dashboard. Covers database migrations and authentication.

Python

Build a Blog with Flask

Python + Flask + SQLAlchemy

Write articles with a markdown editor, add comments, and set up user accounts. Learn routing and ORM basics.

Vanilla

Build a Blog from Scratch

HTML + CSS + JavaScript

No frameworks—just core web tech. Build a simple blog with local storage and dynamic content loading.

PHP

Build a Portfolio with Laravel

PHP + Laravel + Blade

Showcase your projects with image galleries and a contact form. Handle file uploads and email notifications.

Python

Build a Portfolio with Flask

Python + Flask + Jinja2

Display your work with a responsive grid layout. Add a working contact form that sends emails.

Vanilla

Build a Portfolio from Scratch

HTML + CSS + JavaScript

Build a clean portfolio site without dependencies. Includes smooth scrolling and mobile-friendly design.

PHP

Build a Shopping Portal with Laravel

PHP + Laravel + MySQL

Full e-commerce with cart, checkout, and order tracking. Learn payment integration and inventory management.

Python

Build a Shopping Portal with Flask

Python + Flask + PostgreSQL

Sell products online with a shopping cart and user orders. Covers sessions, database relationships, and auth.

Vanilla

Build a Shopping Portal from Scratch

HTML + CSS + JavaScript + LocalStorage

Client-side shop with cart persistence. Great for learning JavaScript state management without a backend.

Vanilla

Make A Media Manager With Cloudflare R2

Vanilla JS + Cloudflare R2 + AWS SDK

Build a browser-based media manager with drag-drop uploads, image optimization, and URL generation. No backend needed—pure client-side JavaScript.