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

Dealing With Files in REST API

In this article, see how to attach files to HTTP requests, using HTTP's multipart method in Scala. Read all

GraphQL With Java Spring Boot and Postgres or MySQL Made Easy!

In this blog post, we are going to experience GraphQLize, a JVM library for developing a GraphQL API instantly from Postgres and MySQL databases. Read all

 

 

 

 

Top