Thứ Hai, Tháng Tư 29, 2024
In this second article of the series, Diogo Souza walks you through creating the MongoDB code, the query side of the pattern, to complete the CQRS configuration. The first article of the series dove...
Microsoft has released TypeScript v3.3 that has brought improvements in calling union types behavior, Incremental file watching for composite projects, and support for JavaScript editing in Sublime Text. Recently, Microsoft has released the latest...
Learn SOLID, GRASP and other hard-core object oriented design OOD principles using a language-independent and in a simple manner to impress other developers Download S.O.L.I.D GRASP_And_Other_Basic_Principles_of_Object_Oriented_Design I will start with a...
Tại sao phải dùng Docker? Việc setup và deploy application lên một hoặc nhiều server rất vất vả từ việc phải cài đặt các công cụ, môi trường cần cho application đến việc chạy...
As an avid enterprise software developer, using the right kind of tools keeps me productive by helping me track my work, manage time, and making my daily life easy.  These...
In this article, we will see how dependency injection works in .net core using Microsoft.Extension.DependencyInjection. Consider a scenario where you want to fetch all the categories from the database and want to show that...
Key Takeaways Microservices migrations are not a trivial change. You have to understand if it will really solve your problem otherwise you might create a tangled entity that might kill you.There are different...
Key Takeaways For object-oriented design we follow the SOLID principles. For microservice design we propose developers follow the “IDEALS”: interface segregation, deployability (is on you), event-driven, availability over consistency, loose-coupling, and single responsibility.Interface...
Giới thiệu RxJS là gì ? RxJS là một thư viện cho chương trình soạn bất đồng bộ và dựa trên sự kiện sử dụng trình tự có thể quan sát (observable). Nó cung cấp...

Reduce Bad Code with Code Reviews

Abstract: Do you think code reviews aren’t important? Think again. Code reviews are often recognized as the best way to improve code quality. This article will discuss the importance of code reviews, different types of code reviews, and...
- Advertisement -

POPULAR POSTS

MY FAVORITES