TypeScript
Whether you build web or Node.js applications, TypeScript has become an essential tool in every JavaScript developer’s toolkit.
Ideal for teams that…
Modern frontend in practice — components, performance and code quality.
The TypeScript type system and how to model data and program logic with it
Common pitfalls when moving from JavaScript and how to avoid them
Best practices for compiler configuration to increase code reliability
How to use TypeScript with existing JavaScript libraries (external or custom)
How to migrate JavaScript codebases to TypeScript and available migration models
Popular tools and workflows when working with TypeScript
Catch errors at compile time instead of runtime
Model the data your application works with
Reduce the need for trivial tests (like typo checks) and focus on testing business logic
Improve code readability and “discoverability”
Use a typed language while retaining JavaScript’s flexibility
What we actually do
- · Module 1: Why TypeScript? Language goals – problems it solves and doesn’t solve Runtime vs compilation time
- · Module 2: Built-in Types and Functions Primitive and enumerated types JavaScript compatibility
- · Module 3: Type Composition Algebraic types and how they solve problems
- · Module 4: Classes Object-oriented mechanisms in TypeScript
- · Module 5: Working with Dependencies Using external JavaScript libraries Typing custom libraries
- · Module 6: Compiler Configuration and Best Practices Ensuring maximum code reliability
- · Module 7: Code Encapsulation and Modules Code organization: Modules & Namespaces
- · Module 8: TypeScript + Node.js Preparing and running code for Node.js
- · Module 9: TypeScript + Browser Building and running code in the browser
- · Module 10: Tooling Using popular linters with TypeScript Adding TypeScript to your pipeline
- · Module 11: Migrating from JavaScript Migration strategies for existing projects
- · Module 12: Conditional and Special Types Advanced type features for passing more information
From brief to retro in 30 days.
Brief & diagnosis
A call with the team lead + a short survey for participants. We define goals, gap and context.
Program customization
We adapt modules, case studies and code examples to your stack. Approval in 5 days.
Workshop
Trainer-led sessions, hands-on, code review. Mentor available between sessions too.
Retro + report
Outcome report for the team and lead. 30 days of consulting included.
Send a brief. We'll reply within 1 day.
After a short brief we'll prepare a program and a quote. No obligations — it's just a starting point.
Thank you!
We'll get back to you within 1 business day.
Other programs for teams
See all →Angular
Modern frontend in practice — components, performance and code quality.
Creating SPA applications with the Angular framework
Modern frontend in practice — components, performance and code quality.
Full-stack applications with NestJS and Angular
Modern frontend in practice — components, performance and code quality.