Want to use Azure Blob Storage to host your Maven artifacts? Here's a simple guide to bringing your Java projects to the cloud for ease of accessibility.
Apache Flink helps build big data in a efficient and scalable way. Learn how to use it to read data from a file, transform it to uppercase, and write it to another file.
See how Future and ExecutorService work independently and how they can be combined to solve issues with intense calculations, background tasks, and more.
Get details on the target environment and an overview of the high-level components that I'll use to build a REST API to balance granular control and magical black boxes.
In this post, we'll cover how to use the ZeroCode framework to write REST/SOAP API apps with contract and integration tests using the TDD/BDD approach.
The Ignite UI for Angular Navigation Drawer component is a side navigation container. In this post, we will work with Ignite UI Navigation Drawer and Angular Routings.
It's always good to make sure you understand how your favorite tools work internally. Here, we run through a few basic concepts in Spring Boot and see how the magic happens.
Walk through 2 approaches of setting your InnoDB buffer pool size value, examine their pros and cons, and consider a unique method to arrive at an optimum value based on RAM size.
Allowing users to log in and log out, and base their permissions on this, is a crucial piece of web app security. Learn how to implement it with Angular 5!