Projects

TopX

Company
TopX
Duration
Feb. 2020 — Jun. 2021
Role
BackEnd
Description

Backend development. Mostly refactoring current awful architecture, improving infrastructure. Upon my initiative, I have put all microservicess and related to them resources in docker-compose to make it possible to fast deploy all app related resources (before this, setting up locally all services may took weeks for newcomers). Upon my initiative I have Implemented log system, this gives us the possibility to track and debug issues more effectively. Investigating issues was painful and took few days without this. Introduced code linting.

Much efforts for clearing up architecture - what is suppose to be "micro services" is in fact just a couple of monstrous monoliths that actually share same data sets, with awful tricky database joins and a lot of spaghetti-code. So I'm splitting them in actual services with clear boundaries, each of which, responsible for its own data sets, with low coupling with other services.

Also I made some minor codechanges when possible to make code more clear, prefer to be declarative over imperative and testable.

Also bugs/issues. Helping on frontend sometimes with react. Maintaining docs, offering concepts, conventions, standards.

API Interface
rest
Backend Framework
expressjs
Frontend Framework
reactjs
ORM
typeorm
Other
nodejs
Project type
webdev, commertial
database
postgresql
language
typescript

Dyno Fighter

Duration
2020
Description
This is my first experiment on 2d "shoot-em-all" scroller. It use PIX.js for rendering and React for UI. I also was playing with idea of using Redux for ECS system.
Link
https://dynofighter.set001.com/
Frontend Framework
reactjs
Other
pixijs, redux
Project type
hobby, gamedev
language
glsl, typescript