Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View SauravSrivastav22's full-sized avatar
  • India

Block or report SauravSrivastav22

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SauravSrivastav22/README.md

Hi, I'm Saurav Srivastav 👋

Full-Stack .NET & Angular Developer · Database Specialist

5+ years building cloud-native enterprise applications for global clients including Haier, Fonterra, Arla, and Carrier — Angular front-ends, .NET Core / microservices back-ends, and high-performance SQL databases.


🚀 About Me

  • 🔭 I build end-to-end: Angular UIs, .NET Core / ASP.NET APIs, and the SQL Server / PostgreSQL / Oracle databases behind them.
  • 🗄️ Database engineering is my signature strength — schema design, query & index optimization, stored procedures, and DB-to-DB pipelines moving 1M+ records.
  • ☁️ Ship to the cloud with Azure, Docker, and CI/CD.
  • 📫 Reach me: [email protected] · LinkedIn

🛠️ Tech Stack

Backend   .NET C# ASP.NET Blazor EF Core Node.js

Frontend   Angular TypeScript JavaScript HTML5 CSS3

Databases   SQL Server PostgreSQL Oracle

Cloud / DevOps   Azure Docker GitHub Actions Git


📌 Featured Projects

Project What it shows
dotnet-webapi-efcore-sqlserver .NET 9 REST API · EF Core · SQL Server · migrations · Swagger
db-to-db-sync-tool SQL Server → PostgreSQL ETL with streaming reads & batched upserts
dotnet-microservices-orders Two .NET microservices over HTTP, orchestrated with docker-compose
sqlserver-tsql-scripts T-SQL: schema, stored procs, window functions, indexing, Agent jobs
minimal-api-jwt-auth .NET 9 Minimal API · JWT · role-based authorization
angular-admin-dashboard Angular 18 · RxJS · async pipe · data-driven dashboard

📊 GitHub Stats

stats top langs

Pinned Loading

  1. BloodFang-AnimeBox BloodFang-AnimeBox Public

    Full-stack React 19 (Vite) anime browser with search & genre filters — Express API aggregating data from multiple external APIs, with React Router and Firebase.

    JavaScript

  2. db-to-db-sync-tool db-to-db-sync-tool Public

    Re-runnable SQL Server to PostgreSQL ETL pipeline in .NET 9 with streaming reads and batched upserts.

    C#

  3. dotnet-microservices-orders dotnet-microservices-orders Public

    Two .NET 9 microservices (Orders + Products) communicating over HTTP, orchestrated with docker-compose.

    C#

  4. dotnet-webapi-efcore-sqlserver dotnet-webapi-efcore-sqlserver Public

    .NET 9 REST API with EF Core, SQL Server, migrations, seeding, pagination, search, and Swagger.

    C#

  5. minimal-api-jwt-auth minimal-api-jwt-auth Public

    .NET 9 Minimal API with JWT bearer authentication and role-based authorization.

    C#

  6. sql-query-optimization-demo sql-query-optimization-demo Public

    SQL Server query tuning: fixing a slow query with SARGable predicates and covering indexes.

    TSQL