TypeScript
Typescript brings types checking to Javascript out of the box, simply by compiling, your code tested for possible problems, very similar to how it happens in strong typed languages like Java, C#. Inside the toolbox: TS Node, TSLint
Git
Distributed version control system
VS Code
Popular code editor with extensive extensions
CI/CD & Jenkins
We implement Continuous Integration and Continuous Delivery pipelines with Jenkins to automate testing, building, and deployment. Having deployed hundreds of software versions, we ensure reliable, repeatable releases that catch issues early and keep your product shipping fast.
Postman
We use Postman for API development, testing, and documentation. From designing RESTful endpoints at Rapyd to debugging microservices, Postman is a core tool in our API-first workflow.
JavaScript (ES6+)
JavaScript is the common thread through our entire stack — from vanilla DOM scripting to modern ES6+ async patterns. It's the language that powers our front-ends, back-ends, and everything in between.
Vite
We use Vite for lightning-fast frontend tooling — instant HMR, optimized builds with Rollup, and native ESM dev server. It's our default bundler for React, Vue, and vanilla TypeScript projects.
Jest
We write comprehensive test suites with Jest — the JavaScript testing framework. From unit tests to integration tests, Jest ensures our React and Node.js code is reliable, fast, and regressions are caught early.
Trello
We manage projects and workflows with Trello, using Kanban boards to track tasks, sprints, and deliverables. Its visual approach keeps teams aligned and stakeholders informed throughout the development process.
Scrum & Agile
We practice Scrum and Agile methodologies across all our projects. With experience leading teams as Technical Lead, we deliver incremental value through sprint planning, daily standups, and retrospectives.