Tag: TypeScript
All the articles with the tag "TypeScript".
Streamlining Backend Architecture: A Guide to the Generic Repository Pattern with TypeScript and Sequelize
Published: at 10:00 AMLearn how to implement a generic repository pattern in a TypeScript backend project to improve code reusability and maintainability.
Securely Run User-Generated Code in Node.js with isolated-vm: A Step-by-Step Guide
Published: at 02:00 PMA guide on how to set up and use `isolated-vm` in a Node.js project using a class structure, perfect for creating workflows or running user-generated code that includes network requests and custom helper functions.