In the past, getting an ASP.NET app up and running in the cloud would be nearly impossible. In this series, we take a look at how to bring such an animal to life.
How do you change what must not be changed?! Well, you don't. Unless you're testing. In which case, this trick will let you change private static fields.
Is your Agile team struggling? Check out this list of the most common anti-patterns across Agile teams, and see what you should, and shouldn't, be doing.
Day-2 operations is where the system generates an outcome for the organization. Thus, continually seek improvements in day-2 operations, to maximize benefits.
ELB logs are a valuable resource to have on your side. But it is being able to aggregate and analyze them with ELK that really allows you to benefit from the data.
There are many ways to integrate CloudWatch with the ELK Stack. See how to use a Lambda function to send logs directly from CloudWatch into the Logz.io ELK Stack.
Choosing the right set of automation tools is paramount in successful test automation. Find an overview of various tools strengths and weaknesses here.
OCSP (Online Certificate Status Protocol) is a revokable application-level protocol. It can be easily load tested by using JMeter in just ten quick steps.
While merging and rebasing are similar in Git, they serve two different functions. Here's what you should know to keep your histories as clean or as complete as you like.
Learn how to create a serverless Angular app, and get rid of concerns like elasticity, scale, and resiliency so you can concentrate fully on your code.
Learn how to use Amazon SQS with a simple Java program to send a message from a producer running in a process and consume the message by a consumer in another process.