24 followers
Somebody who likes to code
Several years ago, we started using Bitbucket because it provided unlimited private repositories. But today, GitHub also offers the same plus useful...
.NET Startup Hooks is a little-known feature that allows us to inject code into a target process before it starts running. This can be done without...
Lambda layers provide a convenient way to package libraries and other dependencies that you can use with your Lambda functions. Using layers reduces...
When deploying a .NET application, we typically encounter two issues. Including dependencies used by the application increases the size of the...
In the previous post Deploying AWS Lambda Functions with AWS SAM, we saw how easy it is to deploy an AWS Lambda function with Amazon API Gateway....
How do we know that the unit tests we develop are efficient enough to ensure the quality of our code? We usually believe that high code coverage is a...