
Generate Dynamic image with NodeJS
How to use NextJS and NodeJS to generate dynamic images for web and social media covers with the help of Node Canvas.
Search for a command to run...

How to use NextJS and NodeJS to generate dynamic images for web and social media covers with the help of Node Canvas.

Learn the best practices and clean code principles.

Understand High-Level Design to create the suitable infrastructure for your solution.

Guide to Software Development Methodologies to create robust and scalable solution.

Software Engineering Design Principles for clean, clear, and maintainable code.

the guide to build scalable, robust and readable software code.

Efficient API Design in NodeJS/ExpressJS with TypeScript Decorators
GitHub Repo Part 1 Part 2 Part 3 Part 4 Testing We will implement End-to-End testing with Jest to test our API. We will test the email tokens as well, we will need those tokens to be able to test the API completely. For the testing we will use...
GitHub Repo Part 1 Part 2 Part 3 Part 4 Auth Repository Finally, we arrived to the core logic of our project. Create now src/repositories/auth.repo.ts. In this file we gonna create a static methods class for our repo. Before that, Let's add some ot...