Welcome to my portfolio repository! This repository includes three main projects, showcasing my skills in web development, mobile app development, and server-side programming.
A comprehensive web application demonstrating modern web development practices.
- Features: Responsive design, robust backend integration, and user-friendly interfaces.
- Tech Stack: [List technologies used, e.g., React, Node.js, etc.]
A high-performance Android native application.
- Features: Seamless UI with Jetpack Compose, efficient data management with Room and Shared Preferences, comprehensive testing, and CI/CD deployment.
- Tech Stack: Kotlin, Jetpack Compose, Room, Shared Preferences.
A robust server-side application built with NestJS.
- Features: Efficient notification handling, scalable architecture, and thorough testing.
- Tech Stack: NestJS, Jest for unit and E2E testing, k6 and Postman for load testing.
- Web Project: [List prerequisites, e.g., Node.js]
- Mobile App Project: [List prerequisites, e.g., Android Studio]
- Server Project: [List prerequisites, e.g., Node.js, NestJS CLI]
- Web Project
# Navigate to the web project directory cd web-project # Install dependencies npm install