How Encouraging Comments Can Boost Confidence and Elevate Code Quality · Recently, a team member left the comment above on my pull request. It brought to...
When recently updating our project's requirements.txt file, which had dependencies locked to specific versions (like pydantic==2.6.0), I found myself...
Custom GPTs allow you to create custom versions of ChatGPT that combine instructions, extra knowledge, and any combination of skills. They have...
Welcome to my blog! I've already published a couple of posts but I figured I should do an intro post. So, here we are. I'm Chuma Kabaghe, passionate...
While working on our app (at Nexel), we encountered a peculiar bug with Supabase where it was generating duplicate auth cookies - one chunked and the...
TLDR: Implementing middleware for authentication or other purposes in a Next.js app involves understanding its execution context, placement within the...