In today’s video, we discuss a question that has a lot of weight behind it. Is ChatGPT (or other AI) capable of ending the careers of web developers?
How To Install Apache, MySQL, & PHP on Windows Subsystem for Linux (WSL)
In this video, part 2 of the series of setting up a development environment on Windows Subsytem for Linux (WSL), I show you how to install a LAMP server. This means installing Apache, MySQL, & PHP.
How To Add A Menu Page To WordPress Admin Area
In this video, I show you how to create a new menu page in the WordPress admin area. This will create a new menu item on the left hand side menu when you log into the backend.
How (and why) To Create A Child Theme In WordPress
In this video, I show you how to create a child theme in WordPress. If your theme can be updated, you should create a child theme whenever you want to make edits to the theme. This way when an update happens you don’t lose all of your custom code.
How To Add Registered Styles To WordPress
In this video, I show you how to easily create reusable elements that you or your clients can select visually by using registered styles.
WebP Express – How To Convert Images To Next-Gen Format
f you have a bunch of images on your website, you’ll notice that a lighthouse pagespeed report will tell you that you need to convert all of your images to a next-gen format. WebP express makes this quick and easy.
How To Connect Your WordPress Site To Bunny CDN
Bunny CDN is a fast, cheap CDN that delivers. In this video I show you how to connect your WordPress website to Bunny CDN using W3 Total Cache plugin.
How to embed YouTube videos on WordPress without affecting PageSpeed
Just one youtube video, loaded the normal way in gutenberg editor can drop your pagespeed score by 60 points or more. In this video, I show you how to load a youtube video/embed in your wordpress page or post, without negatively affecting your PageSpeed score.
How to use Google Analytics Without Affecting PageSpeed Score
In this video, I’ll show you how to use Google Analytics without it affecting your PageSpeed score.
How to disable XMLRPC and prevent attacks
In today’s video, we explain what XMLRPC is and how it can be used in attacks against your wordpress site. We explore two different methods to prevent this attack. Method one is a code snippet for functions.php and method two is a .htaccess directive.