How to Practically Scale a NestJS Project on the Cloud
Scaling a NestJS application on the cloud involves several practical steps, including leveraging microservices, using cloud services, and optimizing performance.
September 30, 2024
View ArticleA blog using velite. Posts are written in MDX
Scaling a NestJS application on the cloud involves several practical steps, including leveraging microservices, using cloud services, and optimizing performance.
September 30, 2024
View ArticleNestJS is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
September 25, 2024
View ArticleHow to connect to an Oracle HeatWave database using Python and cx_Oracle.
September 24, 2024
View ArticleDiscover when it's appropriate to use Typescript's `any` type despite its risks. Learn about legitimate cases where `any` is necessary
May 30, 2024
View ArticleIn this book teaser, we discuss deriving vs decoupling your types: when building relationships between your types or segregating them makes sense
May 30, 2024
View ArticleLearn how to strongly type process.env in Typescript by either augmentng global type or validating it at runtime with t3-env.
May 30, 2024
View ArticleImporve React Typescript performance by replacing type & with interface extends. Boost IDE and tsc speed significantly
May 30, 2024
View Article