-
Software Development
Low-Code, Rapid Application Development and Digital Transformation
Recently, many low-code/no-code solutions have gained speed in the enterprise, giving non-technical people the option to create simple applications. Analysts…
Read More » -
Enterprise Java
Neo4J OGM with Quarkus
In the following video I show an example Quarkus application that uses a Neo4J database and Neo4J OGM. Have a…
Read More » -
Android Core
Android Developer Interview Preparation Series | Part 2 – Preparing for the interview
In the previous post of android developer interview preparation series, we talked about how to get an interview at your…
Read More » -
Enterprise Java
Deep Learning with Spring Boot and DJL
Overview This is another post on Spring Boot that will show how to build a sample web application using Deep Java Library (DJL), an…
Read More » -
Core Java
Java 14: Helpful NullPointerException Messages
A new JVM option, -XX:+ShowCodeDetailsInExceptionMessages, has been introduced in Java 14, in order to provide helpful NullPointerException messages showing precisely…
Read More » -
DevOps
Cloud-native development – A blueprint
After starting with architectural blueprints introducing both omnichannel integration and integrating with SaaS applications, we’re presenting the results of a cloud-native…
Read More » -
Core Java
Convert time unit to duration in Java
java.util.concurrent.TimeUnit represents time durations in Java at a given unit of granularity and provides utility methods to convert across units.…
Read More » -
Core Java
Switch as an expression in Java with Lambda-like syntax
As of Java 14, the switch expression has an additional Lambda-like (case ... -> labels) syntax and it can be…
Read More »