This training is for you if
- you want to organize your knowledge and see how to apply it in day-to-day work
- you work on applications or tools that need to stay readable, maintainable, and testable
- you value practical exercises, trade-off discussions, and examples close to real projects
This is not the best choice if
- you are looking only for a theoretical lecture without workshop practice
- you need a very basic introduction to programming from scratch
- you expect ready-made recipes without discussing context, constraints, and consequences
Trainer
Mateusz
Jabłoński
Senior Frontend Developer, trainer, and author of technical materials. Since 2016, I have been running training sessions on JavaScript, TypeScript, React, testing, and tools that support software developers.
14+years of experience
2016teaching since
4.7 / 5based on 143 responses
Training program
TypeScript Foundations for the Project
- shared DTOs
- ResultT> as a return type for domain layers
- type narrowing in input validation
- ESM configuration
TypeScript Decorators + Metadata
- building a lightweight custom HTTP mini-framework: @Controller(), @Inject()
- Reflect Metadata integration
- automatic endpoint registration using decorators
Advanced Async: Event Loop, Streams, Backpressure
- deep dive into the Node.js event loop
- handling large file uploads with streams
- backpressure strategies
Worker Threads: Background File Processing
- FileProcessingWorker (worker thread)
- transferring file buffers to workers
- communication: status updates, progress, errors
- structuredClone + transferable objects
Architecture: Clean, DI, Ports & Adapters
- Application - Domain - Infrastructure
- introduction of layered architecture
Design Patterns in Practice
- Command pattern for domain operations
- Factory pattern for worker creation
- Observer/EventEmitter for local processing events
- Adapter pattern for file storage layer
WebSockets: Realtime Processing Progress
- implementing a WebSocket server
- connecting WebSockets with worker threads
- broadcasting updates to frontend clients
Performance & Debugging
- CPU & heap profiling
- event loop analysis
- mock memory leak inside a worker thread
Security
- input sanitization
- request validation using decorators
- auth token
- rate limiting
- secrets & configuration separation
unitb
Orbexperts OÜ
4.5(average rating)
