Categories
Development

Stylesheets in Gutenberg Blocks

Welcome back, everyone! Today we’re here to figure out how to add stylesheets in Gutenberg blocks. In our earlier Gutenberg custom blocks tutorial, we incorporated styles using a constant variable in our JavaScript. Though this method worked, it makes quickly editing or revisioning styles a real headache. Without any further ado, let’s create our new block and get started adding custom stylesheets.

stylesheets in gutenberg blocks.
Categories
Development

Custom Gutenberg Blocks in 10 Steps

Are you looking for a tutorial to get started building custom Gutenberg blocks? Block development can seem daunting at first for someone used to building more traditional WordPress plugins. Follow along with this tutorial series as we look at a simple block creation process to show custom content. We’ll begin by creating a plugin to hold several blocks and create a simple block with a “Hello world” output.

Custom Gutenberg Blocks
Categories
SEO Webmaster

WordPress Cache with WP Rocket

With so many options for your WordPress cache available, what plugin should you choose? Of course, the answer depends on your budget and use case. Many website administrators have had great success with free solutions like W3 Total Cache or Cache Enabler. While these plugins can help keep your budget spend tight, you also should consider hours invested in tweaks and other options. For a simple site, these options may work fine. However, if you ask me, the easiest option is WP Rocket!

WordPress Cache Speeds Up Websites.
Watch your site speed up with a few simple caching options properly enabled
Categories
Development

How to Install Homebrew on macOS

Hey everybody! Today we’re going to learn how to install Homebrew on macOS. Homebrew is a package manager that makes getting helpful tools easy and fast for developers like you and me. Follow along and you’ll be brewing up casks in no time.

Categories
SEO Webmaster

WordPress SEO with Yoast

Welcome back, everyone! Today, I’m here to help you with your WordPress SEO needs. In recent years, there has been an increase in competition when it comes to SEO plugins for WordPress. I personally have been using Yoast for years, which offers both free and paid options. Keep reading to find out if Yoast is right for you!

WordPress SEO
Ready to begin your WordPress SEO process?
Categories
Just For Fun

Canada Day Memories and Celebrations

Hey everyone, I just wanted to wish you all a happy Canada Day! I hope you enjoyed your long weekend. In honor of the day, I wanted to relate a few memories of this special day that stands out in my mind.

Categories
Webmaster

WordPress Image Optimization

Are you looking to slim down your website? It’s time to consider WordPress image optimization! Today I’m going to walk you through a free plugin that will automatically perform image compression and serve all our photos in the WebP format. Best of all? It’s free! Settle in with a coffee, and let’s get your site running faster than ever before.

Categories
Development

macOS Productivity: Three Apps I Can’t Live Without

Are you ready to make your workflow more efficient? Check out these three excellent macOS productivity tools I use daily to streamline my development process. Add them to your toolset today to help make life easy!

macOS Productivity Apps
Categories
Development

Gatsby: Why You Should Be Using It

You’ve heard a lot lately about this new-fangled Gatsby technology driven by React, and you’re wondering how it applies to your role as a developer? Gatsby development is simple, and its static nature provides enhanced speed and security in comparison to sites that rely on PHP or CMS systems to generate content at runtime.