Light Mode Image

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...

default.jpg
default.jpgDipendra Neupane
Last month

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 ...

default.jpg
default.jpgDipendra Neupane
10 months ago

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...

swagger-authentication-aspnetcore-638373204426025144-638373205494014370.jpg
default.jpgDipendra Neupane
Last year

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...

github-actions-638373185215611704-638373188536465235-638373189681870652-638373190954371131.jpg
default.jpgDipendra Neupane
Last year

Deploying NextJs Application on Window’s IIS Server

NextJs is the server-side rendered React-based framework for creating Single page applications. It i...

nodejs-iis-deployment-638373179354199787-638373187892953437-638373189280136796-638373190461702249-638373191644305477-638376513765428475.jpg
default.jpgDipendra Neupane
Last year

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-...

default.jpg
default.jpgDipendra Neupane
Last year

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...

default.jpg
default.jpgDipendra Neupane
Last year

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...

default.jpg
default.jpgDipendra Neupane
Last year

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...

default.jpg
default.jpgDipendra Neupane
Last year

Manage multiple NodeJs versions using NVM

Sometimes it's annoying because of version unmatched dependencies while working on different project...

default.jpg
default.jpgDipendra Neupane
2 years ago

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...

default.jpg
default.jpgDipendra Neupane
2 years ago

Automate your deployment pipeline with self-hosted GitHub actions.

Back in 2018, GitHub introduced a platform-native automation tool called GitHub actions. GitHub user...

default.jpg
default.jpgDipendra Neupane
2 years ago

Deploying NextJs Application on Window’s IIS Server

NextJs is the server-side rendered React-based framework for creating Single page applications. It i...

default.jpg
default.jpgDipendra Neupane
2 years ago