Tag: Microservices
-
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
-
Introducing the Microservices Reference Architecture from NGINX
Posted on January 4, 2017, Level beginner Resource Length long
This article is about developing the NGINX Microservices Reference Architecture (MRA) - a set of models that you can use to create your own microservices applications.
Tags microservices nginx
-
Tutorial: Building ExpressJS-based microservices using Hydra
Posted on January 4, 2017, Level intermediate Resource Length long
This microservices tutorial describes how to use a new Node module called Hydra to build more capable ExpressJS microservices.
Tags microservices javascript nodejs