Your everyday software developer exploring new tech to solve real-world problems. On this website I share some insights through technical blogs and projects that usually automates or solves the challenges I have faced in the past.
Add a comment section to your Next.js blog
Implement an ad free, no tracking, no database, no subscription comment section in your nextjs blog which supports multiple languages using GitHub discussions via Giscus.
Dark Theme in Nextjs without Flicker using Tailwind
Switch between light and dark mode in Nextjs without any flicker. In the blog I use next-themes with tailwind css to implement this feature.
How to integrate Spotify API with Next.js
Learn how to integrate Spotify API with Nextjs. In this blog I show three examples for Spotify's Web API, get your last song played, your top 5 artists and tracks for the last 4 weeks.