Learn how to schedule and execute Talend jobs with Airflow, an open-source platform that programmatically orchestrates workflows as directed acyclic graphs of tasks.
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.
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.
Having machine learning skills is not enough. You also need good working knowledge of data structures. Learn more and get some problems to practice with.
Learn how to construct your database performance testing plan with all the most important elements, including a thread group, JDBC request, and summary report.
See how to use a deep learning model to train a chatbot based on past social media conversations in hopes of getting the chatbot to respond to messages the way you would.
Let's take an in-depth look at decorators in Python. Find out what they're all about, the various kinds, and how you can make use of them in your own code.
Where did the word ''database'' come from? And what did SQL stand for back when it was SEQUEL? Learn all that and more in this article on the history of RDBMS.