Serhii Umanskyi
Offer Serhii work on your next project.
Rating
Skills and abilities
Programming
-
Bot Development
from 12 USD for hour
-
Databases & SQL
from 12 USD for hour
-
Gaming Apps
from 12 USD for hour
-
HTML & CSS
from 12 USD for hour
-
Javascript and Typescript
from 12 USD for hour
-
Python
from 12 USD for hour
-
Web Programming
from 12 USD for hour
Portfolio
-
SnippetVault
Web ProgrammingA small service for storing useful snippets (links/notes/commands) with tags and search.
Stack: HTML, CSS, JavaScript, TypeScript, Next.js, Tailwind CSS, NestJS, MongoDB
… Key highlights:
- Structured full stack single repository architecture
- Implemented tag-based filtering, pagination and search logic
-
EcoHub
Web ProgrammingA web service for managing a personal virtual economy. Users can create projects with currencies and markets, add products to a cart, calculate prices and exchange rates in various monetary units.
Stack: HTML, CSS, JavaScript, TypeScript, Zod, Angular, Express.js, MySQL
… Key highlights:
- Layered Express.js architecture: routes – middlewares – controllers – services – models
- Shared lib with contracts: types, endpoints, Zod schemas, etc.
- Zoneless Angular with only standalone components and Signals everywhere, mostly without RxJS.
-
StructVisor
Web ProgrammingA web service for visualizing dynamic data structures and algorithms.
Stack: HTML, CSS, JavaScript, TypeScript
… Key highlights:
- Built from scratch without libraries
- Implemented dynamic visualization logic for data structures using HTML Canvas
- Client-oriented architecture. Server provides only static resources
- Organized code using namespace-based separation of concern