Tag: Microservices
-
Developing a Spring boot app on Docker: the AtSea demo app
Posted on May 20, 2017, Level beginner Resource Length short
Sophia Parafina short blog post - the first of a series of blog posts that demonstrates using Docker to develop a typical web application and deploying it in production.
Tags docker microservices
-
gRPC-Web: Moving past REST+JSON towards type-safe Web APIs
Posted on May 11, 2017, Level intermediate Resource Length long
Michal Witkowski and Marcus Longmuir wrote blog post on their experiece with gRPC in order to create type safe web APIs.
Tags microservices restful apis
-
Testing Microservices – A Beginner's Guide
Posted on May 8, 2017, Level beginner Resource Length medium
Amir Ghahrai's article aimed at microservices beginners and importance of testing.
Tags microservices software-architecture
-
Token-Based Authentication With Flask
Posted on January 28, 2017, Level intermediate Resource Length long
This tutorial takes a test-first approach to implementing token-based authentication in a Flask app using JSON Web Tokens (JWTs).
Tags programming python microservices
-
Some Better Practices For Using Requests in API Clients
Posted on January 20, 2017, Level intermediate Resource Length short
Ian Cordasco has written a few API client libraries and works on Requests (Python) and shares overlapping knowledge in this article.
Tags apis microservices programming
-
Setting up a RabbitMQ Container Using Rancher
Posted on January 17, 2017, Level beginner Resource Length short
Steve Tidwell from RancherOS short post about RabbitMQ messaging broker running in a container.
Tags messaging microservices
-
REST in Peace: Microservices vs monoliths in real-life examples
Posted on January 14, 2017, Level beginner Resource Length long
Full stack engineer, ex-ThoughtWorker, DevOps/µServices under acronym RDX shares his personal experience with a dozen of microservices consultations he was part.
Tags microservices software-architecture
-
Security and Microservices by Sam Newman
Posted on January 9, 2017, Level beginner Resource Length 1 hour
Inspiring talk from Sam Newman about securing microservices archotecture.
Tags microservices infosec
-
Software That Writes And Evolves Software
Posted on January 8, 2017, Level beginner Resource Length long
Rod Johnson post about his new project - Atomist.
Tags software microservices
-
The Rise of Event-Driven Computing and the Keys to Microservices Applications
Posted on January 7, 2017, Level beginner Resource Length short
Crystal Valentine (MapR) article about Microservices architecture adoption.
Tags microservices cloud distributed
-
Implementing Microservices Tracing with Spring Cloud and Zipkin
Posted on January 7, 2017, Level intermediate Resource Length 70 minutes
Pivotal's Marcin Grzejszczak and Reshmi Krishna describe how to do distributed tracing with Spring Cloud Sleuth and Zipkin.
Tags microservices cloud distributed
-
Make Your Containerized Apps Production-Ready
Posted on January 5, 2017, Level intermediate Resource Length long
While building containerized applications has become an established practice, some organizations are facing challenges with managing the containers themselves.
Tags microservices docker nodejs