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.
4 min read53 viewsDark 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.
5 min read84 viewsHow 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.
10 min read210 viewsBest Practices of React Native
Are you looking to build a mobile app using React Native and are confused what the best practices for it include? Here I talk about the various practices I have used in the past for building mobile apps.
10 min read35 views