Tag:typescript
All the articles with the tag "typescript".
Creating a TypeScript Logger Facade
Posted on:January 6, 2024 at 08:00 AMNodeJs is lacking a built-in solution for a logger facade. Why is a logger facade beneficial? How can you create one? Let's try it out!
How to TypeScript with Node.js
Posted on:February 6, 2025 at 08:00 AMAvoid common pitfalls when beginning TypeScript development with this hands-on lab.
Optimize TypeScript Bundles for AWS Lambda with ESBuild
Posted on:August 19, 2025 at 08:00 AMTips to reduce AWS cost and latency by minimizing your JavaScript bundle for deployment to AWS Lambda.