developer
Community posts
-

Build a Tiny API From Scratch
A Practical Introduction to Backend Development Create a small API, accept requests, return JSON, handle errors, and connect…
-

How a Web Page Actually Works
Programming · Web Development From a URL typed into your browser to HTML rendered on your screen —…
-

Hello world!
Where Every Developer Starts A tiny program, a legendary tradition, and the first step into programming. There is…
Articles
-

Build a Tiny API From Scratch
A Practical Introduction to Backend Development Create a small API, accept requests, return JSON, handle errors, and connect a simple frontend to your backend. 12 min read · Web Development · JavaScript · APIs One of the best ways to understand web development is to stop thinking about the frontend and backend as mysterious separate…
-

How a Web Page Actually Works
Programming · Web Development From a URL typed into your browser to HTML rendered on your screen — a practical introduction to the web request lifecycle. 10 min read · Web Development · HTML · HTTP A web page can feel deceptively simple. You enter a URL, press Enter, and a few seconds later a…
-

Hello world!
Where Every Developer Starts A tiny program, a legendary tradition, and the first step into programming. There is a strange tradition shared by programmers across almost every language: before building an application, writing a game, deploying a server, or creating something that will eventually consume thousands of lines of code, we start with two simple…