-
Core Java
Java 16: Stream.mapMulti
Java 16 introduces a new Stream.mapMulti method which allows you to replace elements in a stream with multiple elements. The…
Read More » -
Core Java
Cloud Build – CI/CD for a Java Project
In a previous blog post I went over the basics of what it takes to create a configuration for Cloud…
Read More » -
Enterprise Java
Using R2DBC with a Reactor Application
Since Reactor has taken over the Java world it was inevitable the a reactive sql library would be there.In this…
Read More » -
Software Development
Real World Use Cases of MongoDB and MySQL
Ever since the start of the digital revolution, we have witnessed the utmost requirement of storing data effectively and efficiently.…
Read More » -
Java
The 2021 Ultimate AWS Certified Solutions Architect Associate Exam Prep Bundle
Move Into a Higher-Level IT Engineer or Entry-Level Architect Role with 74 Hours of Hands-On Content on AWS Cloud Essentials,…
Read More » -
Core Java
Add Grpc to your Java Application
Grpc is a high performance, open source universal RPC framework.There are various benefits for using gRPC. It simplifies development by…
Read More » -
DevOps
Cloud factory – Example factory deployment
In our previous article from this series we shared a look at the logical common architectural elements found in a cloud…
Read More » -
Android Core
Avoid Gradle Duplication in Multi-Module Android
When you have an Android project with many modules, you may find a lot of the gradle configuration being duplicated…
Read More » -
React.js
How to close a React Native modal with a button
I’ve been working with React Native lately, and I’ve come across a few unimplemented features I needed to add to…
Read More »