Before picking a framework or a language, agree with your team on architecture. This sample Spring Boot app walks through a refactoring focusing on clean architecture.
CloudTrail is a useful tool for monitoring access and usage of your AWS-based IT environment. You can find lots of valuable information in the data with Kibana.
TestContainers can help when performing database tests. In this post, we take a look at how to squeeze some more performance out a TestContainers setup!
If your app creates a lot of objects, then the Android run time (ART) environment will trigger garbage collection (GC) frequently. Here's how to deal with it.
This research report serves as a 'State of Predictive Maintenance,' considering what is and isn't predictive maintenance and how organizations are pursuing the tech.
If you're an ASP.NET Core dev, but are tired of having to use ASP.NET Core's dependency injection container, read on to learn how to replace the existing DI container.
Prolific branching keeps your branches clean and releasable, and makes project tracking easier. Learn to create branches in the JIRA server with Bitbucket.
Want to use SQS without AWS Lambda functions? Get ready to dive into API Gateway so you can send and receive messages while securing them with IAM roles.
In this tutorial, learn to create a click listener interface for RecyclerView for Android, with options like multiple listeners, and endless possibilities for the data.
The Mock component is useful in various scenarios of Mule application testing. In this part of the series, we will see how to use the Mock component in an MUnit test.
AWS Lambda is a solid serverless option, but setting up automatically scheduled events might not be intuitive. Let's see how CloudWatch can solve the problem.