Shahil Sharma's repositories
Blog-App-Go
This is my first Golang Backend project. The application has integrated Cloudinary, JWT authentication and CRUD operation without using any ORM for the first time.
Blog-CSharp
After building the project in go, also build it using ASP.NET Core. The soul purpose of these projects was to try new technologies used in bigger companies for scalability.
StudyNotion-NextJS
Template of a Ed-Tech Website made in NextJS showcasing user authentication and session management with NextAuth library making it very easy to manage jwt, cookies, session data and more. Used TypeORM with MySQL for database as well as Nodemailer and Cloudinary
WorkHive-NestJS
Backend of WorkHive project built in NestJS
Blog-App-NestJS
Backend of Blog-App written in NestJS
go-SOLID
A project demonstrating how to use SOLID principles in a golang backend applicaion.
nunit-dotnet
A project demonstrating nunit testing library to write unit test for web-api controllers