alchemy-framework A framework designed for building highly available microservices. Alchemy includes service discovery, easy deployment, smart load balancing, and is also designed to be polyglot. github.com Shared by @mgrouchy
rafs reddit as file storage, a command-line script for storing files on private subreddits. github.com Shared by @myusuf3
pseudo An automated algorithm/library translation for Python, JS, Go, C#, Ruby. Given an algorithm, it generate the idiomatic code for it in the language of your choice. github.com Shared by @myusuf3
Idiomatic Python: comprehensions From the python engineering team at Microsoft, core Python developer Brett Cannon teaches us about idiomatic python and in this case specifically about list comprehensions. microsoft.com Shared by @mgrouchy
Diving Into Other People's Code Reading other people's code is a huge part of being a professional programmer. This post is a nice guide for how to tackle this process and some tools you should consider if you are. lihaoyi.com Shared by @mgrouchy