-
Enterprise Java
How to Invoke an External REST API from a Cloud Function
In a previous blog post I showed how to create your first cloud function (plus a video). It’s very likely…
Read More » -
Software Development
Logic Should Hide In Plain Sight
I’m sure you’ve heard the words “dig in the code” before. It’s the first second thing a developer does when…
Read More » -
Core Java
Optional.isEmpty() Available in JDK 11 EA Builds
My recently posted question “Optional.isEmpty() Coming to Java?” was prompted by a core-libs-dev mailing list post titled “RFR: 8184693: (opt)…
Read More » -
Enterprise Java
3 Pitfalls Everyone Should Avoid with Hybrid Multicloud (Part 4)
The daily cloud hype is all around you, yet there are three pitfalls everyone should avoid. From cloud, hybrid cloud,…
Read More » -
Enterprise Java
[FREE EBOOK] Lessons from analyzing over 600,000 Java projects
What does it take to build an informed error handling workflow? Investigating and resolving application errors in production is critical…
Read More » -
Software Development
[MEGA DEAL] Front End Javascript with Vue.js Bundle (89% off)
Dive Into the Web’s Most Important Programming Language, Including One of Its Hottest New Frameworks Hey fellow geeks, This week,…
Read More » -
Software Development
What is Artificial Intelligence?
Before we begin, let’s get definitions straight — what is artificial intelligence (AI)? Or more specifically, what isn’t it? As…
Read More » -
Enterprise Java
Gradle multi project build – parent pom like structure
When you come from a maven background most probably you have been used to the parent pom structure. Now when…
Read More » -
Enterprise Java
Jib – Building docker image for a Spring Boot App
I was pleasantly surprised by how easy it was to create a docker image for a sample Spring Boot application…
Read More »