Best WordPress Block Theme Directories

Gutenberg Hub I would argue that Gutenberg Hub is probably the best place to find block themes at this time. There are a few features that are really helpful, in my opinion. First, they show the color palette of the theme in the bottom corner so you can easily see it’s defining colors — out of the box. When you click on a theme, you can immediately see a preview of it as well as a rating (if anyone has tried it yet, it’s still early)....

January 8, 2022 · 2 min · Jared York

Laravel Nuts and Bolts - 1: An Introduction  [draft]

An Introduction Whether you’re an experienced PHP developer, building apps from scratch, or your an absolute beginner and never heard of Laravel — this series is for you. Laravel is what’s known as a web application framework. In other words, it does the heavy lifting for a web application so you don’t have to build it yourself. You can focus more time on prototyping or building your application. There is a wealth of resources and documentation around Laravel, which is absolutely huge when you’re starting out with any framework or language....

January 8, 2022 · 5 min · Jared York

Laravel Nuts and Bolts - 2: MVC Architecture  [draft]

An Introduction In this part of Laravel Nuts and Bolts, I will be explaining the architecture that Laravel applications are built on and the pros and cons of using it. Application Architectures An application architecture is a architectural pattern that determines the structure of how a software application is built. It is a system for organizing an application, specifically in regards to it’s code. In layman’s terms, you could kind of think of yourself making sugar cookies....

January 8, 2022 · 3 min · Jared York

Laravel Nuts and Bolts - 3: Overview of a Laravel Application  [draft]

An Introduction At this point, you should have a starter application generated. If not, please revisit part one where I cover how to setup a Laravel project. I would recommend at least skimming this part of the guide. There is some helpful background surrounding a Laravel project’s directory structure that is important to understand. Artisan You will hear me a lot referring to Artisan. Artisan is the command-line interface bundled with Laravel....

January 8, 2022 · 8 min · Jared York

Laravel Nuts and Bolts - 4: Writing a Laravel Application  [draft]

An Introduction In this part of Laravel Nuts and Bolts, we will be writing the code of our Laravel application. What will be making? A sticky note application. An application like this can be useful in keeping track of tasks throughout your day, for example. If you haven’t created a Laravel project yet for this series, please head over to the previous part, where I provide an overview of a Laravel application....

January 8, 2022 · 24 min · Jared York

Laravel Nuts and Bolts - 6: Adding Authentication  [draft]

An Introduction In Conclusion

January 8, 2022 · 1 min · Jared York

WordPress from Scratch - 10: Designing a Homepage  [draft]

Introduction In this part of WordPress from Scratch, I will be walking through how to design a homepage from scratch. The Full Site Editing capabilities of WordPress 5.9 is what will enable us to fully design a homepage, without the need for a page builder. Full site editing will allow WordPress websites to be much more lightweight which gives a nice bump in speed from many website builders out there....

January 8, 2022 · 3 min · Jared York

WordPress from Scratch - 11: Designing an About Page  [draft]

How to Log out of Your Website How to Log in to Your Website In Conclusion

January 8, 2022 · 1 min · Jared York

WordPress from Scratch - 12: Designing a Contact Page  [draft]

How to Log out of Your Website How to Log in to Your Website In Conclusion

January 8, 2022 · 1 min · Jared York

WordPress from Scratch - 13: Designing a Contact Page  [draft]

How to Log out of Your Website How to Log in to Your Website In Conclusion

January 8, 2022 · 1 min · Jared York