© 2023 Hashnode
#clean-architecture
In This Article, I will explain good programming. It's about how to write good code, and how to transform bad code into good code.Fast of All, we need to learn Why write bad code? Are you in a rush? …
In the first article, I introduced the UseCase pattern in React. Now let me show you how it looks from the inside and how I use it from my components. Success and Error You remember that a UseCase is …
Introduction In this set of articles, I'm going to share my own experience with implementing and using Typesafe Dependency Injection with Registry in TypeScript Node.js backend applications. So, let's get started with it. P.S. you can read…
I have been struggling a lot with huge and complex React components. We usually write too much logic inside them. Also, we see no problem on mix this logic with third-party libraries. These practices …
1. Focus on Design, Not on Frameworks One of my goals for the future is to focus on the design of the projects and invest less time into learning all the ins and outs of cool-looking frameworks and li…
There are 5 Essential Steps to be followed for Writing a Clean code in Javascript 1. Use meaningful and descriptive variable and function names : This makes the code more readable and understandable H…
In this blog, we are going to discuss the implementation of clean architecture in the backend project written in the Go language. Link to the project: Go Backend Clean Architecture. Before creating th…
This is the second part and continuation of the 2-part article that discusses the limitations of common approaches to analytics data gathering, especially in large projects, and proposes a robust solu…
Introduction Analytics is an integral part of any project because it is essential to know how users interact with the product in order to improve their experiences in future releases. It is also impor…
You join a new organization and you are getting KT for the project maybe it is in MVC or MVVM or MVI and you just wonder what a specific class does and click through classes to check where is this bei…