Tutorials
Learn web development using only vanilla code - no frameworks, no libraries

Create your own syntax highlighter - in vanilla JS!
Ever wondered how syntax highlighting works on code tutorial websites? Wonder now longer. Here's a quick little tutorial showing you how to build one from scratch
Read Tutorial
Building a Responsive Navigation Menu with Vanilla JS
Learn how to create a responsive navigation menu using only vanilla JavaScript, HTML, and CSS.
Read Tutorial
Creating a Dynamic Form Validator
Build a reusable form validator without any external libraries.
Read Tutorial
PHP Session Management from Scratch
Learn how to implement secure session management in PHP without frameworks.
Read Tutorial