Posts tagged with "Web Development"

How to Add Dark Mode to Your Laravel Website (SSR) Using Tailwind 4.x
In this post we'll see how simple it is to add a dark mode toggle to your Laravel website using Tailwind 4.x. Although there are a few different ways to accomplish this, this post focuses on...
August 13, 2025 • 3 min read

12 Simple Tips for Securing Your Web Apps
In this post I share some simple tips you can use to improve the security of your web applications. Although many of these are best practices which apply to cloud-hosted web apps in general, I'll also share a few Laravel-specific code samples to...
August 1, 2025 • 7 min read

3 Tricks to Help Prevent SPAM in Your Contact Forms
If your contact form is getting flooded with spam, here are 3 simple tricks to help cut it down.
July 26, 2025 • 4 min read