Learn how to schedule and execute Talend jobs with Airflow, an open-source platform that programmatically orchestrates workflows as directed acyclic graphs of tasks.
In this post, I discuss how to use embedded MongoDB in a Spring Boot application. This is all you need to do to start using Embedded MongoDB in a Spring Boot application.
Understanding promises is essential to understanding async functions. Learn the basics of promises and demonstrate how they can be used to construct asynchronous apps.
So your network just went down and you got it back up. We take a look at ten questions you can answer to assess what happened and how to prevent it from happening again.
Kotlintest, a port of scalatest written in Kotlin, comes with the support of property-based testing. See how to take advantage of it on a few helpful examples.
Microservices and distributed systems are closely linked. But to make sure you can properly trace your services, it's key to architect your solution properly.
In the world of Java EE microservices, all eyes are on MicroProfile. But KumuluzEE is already in the game. Let's link and configure some microservices.
By default, Quartz only supports traditional relational databases. But we can use Spring Boot and MongoDB to integrate Quartz to schedule in a clustered environment.
Here's what 22 executives who are familiar with AI said when we asked them, "What are the most common issues you see preventing companies from realizing the benefits of AI?"
Here we examine a hypothetical, but very possible example where Tell, Don't Ask and the SRP collide. See what the moral is when it comes to applying principles.
Learn how to find the geographical location of a user using their IP address by just configuring NGINX with GeoIP MaxMind databases — without doing ANY coding!
Learn what API mediation is and why it's necessary in a world where data and application integration provide an advantage, but also present many complexities.
If you're a C# programmer, you need to know how to convert a table column into a C# model class using stored procedures. And if you don't, you've come to the right place.