
2025-02-22
Server-side Architecture
A comprehensive look at building a robust backend system using Node.js and TypeScript.
⚙️ Server-side Project: Backend Architecture
This project focuses on building a scalable and secure backend system. I used Node.js and TypeScript to ensure type safety and create a maintainable codebase for complex server logic.
🔗 Project Links
- GitHub Repository: gyuripk/server
📺 Project Overview & Demo
Watch the video below to see how the server handles data and manages API requests efficiently.
🛠 Key Features & Implementation
- TypeScript Integration: Improved development workflow by using strictly typed interfaces for API responses.
- RESTful API Design: Built a clean and organized API structure for seamless communication with the front-end.
- Secure Authentication: Implemented secure user authentication and data protection measures.
🚀 How to Get Started
# Install dependencies npm install # Set up environment variables cp .env.example .env # Start the server npm run dev

Mobile ML: Fungi Classifier
87.5% accuracy classifier using DINOv2, optimized for CPU with <200ms latency.

Portfolio Website
A professional React-based portfolio to showcase projects, resume, and technical skills with integrated contact features.