Inter-Microservice Communication Fatigue
A developer's critique of the complexities and frustrations in implementing and standardizing HTTP clients for microservice communication in Java/Scala ecosystems.
A developer's critique of the complexities and frustrations in implementing and standardizing HTTP clients for microservice communication in Java/Scala ecosystems.
A tutorial on using Docker and Docker Compose to develop, configure, and test microservices locally, including debugging and workflow tips.
A tutorial on implementing distributed tracing in a Python microservices application using Zipkin and py_zipkin to monitor request latency.
A foreword discussing the convergence of Reactive Systems and Microservices architectures for modern distributed software development.
A hands-on guide to building a microservices application using Azure Service Fabric's Reliable Services API, integrating Twitter and sentiment analysis.
A discussion on the architectural and communication challenges in distributed systems and microservices, focusing on contracts, APIs, and team dynamics.
A keynote transcript on Microservices, analyzing them from first principles and their true context as distributed systems.
Explains the importance of containers, contrasts them with VMs, and discusses their role in cloud computing and microservices, including Microsoft's new Docker support.
SoundCloud's journey from a monolithic architecture to a microservices system using Scala and Finagle, including monitoring with Prometheus.
A tutorial on building a Lumen microservice that generates Heroku-style random server names using a thesaurus API.
Lumen is a new micro-framework from Laravel, designed for building fast microservices and small, single-purpose applications.
A developer shares a code refactor by Laravel's creator, highlighting lesser-known features like Cache::remember.
A critique of Django's app model and advocating for a service-oriented architecture to improve maintainability and scalability in complex applications.