Explore >> Select a destination


You are here

blog.metaobject.com
| | hypothesis.works
14.4 parsecs away

Travel
| | Testing performance optimizations Once you've flushed out the basic crashing bugs in your code, you're going to want to look for more interesting things to test. The next easiest thing to test is code where you know what the right answer is for every input. Obviously in theory you think you know what the right answer is - you can just run the code. That's not very helpful though, as that's the answer you're trying to verify. But sometimes there is more than one way to get the right answer, and you choose the one you run in production not because it gives a different answer but because it gives the same answer faster. Test faster, fix more
| | eli.thegreenplace.net
20.3 parsecs away

Travel
| |
| | gauge.sh
20.6 parsecs away

Travel
| | Dependency Maps enable HMR in Python Gauge is solving the monolith/microservices dilemma. We're building tools to untangle codebases through incremental modularization. Our open-source toolkit supports defining and enforcing rules for interfaces and dependencies. By focusing on high cohesion and loose coupling, you can unlock a codebase that your engineers and AI love to work in. Improve quality and developer velocity at the same time.
| | www.allthingsdistributed.com
104.2 parsecs away

Travel
| Werner Vogels on building scalable and robust distributed systems