If you’re just at the beginning of your journey in PHP development, chance is that you use complete file names in the URL to navigate your…
Hi, I'm Abel đź‘‹
I'm a developer, an educator, a writer, a free/libre open source enthusiast and a Jesus Christ follower. I've co-founded Wikimedia DRCongo and founded Kali Academy. I'm currently working as a Sr Instructor at Kade Academy
Welcome to my digital garden!
When I'm not behind the screen, you'll find me spending time with my family and/or spreading the world about the gospel of Christ.
Latest
Building a Routing System in PHP from Scratch
How to Store an Array in localStorage
The is a web storage object that allows us to persist data in the browser. The data, which must be of type string, is saved as a key/value…
Code your own Bash "tree" command from scratch in JavaScript
Do you know the Linux command that generates a tree of directories and files? In Bash, we use command. If you’re just learning programming…
I've read the "BDD in action" book for you. Here's what's in side
Note: This is a WIP No, that’s not all true. I should have said, I’ve read the chapter one of the book. And, it’s that chapter that we’ll…
The Database Transaction in a Nutshell
Simply speaking, a transaction or a unit of work is a set of database operations that we want to treat as “a whole”. It has to either…
Learn How to Install PHP 8 on Windows in Three Easy Steps
Imagine that you’ve just bought a new computer and want to quickly execute PHP commands. Although I work with Docker, I sometimes need to…