Serving 25 articles and counting

|

Practical programming guides, free interactive tools and a complete PHP OOP course β€” everything tested before it's published.

25 Articles
3 Free tools
1 Courses
PHP OOPPythonJavaScriptGoJavaSQLGitLinuxTypeScriptReactDjangoAPIs
NEW COURSE Β· FREE Python for Beginners The friendliest first language β€” from your very first line to writing real programs with variables, loops, lists and functions. Run every example in the browser. 10 chapters Β· Beginner friendly Start learning β†’
The best way to predict the future is to invent it.
— Alan Kay
Any sufficiently advanced technology is indistinguishable from magic.
— Arthur C. Clarke
Code is like humor. When you have to explain it, it’s bad.
— Cory House
First, solve the problem. Then, write the code.
— John Johnson
Every great developer you know got there by solving problems they were unqualified to solve until they actually did it.
— Patrick McKenzie
Featured

Latest article

All articles β†’
Latest posts

From the blog

Read all β†’
Free tools

Practice while you learn

GM

Hi, I'm Godfrey

I'm a software developer based in Zambia. I build things, break things, and write about what I learn along the way. Everything on this site is free β€” no paywalls, no sign-ups, just useful content.

More about me β†’

<?php
    echo "Hello, world!";
    // Output: Hello, world!
?>