Attention: This article was published over 2 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Creating RESTful APIs with Spring Boot is a straightforward process, making it a popular choice for a variety of applications, from UI to batch …
What is Mainframe Modernization & How Can My Business Benefit From It?
Attention: This article was published over 2 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Mainframes have long powered critical financial transactions and government operations. However, across the U.S., particularly in Kansas, these systems are showing their age. The …
Next Level with Matt Menzenski, Principal Data Engineer
Attention: This article was published over 2 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Take your career to the “Next Level” with Zach Gardner, Chief Architect at Keyhole Software, featuring Matt Menzenski, Principal Data Engineer at PayIt. Matt …
CopyFlat: Java Recursion in Action
By using Javaโs built-in file classes, along with recursion, it turns out to be pretty easy to implement the requirements that I came up! Itโs fairly simple to copy a set of files nested inside a directory structure into a new flat directory.
Remember, while you probably arenโt burning your own CDs or cassettes nowadays, there are reasons why the concepts demonstrated here are still relevant. The computer science techniques in this small set of code (such as recursion, threading, and file manipulation) are basic skills all Java programmers should know.
What is the Process of Building Microservices Using Spring Boot?
Attention: This article was published over 2 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Microservices architecture has gained immense popularity due to its ability to break down complex systems into smaller, manageable services. When it comes to implementing …


