Docker multiple postgres databases
In development I like to use containerized databases. Recently I've been working on a micro service project that...
In development I like to use containerized databases. Recently I've been working on a micro service project that...
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...
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...
Ansible playbook is a tool for automating documented tasks. These days I use it less since switching to github/gitlab actions, so keeping a cheatsheet here when I need it again... Installing on Ubuntu sudo apt...
Writing a blog could be much easier with a blogging platform like Wordpress, but then there wouldn't be a reason to create this post. I prefer writing my blog posts like I write documentation...