Tutorials

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

Tutorial thumbnail

Create your own syntax highlighter - in vanilla JS!

March 7, 2025

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

JavaScript
Read Tutorial
Tutorial thumbnail

Building a Responsive Navigation Menu with Vanilla JS

March 7, 2025

Learn how to create a responsive navigation menu using only vanilla JavaScript, HTML, and CSS.

CSS HTML JavaScript
Read Tutorial
Tutorial thumbnail

Creating a Dynamic Form Validator

March 7, 2025

Build a reusable form validator without any external libraries.

Forms HTML JavaScript
Read Tutorial
Tutorial thumbnail

PHP Session Management from Scratch

March 7, 2025

Learn how to implement secure session management in PHP without frameworks.

PHP Security
Read Tutorial