
The Blog system developed by nest.js based on node.js and the database orm used typeorm, the development language used TypeScript
The Nest.js practical learning series by Koala has been an exciting journey into backend development. It's designed for both Node developers looking to master the Nest.js framework and frontend developers who want to dip their toes into backend programming. With clear explanations and hands-on projects, this series aims to simplify complex concepts such as database operations and multi-table association queries while making it accessible for beginners.
What sets this series apart is its focus on practical applications, ensuring that all necessary parts of the framework are covered. Whether you're a seasoned developer or just starting, this material serves as an excellent tool to enhance your skills in a vibrant community, supporting your growth as a Node.js developer.

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.