Ramees.
← All work

Cybrosys Technologies2023 — 2024

Cyllo.com

Business software product platform

cyllo.com


A product platform for business software, sitting on an Odoo and Python backend.

I built the Next.js front end and the component system underneath it, working against the backend team’s data contracts.

Layers delivered

  1. schema — not on this projectSQL Server tables, indexes, constraints
  2. stored procedure — not on this projectTransactional guards, concurrency control
  3. repository — not on this projectDapper, generic base repository
  4. service — not on this projectDomain and application layers
  5. controller — not on this projectREST endpoints, auth, validation
  6. interface — deliveredAngular components and state

Filled markers are the layers I personally delivered on this project.

Front end

  • Next.js front end in TypeScript with a reusable component architecture.
  • Responsive layouts across breakpoints.
  • Worked against Odoo and Python backend contracts, resolving integration mismatches with the backend team.

Front end

Next.jsTypeScriptSASS

Back end and data

OdooPython