Deploying an Astro static site for free using Cloudflare Pages
A brisk guide to dodging platform fees by deploying your statically generated Astro site to Cloudflare Pages for no cost.
Engineer & Developer
A brisk guide to dodging platform fees by deploying your statically generated Astro site to Cloudflare Pages for no cost.
Leverage Laravel's service container to create custom bindings for your injected dependencies to elevate your codebase.
By default, Laravel will execute a query to get the user on every request. We can change this to hit the cache first instead.
A simple CSS trick to prevent the scrollbar from causing layout shifts on sites where some pages may not be scrollable.
The group modifiers allows you to define behaviour on the parent, but what if you want to deeply nest the modifiers? Tailwind has the solution.
Integrate search functionality into a fully static site using Fuse.js.