DZDanny Zhenginblog.hackunited.org·8h ago · 3 min readMonolith vs. Microservices: Which Architecture Should You Choose?One of the biggest decisions when building software is choosing the right architecture. It affects how easily your application can be developed, deployed, maintained, and scaled. Microservices are oft00
DZDanny Zhenginblog.hackunited.org·Jul 4 · 2 min readSync vs. Async Code: It’s like making coffee… But without coffeeIf you’ve ever been on a super slow website waiting for it to load, you’ve probably experienced the problem with synchronous code. By default, most code runs synchronously. This means it executes line00
DZDanny Zhenginblog.hackunited.org·Jun 25 · 2 min readThe Difference Between Good Code and Clean Code.In programming, coders usually focus on writing code that doesn’t have errors and produces the correct output more than writing clean code, so what is the difference between writing code that works an11D
DZDanny Zhenginblog.hackunited.org·Jun 3 · 5 min readThe Guide to the Terminal: Command LinesHave you ever opened that black box on your computer and wondered what it was? The sideways carrot arrow with the underscore just waiting to be opened. The terminal can look mysterious. It feels like 00
DZDanny Zhenginblog.hackunited.org·Apr 28 · 4 min readAI AgentsArtificial Intelligence, AI, is a big part of everyday life. Whether it’s used to solve a simple issue query, such as “how to cook a 5-Cheese Ziti Pasta” to more complex requests such as “code me a we00