Latest Posts
How to Create a SwiftUI Sheet That Fits Its Content
This post explains how to build a custom SwiftUI that automatically adjusts its height based on its content.
Read more
Handle Multiple HTTP Endpoints in a Cloudflare Workers Function Using a Router
A short guide on how to convert a Cloudflare Workers function from handling a single endpoint to handling multiple endpoints
Read more
Creating a Comment System For a Static Hugo Blog: Part II
A step-by-step guide to storing comments to a GitHub repository and outputing them in the blog template.
Read more
Different syntax highlighting colors for light and dark mode in a Hugo website
Out of the box Hugo supports a single color scheme for syntax highlighting. Learn how to make it work with multiple color schemes.
Read more
Creating a Comment System For a Static Blog: Part I
You don’t need a database to store your blog comments.
Read more
Creating and deploying a Cloudflare Worker
Cloudflare Wrangler a faster and easier way to manage your Cloudflare Workers.
Read more
Creating and deploying a Lambda function with the AWS CDK
It’s more convenient to work with Lambda functions using the command line.
Read more
Comment System For a Static Website
Before static blogs became a thing, it was pretty simple regarding the commenting system because any popular blog platform supported it out of the box.
Read more
Creating a CSS Only Mobile Responsive Menu
A responsive mobile menu is a CSS technique that utilizes the CSS media query to alter the appearance of a menu when viewed on different devices and screen sizes.
Read more
How to Create a Dark Mode Toggle Button
A dark mode is a web design trend that started a few years ago. In this post, I will show how you can build a dark mode switch for your website.
Read more