12 followers
Short essays about my daily findings in open source.
You might relate to this scenario: hundreds of tests written, you change something in the code and wait the test suite to rerun and seconds seems like hours...well, today I want to recommend you a new/lightweight/fast library: uvu Hands-on npm inst...
Let's be frank, Git is/was not very intuitive. I gave up following the updates to the project because at least for me it was very boring, nothing was added to help the daily routine. But I'm glad I was wrong and recently(2.27 and beyond) two shortcut...
Docker and Docker Compose recently added the context feature, which allows for building and running instances on different environments just by switching the context. There is even an ECS context type to help create the required CloudFormation con...