Cover Image for Adding search to a React/Next.js blog

Adding search to a React/Next.js blog

Implementing quick and easy client-side search functionality in React

Cover Image for Website update: code blocks, search, lightbox and more!

Website update: code blocks, search, lightbox and more!

Exploring the changes I’ve implemented in my website and what pushed me to make them, from code blocks to lightboxes to full-bleed images, as well as post search functionality.

Cover Image for Automatically cross-publishing posts to dev.to with RSS

Automatically cross-publishing posts to dev.to with RSS

How to automate cross-publishing in a way that improves your site credibility. We’ll have a look at canonical links and RSS feeds.

Cover Image for Generating a sitemap and RSS feed with Next.js

Generating a sitemap and RSS feed with Next.js

There are different options for generating content such as Sitemaps and RSS feeds in Next.js, static and dynamic. We’ll explore the different options and ways to implement them.

Cover Image for Next.js HTTP Authentication with JWT and cookies

Next.js HTTP Authentication with JWT and cookies

I was recently trying to figure out a way to implement simple HTTP authentication for a personal Next.js project. I augmented the basic HTTP auth with JWT and cookies.

Cover Image for How I built my Website

How I built my Website

Trying to figure out how to build my website was a challenge for me. As a web designer, I wanted it to be fully customisable, but I also wanted ease of use to reduce friction and make it easy to maintain.