Denis Mită

Senior Frontend Engineer

I build robust web platforms — from first commit to production scale.
Architecture-first frontend, strong product sensibility, and AI-assisted workflows to ship faster without sacrificing quality.

About

I'm a senior front-end engineer focused on building robust web platforms — from early 0→1 systems to multi-surface products operating at scale.
I care about architectural clarity and product quality: clean component systems, deterministic UI behavior, and codebases that remain maintainable as teams and features grow.
I've shipped across startups and larger organizations (including Google), working on identity and payments infrastructure, AI-native applications, and trading platforms.
More recently, I've integrated AI coding agents into my workflow in a pragmatic way — accelerating scaffolding and refactors while keeping strict review discipline around critical logic.
Small detail: "Denis Mită" loosely translates to "Denis Bribe" in English — which explains the handle "dbribe."
CS Academy
Google
Blink
Minerva Gate
Deepwaters
Try it on AI
Stella
Sand Technologies
ALX
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026

Senior Frontend Engineer

ALX
Jan 2025 - Present

I own the primary learner dashboard (eHub), serving ~200k monthly active users within a 2.8M-user EdTech platform.

I also lead frontend development for FIT (Frontier Institute of Technology) — a US-focused university product built on the same architectural foundation.

The system spans multiple frontend surfaces inside a shared monorepo backed by a federated GraphQL backend.

  • Contribute to cross-product frontend architecture
  • Standardized core UI systems (modals, forms, lifecycle patterns)
  • Consolidated shared logic between eHub and FIT
  • Contributed to a unified cross-platform navigation SDK
  • Leading a Capacitor-based mobile port with native-grade gesture routing

Recently, I've integrated AI coding agents into daily development — increasing delivery velocity while maintaining architectural consistency across surfaces.

React.js
TypeScript
GraphQL
AWS

Frontend Engineer

Sand Technologies
Sep 2024 - Dec 2024

Short-term engagement within a global AI and digital transformation consultancy.

I contributed frontend implementations across client projects, including:

  • A real-time radio monitoring web application for a Formula E team, focused on performance-aware rendering and streaming message handling.
  • Stabilization work on the ALX client dashboard ahead of production release.
  • Implemented from scratch an operational dashboard for ALX local hub teams, translating provided designs into a production-ready interface.

Focused on clean API abstraction, rapid onboarding to new codebases, and reliable delivery within consulting timelines.

React.js
TypeScript
OpenAPI
GraphQL
AWS

Senior Full-Stack Engineer

Stella
Apr 2024 - Jul 2024

Stella was an AI-native digital marketing platform built by the team behind Try it On AI.

I contributed as a full-stack engineer during early product development, implementing core web application surfaces and feature flows.

  • Built a unified multi-channel social publishing interface powered by LLM integrations
  • Integrated Stripe-based billing infrastructure
  • Developed custom UI components and product sections across the platform

This engagement required rapid feature delivery within an evolving product environment.

React.js
Next.js
Supabase
AWS
Vercel
Open AI
Stripe

Senior Full-Stack Engineer

Try it on AI
Aug 2023 - Apr 2024

Try It On AI was an AI-native SaaS platform generating studio-quality headshots from everyday photos.

I operated as a senior full-stack engineer within a two-engineer team, working across frontend architecture and backend service layers.

  • Refined and reorganized the frontend component architecture to improve maintainability and long-term clarity
  • Built multiple image editing widgets from scratch, including standardized resizing pipelines and infinite-scroll lazy loading for large image sets
  • Extended backend integrations, handling webhooks, batch upload flows, and model training orchestration
  • Designed and implemented an API-key–based public API version of the product, exposing AI capabilities for external integrations

This role reflects full-stack ownership in an AI-driven product, balancing rapid feature delivery with architectural discipline.

React.js
Next.js
Supabase
AWS
Vercel
Replicate
Open AI

Lead Frontend Engineer

Deepwaters
Jun 2022 - Jun 2023

Deepwaters was an off-chain trading platform. I created and owned the frontend project from the ground up, implementing the majority of the trading interface and defining its architecture.

I structured the Next.js application, component system, and state management strategy, translating detailed product designs into a maintainable and scalable UI.

Key contributions included:

  • Building all core trading widgets from scratch, including data visualizations implemented using raw SVG without external charting libraries
  • Designing a deterministic smart amount input that prevented invalid states and ensured seamless formatting without UI flicker
  • Delivering full mobile adaptation independently, defining responsive behavior and layout consistency without dedicated mobile design files
  • Maintaining the marketing site alongside the core trading dashboard

This role demonstrates full frontend ownership, clean system design, and disciplined 0→1 execution within a well-defined product environment.

React.js
GraphQL
Next.js
Ethers.js
Figma
Web3

Technical Lead

Minerva Gate
Mar 2022 - Jun 2022

At Minerva Gate, I operated as a technical lead within a small product-focused consultancy, delivering client-facing web applications across multiple industries.

  • Led frontend architecture and implementation across concurrent client projects
  • Defined project structure and technical direction within a lean team environment
  • Drove technical alignment between business stakeholders and engineering execution
  • Let
  • Mentored junior developers and enforced quality standards across deliveries

This role sharpened my ability to make architectural decisions under ambiguity, balance client expectations, and ship reliably within tight delivery timelines.

React.js
Next.js
Figma
Django
Gatsby

Software Engineer Intern

Google
Sep - Nov 2016 & Jul - Sep 2017

Two internships at Google, both during university breaks. The first on the Google Cloud team in Warsaw, Poland; the second on Google Flights in Zurich, Switzerland. Both were front-end focused.

At Google Cloud, I built a standalone Chrome extension for the team — a developer tool for stats monitoring, quick actions, and web inspection. I also contributed a feature to the Kubernetes front-end using Angular.

At Google Flights, I implemented the price evolution chart for tracked flights. While I used Google Charts as the base, matching the design prototypes required creative workarounds — notably using CSS pseudo-elements to render custom tooltip tails that the charting API didn't natively support.

The biggest takeaway from Google was seeing how strong processes enable code to scale. Individual output feels smaller than at a startup, but the system ensures steady, reliable progress. I also learned that at scale, edge cases multiply — at Google Flights, many UI bugs stemmed from right-to-left language support alone.

Building and maintaining products at that scale is a discipline in itself, and team experience is the strongest predictor of success.

Angular
JSX
Protobuf

Frontend Engineer & Problem Setter

CS Academy
Mar 2015 - Nov 2017

I joined CS Academy straight out of high school with zero professional experience. We were a team of competitive programmers who loved algorithmic contests, and we built our own platform from scratch. It's still actively used today for contests, including Romania's national selection camps for international olympiads.

I prepared algorithmic tasks for the platform and built interactive widgets for several of them. The platform later partnered with IEEE to host their annual college-level 24-hour contests, and I served on the contest committee in 2017 and 2021.

Alongside the CTO, I contributed to Stem JS — a custom JSX front-end framework — where I built and styled foundational components: radio groups, tab areas, and a collapsible section divider.

A few standout front-end pieces I built here:

The workspace — a multi-language in-browser code editor built on Ace, wired to a backend for compilation and execution. I parsed build output to display inline errors and warnings directly in the editor.

The graph editor — an interactive visualizer where users can describe a graph via input or draw it manually. We started with D3, then rewrote it from scratch for full control. An essential tool for competitive programmers.

The diff tool — I implemented an O(N*D) diffing algorithm to find string differences, computed the relevant text blocks, highlighted them, and rendered gutter connections using SVG curves.

Stem.js
Algorithms
Data Structures
D3
Ace