This article defines microservices architecture and outlines some best practices for designing one.
Insinghtful article about Microservices architecture and how to solve performance issues by Peter Lawrey.
Allegro cache service written in Go handles handle 10k rps (5k for writes, 5k for reads). Most of the time their team spent figuring out that GC pauses can have a huge impact on application responsiveness because of millions of objects under its control.
While there are simple and limited scale applications for which a monolithic architecture still makes sense, microservices are a different approach to application development and deployment, one that is perfectly suited to the agility, scale and reliability requirements of many modern cloud applications.
Arguably one of the most difficult Microservices patterns to apply and implement is the bounded context.
The march towards Microservices isn’t just about technology.
The post centered around how Uber built a service in Go to handle the problem of geofencing.
While there are simple and limited scale applications for which a monolithic architecture still makes sense, microservices are a different approach to application development and deployment, one that is perfectly suited to the agility, scale and reliability requirements of many modern cloud applications.
In this article Donnie Berkholz will give an overview of what microservices are and why they are critical to the future of how software gets built.
In his InformationWeek article Charles Babcock summarizes the concept of the Cloud Native enterprise, a shift also described by the New Stack.
In a Microservices environment with a bounded context, each Service may or may not be backed by the same, single database. In this scenario, a generalized asynchronous messaging mechanism can provide support for a distributed environment.
Oracle's view of microservices, how to build microservices with Oracle.
This is the second article in the series and will discuss building microservices using an API Gateway.
In this talk Phil Calcado will explore a reference model for microservices architecture, built after the speaker's personal experience building this architecture for tech startups.
Square's Manik Surtani joined Apigee's Alan Ho to discuss the mobile payments and merchant services provider's collaboration with Google to launch gRPC, an open source RPC framework backed by protocol buffers and HTTP/2 and based on real-world experiences operating microservices at scale.
Great talk from Peter Elger on one of the Node JS Meetups in Dublin.
GOTO Amsterdam is a practitioner-driven enterprise software development conference designed for team leads, architects, and project management and is organized "for developers by developers".