If you’re looking to build a flexible website these days, there’s a good chance you’re going to use a content management system (CMS). And WordPress is, by far, the most popular one. At last count, WordPress powered about 40% of all websites on the internet. So that means if you’re
Daily Archives: January 30, 2021
Sometimes it can be somehow comforting to reflect on how much worse everything is now than it was in the good old days. “Kids have no respect.” “Everything costs way too much.” “Public officials don’t inspire trust.” “And what about the weather? We never used to get so many devastating
I wanted to set up a fun project for myself to learn some new technologies. And this time I decided I wanted to learn a bit about Static Site Generators (SSGs). My goal was to build a blog using an SSG and have it deploy any time the code repository
Podcasts are a great way to learn about tech on the go. They can expose you to a broad array of tools and concepts. Since I started learning to code back in 2012, I have listened to thousands of hours of technology podcasts – usually while exercising or commuting. Many of
One of the first things we learn about computers is that they only understand 0s and 1s, or bits. We humans, on the other hand, communicate numbers via the decimal system. This system uses digits from 0 to 9 along with plus and minus signs (+ and -) to denote positive
Branches are one of the core concepts in Git. And there’s an endless amount of things you can do with them. You can create and delete them, rename and publish them, switch and compare them… and so much more. My intention with this post is to create a comprehensive overview
Welcome! If you want to learn the differences between Python and JavaScript, then this article is for you. These two languages are very popular and powerful, but they do have key differences. We will cover them in detail here. In this article, you will learn: The different real-world applications of
