All Posts tagged as "Nodejs"

Front-End Development Essentials

Front-End Development Essentials

This is an article for anyone who wants to start frontend development without a programming background. The end goal is to help enthusiasts understand the fluffy world of software development and enable them to find their way in frontend crowded ecosystem. The final result is a road map for the self learning journey....

Clean Architecture Explained (Part 2)

Clean Architecture Explained (Part 2)

In this article, we are going to explore the implementation of Clean Architecture, This is a real world example implemented in Typescript...

Clean Architecture Explained (Part 1)

Clean Architecture Explained (Part 1)

Clean architecture is a practical software architecture solution from the Legendary Robert C. Martin (a.k.a. “Uncle Bob”). By applying universal rules of software architecture, you can dramatically improve developer productivity throughout the life of any software system...

Typescript Module Path Import

Typescript Module Path Import

This is a pretty straightforward tutorial on using module path import instead of relative path import in TypeScript. We’ll also cover getting rid of “../../../” on top of your files...

Best Practice Git Hooks and ESLint

Best Practice Git Hooks and ESLint

If you are setting up a mono-repo consisting of JavaScript/TypeScript projects and you want to work on it with your team, then you need to setup ESLint properly...