<28/>
28 Lazy Coder

Category: All

Posts
A

JavaScript Async/Await Explained: A Complete Beginner’s Guide

Have you ever written a bunch of .then() chains and lost track of which bracket closes which? I remember the…

JavaScript · 16 min read
B

WordPress Custom Fields Explained: A Beginner’s Guide

I once wrote a blog post about a laptop review, and I wanted to show a neat little “Rating: 4.5/5”…

WordPress · 18 min read
C

PHP Sessions and Cookies Explained: A Complete Beginner’s Guide

Why This Confused Me at First The first login system I ever built looked perfect on my screen. I typed…

PHP · 18 min read
D

PHP GET vs POST Explained: What’s the Difference?

Why This Confused Me at First When I built my very first PHP contact form, I copied a tutorial that…

PHP · 15 min read
E

PHP Error Handling Explained: Errors, Exceptions & try/catch

Have you ever run a PHP script, expected a nice clean page, and instead gotten a wall of text like…

PHP · 13 min read
F

JavaScript Event Loop Explained: Call Stack, Web APIs & Callback Queue

Have you ever written code where a setTimeout set for 0 milliseconds still runs after other code that comes below…

JavaScript · 14 min read
G

Custom WordPress Development: A Complete Beginner’s Guide

Have you ever installed a WordPress theme, gotten it looking almost right, and then hit a wall? Maybe you wanted…

WordPress · 15 min read
H

PHP Include vs Require: What’s the Difference?

Have you ever been reading someone else’s PHP project and noticed that some files get pulled in using include, while…

PHP · 15 min read
I

HTML Semantic Elements Explained: Header, Nav, Main, Section & Footer

Have you ever opened up a website’s code and seen something like <div id="header">, <div class="nav">, and <div id="footer"> stacked…

HTML · 21 min read
J

WordPress style.css Explained: What It Does and How to Use It

Have you ever downloaded a WordPress theme, opened its folder, and noticed a file called style.css sitting right at the…

WordPress · 20 min read