Cool Tools and Libs
A small list of tools I like to use:
💻 Desktop Applications
- DockStation - A desktop application for managing docker. Alternative to Docker Desktop
- MacVim - A MacOS desktop wrapper for Vim
- RapidAPI - A MacOS Desktop API tester/client
🖥 Console Applications
- htop - For me the best process viewer
🐍 Python Libraries
- pydantic-avro - Is a great library that can convert your Pydantic models to Avro Schema. Very useful when working with Kafka and Avro
- pyenv - Python version manager
🦫 GoLang Libraries
- Gin - fast full-featured web framework for Go.