projects
list of some of my projects
Blog Application
A simple blog built using Next.js and Tailwind CSS with the latest features like React Server Components and Server Actions. Used Vercel PostgreSQL for database, Prisma as ORM and Kinde for Authentication.
Next.js
Tailwind CSS
Prisma
PostgreSQL
Kinde
Typescript
Password Generator
A CLI tool built using Go along with the Cobra library to generate random passwords with options to specify password length, inclusion of digits and special characters.
Go
Cobra CLI
Weather Forecast
Weather Forecast Application in Go that displays current and hourly weather conditions using the WeatherAPI and highlights significant weather changes.
Go
CLI
gRPC Microservice
A microservices-based order management system built with Go. Features gRPC for inter-service communication, HTTP for client-server interaction.
Go
gRPC
Microservices
REST API Server
RESTful API Server in Go for project management with JWT-based user authentication, data storage in MySQL and Docker for containerization.
Go
JWT
MySQL
Docker