Published onOctober 16, 2024On-the-fly feature flag in Next.js with Google SheetsdevnextjsIt's simple yet performant!
Published onOctober 11, 2024Running Long Jobs with Queues in Next.js using Bull and RedisdevnextjsOffload those long running tasks to background workers without third party services!
Published onOctober 10, 2024How to prevent re-render in React with Tailwind CSSdevnextjsreacttailwindSometimes all you need is just CSS and HTML. No JavaScript needed.
Published onOctober 6, 2024Code based routing in Next.jsdevnextjsFor those who hate the file-based routing in Next.js
Published onSeptember 29, 2024SSR-friendly Custom React Hook for Local Storage Read and WritedevnextjsreactI learned something new about window's storage event!