7 followers
I write about my experiences in software development and design, and some random thoughts that pop into my head from time to time.
Subscribe to my newsletter and never miss my upcoming articles
In this article, you will learn about some nice, free, and open-source templates for Tailwind CSS, and where to get them. What is Tailwind CSS? Tailwind is a low-level CSS framework that lets you build completely custom user interfaces without havi...
Recursion is when a function calls itself until it is stopped, otherwise it continues to call itself forever. A function that does this is called a recursive function. It usually has this syntax: function recurse() { if (condition) { // stop re...
This post is a bit long because I tried to explain JavaScript loops in a way that I hope would make it much easier to understand. I'd be so happy if you read it to the end, and gain some value from it. Thank you very much 🤗. What is a loop? A loop...
Visual Studio Code is one of the most popular IDEs used by developers. It's features include support for debugging, integrated Git and GitHub, intelligent code completion (Intellisense), syntax highlighting and others, making it one of easiest code e...
XAMPP stands for Cross-Platform(X), Apache-server(A), MySQL(M), PHP(P), and Perl(P). It's simply a web-server solution that works locally on your PC and enables you to build and test WordPress websites offline. To install it on Arch Linux, follow th...
“Hi. I’m Divine. A graphic designer and web developer, I look forward to working with you..." whenever I’m at a tech social event and I’m asked to introduce myself, I often begin with that sentence. I’ve been designing for about a year or so, and I j...