The latest addition to ASP.NET Core's performance metrics APIs is the Server Timing API. We take a look at how to make use of these metrics in your ASP.NET Core web app!
If you're thinking about trying Mockito out for unit testing, this article provides a comprehensive guide to injecting mocks and mocking methods, including void methods.
Protocol Buffers are a high-performance alternative to text-based protocols like XML or JSON. Adapting them to a Spring Boot application is easy with these steps.
Jenkins has introduced a declarative syntax for pipeline creation! Let's take a quick look at using it to integrate Jenkins with GitHub to help build your CI/CD process.
This dive into the Singleton design pattern covers the many ways it can be implemented, a few roadblocks to avoid, and some handy use cases to keep in mind.
Have you ever worked on software where the access rules are based not only on user's role but also on the specific entity that role was granted? You will probably find Attribute-Based Access Control very useful — this article will tell you how.
If you're considering getting your feet wet with serverless, be mindful that while AWS Lambda has plenty of benefits, you lose some control and call simplicity as well.
Some Java performance optimization tricks include starting with minimum heap allocation, using a StringBuilder instead of the + operator, and avoiding Iterator.
If you thought WannaCry was bad, you haven't seen anything yet. An even more dangerous malware has been detected which exploits 7 Windows vulnerabilities.
''Here be dragons'' is a phrase that comes to mind when putting yourself in the shoes of an enterprise fighting to bring its legacy software in the cloud. On the other hand, ''free as a bird'' is quite fitting for the startup building a fresh cloud native app.