GitHub Actions and Dependabot: Automate and Simplify Your Project Updates
Improve Efficiency: Automate Project Dependencies Using GitHub Actions and Dependabot

Search for a command to run...
Improve Efficiency: Automate Project Dependencies Using GitHub Actions and Dependabot

In my recent work with open-source repositories on GitHub, I've noticed a common trend: the use of GitHub Actions for automated builds. This powerful feature of GitHub simplifies the process of continuous integration and continuous deployment (CI/CD)...

Overview Dependency management is an important requirement in any .NET app. Managing dependencies for a single project can be easy. Managing dependencies for multi-project solutions can prove to be difficult as they start to scale in size and complex...

Extract Client IP Address in .NET Core API for Auditing and Logging purposes

Boost JSON String Readability with a Quick JavaScript Tip

Hi all, Since the past few years, industries have started to moving their application workloads rapidly to the Cloud(AWS/Azure/GCP..) as compared to traditional on-prem infrastructure. One major benefit that these cloud providers offer is to rapidly ...

In this blog, let's look at how to get started with creating a serverless function(AWS Lambda) using .NET Core 6 What we're going to do? Create a Lambda function using Visual Studio Push the function to AWS Lambda Identify different ways to test the...

Learn, Implement and Validate
