Java 16: An Introduction from a Java 8 Monogamist

With the recent release of Java 16, we thought it would be nice to provide…

Read More


Mar 26, 2021 5 min read

Mike Mitchell

Java

Testing AWS CDK and Lambda Functions with pytest

AWS CDK is a tool that allows developers to define their infrastructure as code in…

Read More


Mar 22, 2021 4 min read

Stephen Lowery

A Beginner's Guide to AWS Cloud Architecture

This is a high-level overview about the most foundational and important pieces that make up the AWS cloud. Some prior knowledge of IP addresses would be beneficial, but not crucial.…

Read More


Mar 17, 2021 5 min read

Nima Binayifaal

AWS

JHipster Registry with ECS

Learn how to configure your JHipster services to register their ECS dynamic IP with the registry…

Read More


Mar 11, 2021 2 min read

Ben Scott

Amazon ECS

Distributed Tracing using AWS X-Ray

As monoliths have been replaced by microservice applications, growing in size and complexity, the challenge…

Read More


Mar 08, 2021 6 min read

Amine Ouali Alami

DevOps

Comparing Quarkus to Spring Through the Eyes of JHipster

Approach According to the Quarkus [https://quarkus.io/] product page it is “A Kubernetes Native…

Read More


Feb 26, 2021 3 min read

Dennis Sharpe

Quarkus

The Trusty Bucket - Introduction and Basics

The first of an ongoing series about S3 at Amazon Web Services. This post introduces the basics of the service.…

Read More


Feb 19, 2021 5 min read

Brian Knight

AWS

Data Hackathon Recap

Is the Holiday Spirit Contagious? During Ippon's first Data Hackathon in December 2020,…

Read More


Feb 12, 2021 3 min read

Ramya Shetty

Data

Process CSVs from Amazon S3 using Apache Flink, JHipster, and Kubernetes

Apache Flink [https://flink.apache.org/] is one of the latest distributed Big Data frameworks…

Read More


Feb 04, 2021 6 min read

Theo LEBRUN

Data Streaming

Use Stargate by DataStax to effortlessly store and query your data

Stargate [https://stargate.io/] is one of the latest shiny tools from DataStax [https://www.…

Read More


Jan 15, 2021 5 min read

Theo LEBRUN

Cassandra

In Real Life - Amazon Web Services: Identity Access Management

A Quick Note about In Real Life Digital concepts can get confusing for a lot…

Read More


Dec 14, 2020 6 min read

Matt Reed

AWS

How to SSH Reverse Tunnel to a Remote DB Server in an AWS Private Subnet using an EC2 Bastion Jump Host

Do you have publicly inaccessible database that you need to SSH into? Using SSH Reverse Tunneling, aka SSH Reverse Port Forwarding, you can securely connect to the database without directly opening it up to a vector of attack.…

Read More


Dec 07, 2020 4 min read

Nima Binayifaal

AWS

Enterprise Booking Systems - A Solution Design Perspective

Increasingly Education, Healthcare, Government and other sectors are looking to manage a more complex allocation…

Read More


Dec 01, 2020 4 min read

Gary K

Tips and Tricks for Manually Scaling a Global DynamoDB Table from an AWS Lambda

Objective Write an AWS Lambda that manually scales a global DynamoDB table Why? DynamoDB tables…

Read More


Dec 01, 2020 3 min read

Dennis Sharpe

AWS

Start Automating API Tests with Postman

What is Wrong with Cucumber? For a long time now many of us have been…

Read More


Nov 16, 2020 6 min read

Matt Reed, Amine Ouali Alami

API