Browsing Tag
softwareengineering
48 posts
First Steps in C++: An Introductory Capstone Project
In this article, I want to share the capstone project from my Introduction to Computer Science course in…
Nguyên lý Low Coupling trong GRASP Pattern
1. Nguyên lý Low Coupling là gì? Coupling là thước đo mức độ phụ thuộc của một lớp…
AI won’t replace your job if you…
The technology industry has never been static. From the early days of computing, where vacuum tubes and punch…
HTTP Caching in Distributed Systems
When a client interacts with servers via APIs, there are two types of content delivered to the client:…
Hi everyone! Please take a look at this blog post! Hope you will fins it useful!!
Mastering Essential Software Architecture Patterns: A Comprehensive Guide🛠️ Lorenzo Bradanini for CortexFlow ・ Dec 8 #softwaredevelopment #softwareengineering #architecture…
Why You Shouldn’t Use Libraries Blindly: A Lesson in Bundle Size
When developing any web applications, the instinctive choice is to reach for popular libraries that solve our specific…
The Potential of Monolithic Systems
Monolithic systems are often seen as outdated systems and bad practice when thinking about building scalable systems nowadays.…
Roadmap to Learning C Programming
Learning C programming is a thrilling and challenging endeavor, as it is a versatile and powerful language that…
Como implementar microfrontend com ReactJS?
Microfrontend é uma abordagem que divide uma grande aplicação em pequenos pedaço ou pequeno apps, esse conceito segue…
Building a SaaS product should not be complex
Ever feel like modern SaaS stacks are a house of cards waiting to collapse? Let’s talk about it.…