NKNitish Kumarinnov1ce.hashnode.dev·Oct 4, 2024 · 4 min readUnderstanding BullMQ: A Simple Yet Powerful Message QueueIntroduction In the world of system design, the choice of a message queue can significantly impact the performance and reliability of applications. One such robust option is BullMQ, a powerful and flexible message queue built on Redis. This blog post...00
NKNitish Kumarinnov1ce.hashnode.dev·Sep 13, 2024 · 3 min readSimplify Python Version Control on Your System with PyenvPython is a versatile programming language, but different projects may require different versions. Managing multiple versions of Python can be tricky, especially if you want to switch between them easily. That’s where Pyenv comes in handy! In this bl...00
NKNitish Kumarinnov1ce.hashnode.dev·Sep 10, 2024 · 3 min readIncremental Static Regeneration (ISR)In a recent TIL post, I discussed my approach to fetching data using webhooks and storing it in JSON files. However, I encountered an issue when deploying on Vercel—specifically, a lack of write access to the file system. To resolve this, I initially...00
NKNitish Kumarinnov1ce.hashnode.dev·Sep 8, 2024 · 3 min readEnhancing Your VS Code Experience: Essential Extensions for ProductivityVisual Studio Code (VS Code) has become an indispensable tool for developers, and its extensive ecosystem of extensions further amplifies its power. In this blog post, I’ll highlight some of the VS Code extensions that I frequently use in both my per...00
NKNitish Kumarinnov1ce.hashnode.dev·Sep 6, 2024 · 2 min readIntegrating Ngrok, Next.js, and Hashnode WebhooksIn this blog post, I'll summarize the key concepts and techniques I learned while working on my "Today I Learned" (TIL) episode. This includes dynamic content fetching with Next.js, handling webhooks, and utilizing Ngrok for local development. Dynami...00