Create a NextJS Mongoose decorator
Decorator is a neat design pattern which lets you extend the functionality without modifying it. It's usually also...
Hi, I'm Ana and welcome to my dev blog. I share insights and practical solutions to coding problems that I face at work or my hobby dev time. Subscribe for new articles and check out my latest tutorials on YouTube.
Don't miss out and subscribe to my newsletter, or explore other ways to follow my content.
Decorator is a neat design pattern which lets you extend the functionality without modifying it. It's usually also...
I recently found out that npm doesn't support downloading same scope dependencies from multiple registries. Ideally, I'd like to define multiple registries for a scope. If npm fails to find the package...
To show you how I work with mongodb in js projects, I'll setup a simple project and I&...
Primary reason for using a smart card reader was to access Croatian e-citizens portal with my eid. I had some...
Setting up a local https website without certificate warnings was a frustrating task for me, so creating this blog post as a cheatsheet for the future... You can check out the video at the end of...
Today, I experienced a heart-stopping moment when I mistakenly executed sudo rm /etc/group on my Linux machine. My intention...