logo

projects

list of some of my projects

  • Portfolio Website (Current)

    Modern portfolio website built using Next.js and Tailwind CSS with a built-in CMS functionality using Prisma and Vercel Postgres, protected with Kinde and hosted in Vercel.

    • Next.js

    • Tailwind CSS

    • Kinde

    • Prisma

    • PostgreSQL

    • Vercel

    • shadcn/ui

  • Portfolio Website (Old)

    First iteration of my portfolio website designed in Figma and built using React and plain CSS when I started learning web development. Building this got me excited about the world of software development.

    • Figma

    • React

    • CSS

  • 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