How to Version Your Software

Versioning is an important part of how developers are able to identify and make updates to their software. Take a look at some different versioning methods. Read all

Microservices on AWS Fargate

In this tutorial, learn to create microservices architecture on AWS Elastic Container Service and configure tasks and services to enable continuous delivery. Read all

Understanding the Kubelet Core Execution Frame

This in-depth tutorial analyzes the way the Kubelet service performs Pod lifecycle management on the local node by analyzing the Kubelet source code. Read all

Dynamic Routing Through Zuul With a REST API and Spring Boot Without Spring Config — Sub-Domain to Subpath Router

This tutorial talks about using Netflix's Zuul as a proxy with a REST API and Spring Boot to route traffic from one web service to another with no downtime. Read all

Scrum And DevOps

It is not only entirely possible for Scrum teams to practice DevOps, it is actualy fitting. Take a look at the similarities between the two to understand. Read all

Automate GitHub Releases With CircleCI

This tutorial will help you learn how to automate your GitHub code releases as part of a DevOps workflow using the CircleCI continuous integration tool. Read all

Upgrading UEK Kernel on Oracle Linux 7

For those who wish to upgrade to the latest release of the Unbreakeable Enterprise Kernel, take a look at this tutorial to upgrade and delete previous versions. Read all

Create Versatile Microservices in Golang — Part 4 (Authentication With JWT)

Learn how to implement authentication with JWT, or JSON Web Tokens, in your miroservices built with Golang in this Go microservices security tutorial. Read all

Kafka in Indirect Communication Paradigm

Read a comparison of several message broker systems: ActiveMQ, RabbitMQ, Kafka, and AWS SQS. Also learn about the architectural elements in distributed systems. Read all

From AWS Cognito to DynamoDB Using Triggers

A tutorial on how to use the Identity as a Service (IDaaS) solution AWS Cognito with DynamoDB to extend authentication and security protocls to a database. Read all

Converting Swagger to RAML

This tutorial explores learning how to experiment with some basic conversions between swagger and RAML as well as explore some tooling using cool technologies. Read all

Stream a File to AWS S3 Using Akka Streams in Play Framework

Here's a handy guide to start streaming your files to the cloud (AWS S3) in particular when using Akka, Play Framework, and Alpakka. Read all

Reactive Microservices With Spring WebFlux and Spring Cloud

Learn how to get started with reactive microservices with the latest tools in the Spring arsenal, Spring WebFlux, and Spring Cloud in this tutorial. Read all

 

 

 

 

Top