Long-form write-ups on selected projects — architecture decisions, team leadership, and lessons learned beyond the bullet points.
At Blockchain Solutions Network (IXFI Group), I led a team of eight developers through a major Angular upgrade on a live cryptocurrency exchange. This case study covers the planning, execution, and frontend practices that kept trading workflows stable while modernizing the UI stack.
ngx-pdf-viewer-2 started as a practical need: make PDF rendering in Angular apps straightforward, typed, and reusable. This write-up covers why I built it, the design choices behind the library, and what publishing to npm taught me about open-source maintenance.
Modern product UI increasingly uses motion, but animation libraries do not always fit Angular patterns out of the box. angular-dotlottie bridges that gap by wrapping dotlottie-web with component and directive APIs teams can use idiomatically.