Total 19 Posts

Java

Introduction to Karate

Have you ever wanted to use JavaScript or execute code from within your Cucumber feature…

Read More


Sep 01, 2021 6 min read

Mike Mitchell

karate

Kotlin: Like Java, But Better (Part 2)

If you haven't already read part one of this blog series, then check…

Read More


Jun 17, 2021 6 min read

Davis Mohar

Java

Kotlin: Like Java, But Better (Part 1)

Kotlin has quickly risen to popularity as an alternative language to Java. In this blog…

Read More


May 27, 2021 4 min read

Davis Mohar

Kotlin

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

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

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

Best Practices for AWS Lambda and Java

I attended a session from Stefano Buliani, Principal Business Development Manager at AWS, in which…

Read More


Dec 09, 2019 4 min read

Juan Manuel Carnicero Vega

Cloud

Colliding with Quarkus

Recently at Voxxed Days Melbourne [https://australia.voxxeddays.com/] there was a Red Hat booth,…

Read More


Sep 18, 2019 3 min read

Gerard Gigliotti

Java

Java 13 Release Features

Ever since Oracle took over the long-term advancement of the Java programming language, Java has…

Read More


Sep 18, 2019 7 min read

Dan Ferguson

Java

Containerize your Spring Boot app with JIB

Java developers are familiar with building war or jar files using their preferred tools but…

Read More


Jul 25, 2019 4 min read

Amine Ouali Alami

DevOps

Confluent & Twitter4j Tutorial

Reading a Real-Time stream of Tweets into Kafka Kafka is an amazing tool for processing…

Read More


Jun 07, 2019 6 min read

Justin Risch

Data

Centralized Rules Engine on AWS ECS

As software engineers, we architect and develop many real-world applications solving many business problems, and…

Read More


Feb 04, 2019 4 min read

Mallik Sambaraju, Amine Ouali Alami

Drools

Comparing Java LTS Releases

The last 5 years have seen some rapid changes in the way new versions of…

Read More


Jan 15, 2019 14 min read

Dan Ferguson

Java

AWS Lambda Execution context in Java demystified

In a previous article [https://test-ippon.ghost.io/serverless-architectures/], we described how Serverless architectures enable…

Read More


Oct 18, 2018 5 min read

Raphael Brugier

AWS

Tinkering for Non-Developers Part 2: Creating an Application

Fresh off the high of my successes in Part 1 [https://test-ippon.ghost.io/setup-dev-environment/…

Read More


Nov 22, 2017 6 min read

Rachel Gaddis

JHipster