Redis Reconnection Resiliency

Explore Redis' reconnection resiliency. Read all

Switch Your PostgreSQL Primary for a Read Replica Without Downtime

This tutorial explores a process to perform a slave shift from one IP to another by using a not-so-best-practice approach. Read all

How to Use Spring Data JPA With Spring Boot 2

In this tutorial, we are going to demonstrate how to use Spring Data JPA along with Spring Boot to communicate with the MariaDB DB database. Read all

Performant Batch Inserts Using JDBC

In this tutorial, learn more about how you can improve performance by implementing batch inserts using the JDBC in this code example. Read all

Monolithic vs. Microservices: Which Is the Better Architecture App Development?

A discussion of monolithic vs. microservices-based software architectures, and how these two architectural models stack up in a real-world use case. Read all

Run AWS Lambda Functions Locally on a Windows Machine

AWS Lambda is great for putting together and deploying serverless applications. Here's how you can run it locally with the benefit of SAM Local's features. Read all

What Is Data Redundancy?

A data expert discusses the phenomenon of data redundancy, and how it can become a problem when dealing with big data sets in databases and data warehouses. Read all

Debug Your Python Lambda Functions Locally

In this tutorial, we demonstrate how you can locally debug lambda functions in your Python projects using the AWS SAM CLI. Read all

Amazon SQS as an Event Source to AWS Lambda : A Deep Dive

A mobile developers takes a look at using Amazon SQS as an event source for to an AWS Lambda instance, and shows how do to this in a real-world application. Read all

Spring Cloud and Spring Boot, Part 1: Implementing Eureka Server

For the first article in this series, we take a look at how to install and configure the Eureka Server to act as an auto-discovery tool for your Java microservices. Read all

 

 

 

 

Top