Category: Development
-
Extracting function logic from controllers
Let’s clean up our controller by extracting some logic to independent functions. It’s not as boring as it sounds.
-
Converting a controller function into a class
How to convert an AngularJS controller function into a class.
-
How to refactor ancient AngularJS code
So you’ve got a project that still runs on AngularJS? Let’s refactor.
-
An easy way to manage a library of books in WordPress
A super-easy way to manage a list of books in WordPress, and why it’s not the best method to use.
-
Starting a family history app using Laravel
I’ve finally decided to jump on the Laravel bandwagon for developing an app for family historians.
-
Creating a WordPress plugin class
How to create a PHP class for a WordPress plugin that uses the same React and Webpack setup for Gutenberg blocks.