Neer S

Neer S @neers

About: 👩‍💻 Principle Software Engineer | ✍🏼 Tech Blogger | ▶ Open Source Maintainer & Contributor

Location:
New Delhi, India
Joined:
Oct 11, 2023

Neer S
articles - 10 total

Ultimate guide of Linux commands for Monitoring

Here are some essential commands to monitor the health and CPU utilization of your Ubuntu 22.04...

Learn More 0 0Jan 22

Implement Circuit Breaker using Polly in .Net Core 8

Overview of the Circuit Breaker Pattern The Circuit Breaker pattern is used to handle...

Learn More 3 0Dec 22 '24

Implement Paging, Sorting, and Searching in API (C#) and angular

Step 1: Implement Paging, Sorting, and Searching Parameters in API (C#) 1. Create a Base...

Learn More 2 0Dec 21 '24

Generate 6 or 8 digit alpha numeric code using best performance in C#

Generating a 6 or 8-digit alphanumeric code in C# involves creating a string consisting of random...

Learn More 0 0Dec 21 '24

Create scalable and fault-tolerant microservices architecture

To make a .NET Core microservices architecture scalable, fault-tolerant, and more performant, you can...

Learn More 1 0Dec 21 '24

Difference between AddScoped, AddTransient and AddSingleton in .netcore

In .NET Core (now called .NET 5 and later), when you register services in the dependency injection...

Learn More 0 0Dec 21 '24

SEO Tools for Testing and Techniques

Tools to test SEO Technique 1. Keyword Research and Analysis Tools: Google Keyword...

Learn More 1 0Dec 20 '24

Beginner SEO in React JS - React Helmet

Using react-helmet 1. Install the library: npm install react-helmet Enter...

Learn More 0 0Dec 20 '24

Image compression in Angular 15+ and .NET Core 7

To edit and change the aspect ratio of an image in an Angular and .NET Core 7 application, you'll...

Learn More 0 0Dec 20 '24

Best practices to Implement RTL in React Js

1 Install RTL-Support Libraries Install the necessary packages for managing RTL layout: npm...

Learn More 0 0Dec 20 '24