Blogs
How to Boost Application Performance by optimizing Database Calls in ASP.NET Core C#
The startup boss was not a tech guy and he has outsourced almost every aspect of application develop...
Right way to integrate ChatGPT with Asp.Net Core | Prompt Engineering
ChatGPT — An AI powered language model developed by OpenAI is capable of generating human-like text ...
Secure Swagger UI with Basic Authentication in Asp.Net Core
Swagger is an open-source tool that has helped many API developers, teams, and organizations to deli...
How to setup CI/CD pipeline using self-hosted GitHub Actions
GitHub users can use Actions to build their continuous integration and continuous delivery pipelines...
Deploying NextJs Application on Window’s IIS Server
NextJs is the server-side rendered React-based framework for creating Single page applications. It i...
Connecting to Asp.Net Core SignalR Hub from Postman with an example.
SignalR is an ideal solution for Asp.Net developers that makes it incredibly simple to deliver real-...
Secure Swagger UI with Basic Authentication in Asp.Net Core
Swagger is an open-source tool that has helped many API developers, teams, and organizations to deli...
Bypassing ASP.NET Core 6.0 [Authorize] attribute for integration tests
I recently started automated testing on some of my Asp.net Core projects. Integration testing in ASP...
Replace your Resume with an Impressive GitHub Profile README.
As the name describes README.md is the markdown document file that provides a brief description of t...
Manage multiple NodeJs versions using NVM
Sometimes it's annoying because of version unmatched dependencies while working on different project...
Thread-Safe your code with the lock keyword in C#
Single-threaded application process one command at a time. It means all the logic or code present in...
Automate your deployment pipeline with self-hosted GitHub actions.
Back in 2018, GitHub introduced a platform-native automation tool called GitHub actions. GitHub user...
Deploying NextJs Application on Window’s IIS Server
NextJs is the server-side rendered React-based framework for creating Single page applications. It i...