Top Microservices Frameworks

Microservices architecture is a methodology wherein fragment monolithic single application into small applications and services which executes lightweight ... Read all

Spring Boot REST API Request Body Validation Example Using a Custom Validator

A developer gives a video tutorial on how to use Spring Boot to perform request body validation within an application by using a custom validator. Read all

Data Ingestion From RDBMS: Leveraging Confluent's JDBC Kafka Connector

Kafka Connect assumes a significant part for streaming data between Apache Kafka and other data systems. Importing data from the Database set to Kafka topic. Read all

Quick Application Deployments on MicroK8s Using Helm Charts

This tutorial shows how you can quickly deploy complex applications with a few commands using Helm Charts on MicroK8s. Follow along with your own Helm Chart. Read all

Containerizing SpringBoot Application With Jib

How to create Docker or OCI complaint images without installing any Docker clients or using Dockerfiles for a Spring Boot application by using Google's Jib. Read all

15 Software Architecture Newsletters That Are Worth Your Subscription

My favourite software architecture newsletters — from career path tips to recommendations, case studies, books, events and interviews with leading software architects. Read all

How to Create Microservices Using http4k

A developer gives a tutorial on how to create a simple microservice-based application using http4k, Kotlin, and JDBI. Read all

Grafana and Prometheus Setup With Strimzi, a.k.a. Kafka on Kubernetes.

A software developer gives a quick tutorial on how to use Strimzi to integrate Prometheus into a Java-based application. Read on to learn more! Read all

Multi-Tenancy Implementation Using Spring Boot, MongoDB, and Redis

In this tutorial, we will learn how to implement multi-tenancy in a Spring Boot application with MongoDB and Redis. Read all

Debezium Serialization With Apache Avro and Apicurio Service Registry

This article demonstrates how to use Debezium to monitor a MySQL database and then use Apache Avro with the Apicurio service registry. Read all

 

 

 

 

Top