API Best Practices for Feature Deprecation

What are the steps you can take to deprecate your endpoints and API features without upsetting your customers. Spoiler: communication is key. Read all

High Availability Kubernetes Monitoring Using Prometheus and Thanos

In this article, see a tutorial on how to deploy a clustered prometheus set-up so we can span multiple Kubernetes clusters under the same monitoring umbrella. Read all

Nested Transactions in CockroachDB 20.1

In this post, we'll explore when and where to use nested transactions, when not to use them, and how they work in a distributed environment. Read all

Game of Microservices

This article covers some fundamental aspects of microservices and some of their patterns, including SAGA based design patterns. Read all

Data Pipeline Using MongoDB and Kafka Connect on Kubernetes

In this blog, you'll learn how you can run Kafka Connect on Kubernetes to create data pipelines using MongoDB. Read all

Monolithic Decomposition and Implementing Microservices Architecture

The decomposition of an application into microservices plays a key role in microservices architecture implementation, deployment, and CI/CD. Read all

Automatically Scan Your Docker Images for Vulnerabilities With AWS ECR

AWS Elastic Container Registry can now be setup to automatically scan images on push and provide feedback on vulnerabilities that need to be addressed. Read all

Understanding Aggregates in Domain-Driven Design

The main issue is: how should we represent every conceivable relationship possible in our object model? Read all

Google Calendar Integration with Ruby on Rails Development

Integrate your Ruby on Rails application with the Google calendar API and add tasks. Follow these steps during ROR development to integrate Google Calendar. Read all

The Quickest Way to Give Your SPA an API

An end-to-end guide to everything you need to know build and call an API from your single-page app (SPA) with Linx. Read all

A Comparison of Single-Page and Multi-Page Applications

What are the main pros and cons of single-page and multi-page applications? Find out which of them—SPA or MPA—will perfectly suit your software project! Read all

Change Data Captures CDC from MySQL Database to Kafka with Kafka Connect and Debezium

In this post, look at CDC from MySQL to Kafka topics using Debezium MySQL connector. Read all

Mirror Maker v2.0

Disaster recovery, replication and aggregation among Kafka datacenters. Read all

 

 

 

 

Top