-
Reigniting My Development Passion: The Story Behind ArtisanPack UI’s Creation
•
Continue Reading: Reigniting My Development Passion: The Story Behind ArtisanPack UI’s CreationEvery developer faces burnout, and I was no exception while building Digital Shopfront CMS. I realized the traditional path wasn’t sustainable for creating new tools for small businesses. Discover how solving my own scaling problem led to the creation of ArtisanPack UI, a suite of reusable Laravel components designed to reignite development passion and empower…
-
A Look Back at 2023 and Looking Forward to 2024
•
Continue Reading: A Look Back at 2023 and Looking Forward to 2024It’s a brand new year. So of course that means it’s time to take a look back at what happened in the previous year and look forward to what’s to come in the new year. So let’s dive into how my 2023 went and what I’m hoping to do in 2024.
-
How to preload your CSS and why you should
•
Continue Reading: How to preload your CSS and why you shouldYou’re trying speed up the page load time of your website and you’ve tried everything. But it’s still not quick enough. Have you tried preloading your CSS and JavaScript resources?
-
The value of open source
•
Continue Reading: The value of open sourceWhat’s the value in using and contributing to an open source project? Well beyond the price, it’s really quite remarkable.
-
An update into life headed into 2019
•
Continue Reading: An update into life headed into 2019It’s been a while since I’ve written anything, so here’s a brief update about the last month or so of 2018 and what’s coming in 2019.
-
Object-oriented programming in WordPress plugins
•
Continue Reading: Object-oriented programming in WordPress pluginsCreating a WordPress plugin is pretty simple. It’s just another functions.php file, right? But what if you tried creating a plugin with object-oriented programming.
-
Why you should always focus on the basics when starting web development
•
Continue Reading: Why you should always focus on the basics when starting web developmentThere are so many web development frameworks that it can be difficult to figure out where you should start. But the basics are always the right place to begin learning.
-
How Gutenberg is from a developer’s perspective
•
Continue Reading: How Gutenberg is from a developer’s perspectiveWe’re still in this sort of waiting period for Gutenberg, the new WordPress editor. If you’re a WordPress developer, however, you need to be learning how to develop with it now.
-
What is SCSS and how to use it
•
Continue Reading: What is SCSS and how to use itIn the final tutorial on npm, Gulp and SCSS, we finally get to the fun part. SCSS is an amazing tool that makes writing CSS much better and quicker. And you won’t want to go back to normal CSS again.
-
What is Gulp and how to use it
•
Continue Reading: What is Gulp and how to use itSo as we continue to learn how to compile SCSS/SASS into CSS, we now stumble upon Gulp. And this is how we ultimately compile our CSS together for the browser to read.