Category: Development
-
Developing WordPress Block Themes with “Hello, World!”
Let’s get to work creating a WordPress Block theme using only two files.
-
Create a new Laravel app on MacOS using Laravel Herd
Steps for setting up a bare-bones Laravel app using MacOS and Laravel Herd.
-
What is the Open-Closed Principle?
Let’s look at the Open-Closed Principle in object-oriented programming and how can it help you develop better applications and software.
-
What is the Single Responsibility principle?
What is the Single Responsibility principle? Let’s look at how it can help you write better classes for your JavaScript applications.
-
Putting the “fun” into refactoring functions
Let’s have “fun” looking at the code inside some functions and see how we can simplify them.
-
Creating a Todo class
Let’s create a simple class to make managing todos easier and better structured.