development
A REST client for the Web
Explore GitHub’s top blogs of 2024, featuring new tools, AI breakthroughs, and tips to level up your developer game.
At <a href="https://www.datawire.io" target="_blank">Datawire</a>, all of our cloud services are developed and deployed on Kubernetes. When we started developing services, we noticed that getting code changes into Kubernetes was a fairly tedious process. Typically, we had to:
Kubernetes for Prod, Tilt for Dev
VS Code remote support for WSL, Containers, and SSH
Software teams seeking to provide better products and services must focus on faster release cycles.
Create systems that allow you to be consistently productive
Computers are starting to have opinions on how our APIs should look like
If you’ve ever written any Python at all, the chances are you’ve used iterators without even realising it. Writing your own and using them in your programs can provide significant perfo…