DZDanny Zhenginblog.hackunited.org·Jul 25 · 2 min readThe Infrastructure of Success: Why Networking MattersNetworking often gets a bad rap. For many, the word means images of awkward corporate mixers, forced handshakes, and superficial small talk. But when you strip away the clichés, networking is fundamen00
DZDanny Zhenginblog.hackunited.org·Jul 13 · 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