🚦 Avoid using enums in Typescript
If you are coming to the typescript world from Java or from any other typesafe languages, then often your choice might be Enums for structuring something like loglevels, status, etc....
Continue reading →If you are coming to the typescript world from Java or from any other typesafe languages, then often your choice might be Enums for structuring something like loglevels, status, etc....
Continue reading →The landscape of Artificial Intelligence (AI) has seen significant shifts and advancements with the release of transformative tools like ChatGPT. From Twitter to Reddit, discussions about AI, its applications, and varying perspectives on its implications are growing quickly....
Continue reading →Discover how to implement Server-Sent Events (SSE) with NestJS for efficient real-time web applications. Learn the benefits of SSE, its one-way communication model, and how to correctly manage headers and data streams in NestJS....
Continue reading →Learn how to build a fully serverless architecture with AWS AppSync and DynamoDB using GraphQL and AWS CDK. Achieve seamless scalability and cost efficiency for your e-commerce order management system....
Continue reading →Often, applications use environmental variables to store secrets or values that vary depending on the system where the application runs. These values are typically not checked into the git repositories, and you may need to set them at runtime....
Continue reading →Testing is one of the most important and a major part of any application development, NestJS by default uses Jest & Supertest for making unit tests & end-to-end testing jobs easier....
Continue reading →In the dynamic world of web development, the tools and technologies we choose significantly impact our productivity and the performance of our applications. My recent experience of transitioning my blog from NextJS to Astro offers a telling example of this....
Continue reading →React has recently announced the development of a new hook that will provide first-class support for Promises....
Continue reading →