Summary of Rust vs Go

Rust vs. Go? Which language today offers the magic combination of simplicity and power? Both Rust and Go appear to be systems programming languages, both compile to machine code and both provide stellar performance. So, how do you decide which

Read More »

Kafka vs RabbitMQ

There are many messaging products in the market; but two of the most popular open source messaging technologies available today are RabbitMQ and Apache Kafka. Which software is right for you? Each has its own story, design framework, set of

Read More »

Basics of Securing Kubernetes Services

Containerization has been swiftly gathering momentum in the IT industry with Gartner predicting that 50% of companies will use some element of container technology by 2020, up from under 20% in 2017. Kubernetes (also known as K8S) is the leading

Read More »

Stateful Applications In Kubernetes Overview

The Context There is a widespread belief that Kubernetes isn’t ready for stateful applications like MySQL and MongoDB. It has even been asked if running stateful applications in Kubernetes is worth the risk, but developer Kris Nova from Heptio asks

Read More »

Section.io Lands Hotjar With It’s PaaS Offering

Section, the next-gen edge PaaS, has built business from the start by targeting engineers who want to program at the edge. Similarly to a traditional CDN, Section’s platform sits between its client’s infrastructure and the end user to intercept traffic.

Read More »

Protocol Buffers vs. JSON

Protocol buffers, also known as Protobuf, is a protocol that Google developed internally to enable serialization and deserialization of structured data between different services. Google’s design goal was to create a better method than XML to make systems communicate with

Read More »

Gradle vs. Maven vs. Ant

In this post, we will run a high-level comparison between three Java ‘build’ tools: Gradle, Maven and Ant. A build tool is a software that creates an executable or production ready version of your project. A build tool compiles files,

Read More »

Spinnaker vs. Jenkins

Continuous delivery (CD) platforms help DevOps teams manage software releases in short cycles, ensuring they are delivered safely, reliably and quickly. The goal is to reduce the costs, time and associated risks connected to building, testing and delivering changes by

Read More »

Stateful vs. Stateless Architecture Overview

 Stateful vs. Stateless – An Overview The key difference between stateful and stateless applications is that stateless applications don’t “store” data whereas stateful applications require backing storage. Stateful applications like the Cassandra, MongoDB and mySQL databases all require some type

Read More »
Scroll to Top