Hello, welcome to my first note about my journey of building software for my own needs and who knows other’s needs. Aham is a platform where you can sell stuff, play games and more, you can find here a list of running services that run within a docker environment with technologies like GoLang, Python, Postgres and tools to automate development into production server by working with a CLI program made in Python rewritten from bash scripts and makefile.

Aham CLI – Deploy to production

Besides up command the aham cli app has also the following commands status, commit, migrate, clean which are very useful for hot-fixes and quick deploy. So making the ci.py noticed how elegant it is to write code in Python so I refactored a backend service for a game that was initially Go, so everything went too easy with Flask and other packages available from the vast ecosystem. I remember that one of the intentions was to serve content into the game by using AI and as I know Python has the most mature libraries for that, and that wasn’t a strong reason to rewrite my service in Python because you can call Python from Go easily, so my actual work in it made me say this is quick, clean, elegant and I like import this. Besides this, Python has something elegant in it, the tabs, naming conventions, packages import style. For now my code written in Python is not much still looking forward to use for simple rest apis and automatization scripts. Thank you for reading.