RabbitMQ health check

Start your microservice when RabbitMQ is up and running

#tech#microservices#rabbitmq

Git aliases that might come in handy

A bunch of useful Git aliases to speed up your workflow

#tech#git#productivity

Multiple SSH keys for different Github accounts

Managing ssh keys with ssh-agent.

#tech#ssh#github

Creating a virtual environment in Python

A quick guide to creating a virtual environment in Python

#python#venv#dev

A Match position priority

A quick guide to sorting based on position of the input match

#javascript#sorting#dev

AI Chat Companion with Python

Step-by-step guide to making a neat AI chatbot.

#tech#dev#ai#python