Explore >> Select a destination


You are here

www.augmentedmind.de
| | sigpwned.com
3.7 parsecs away

Travel
| | This is the first post in a three-post series covering the fundamentals of software optimization. You can find the introduction here. You can find Part II here. You can find the companion GitHub repository here. The introduction motivated why software optimization is a problem that matters, reflected on the fundamental connection between the scientific method
| | hypirion.com
8.0 parsecs away

Travel
| | This is a very detailed blogpost related to persistent/transient vector performance, with benchmarks and plots.
| | kinvolk.io
5.9 parsecs away

Travel
| | Performance Benchmark Analysis of Istio and Linkerd
| | sookocheff.com
41.0 parsecs away

Travel
| Microservices have become part of the software engineering cultural zeitgeist to the extent that alternative approaches to architecture and development are treated as somehow inferior. Given the challenges that running microservices present, I usually recommend beginning development of new projects and systems as a single deployable unit - the monolith. Sam Newman, in the book "Building Microservices", agrees with this approach. He recommends leveraging microservices only if you can become convinced of the benefits for your system, not as a default for every project.