Development
Web and software development.
-
Steps for setting up a bare-bones Laravel app using MacOS and Laravel Herd.
-
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? Let’s look at how it can help you write better classes for your JavaScript applications.
-
Let’s have “fun” looking at the code inside some functions and see how we can simplify them.
-
Let’s create a simple class to make managing todos easier and better structured.
-
Let’s clean up our controller by extracting some logic to independent functions. It’s not as boring as it sounds.