Create a NextJS Mongoose decorator
Decorator is a neat design pattern which lets you extend the functionality without modifying it. It's usually also...
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'll go step by step from setup to publish. What might be useful for you...
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...