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
DZDanny Zhenginblog.hackunited.org·Apr 17 · 2 min readWhy Being “Good at Math” is Overrated in ProgrammingIf you’re a student thinking about getting into programming, you must have heard that you should be good at math. This statement has stopped a lot of people from getting into tech, and it’s honestly m00
DZDanny Zhenginblog.hackunited.org·Apr 13 · 2 min readHow the “Log in with Google” Actually WorksI know for a fact you’ve gone to some website, and you were too lazy to make and remember a username and password, so you just hit that “Log in with Google” or “Sign up with Google” button, and boom, 00
DZDanny Zhenginblog.hackunited.org·Apr 7 · 2 min readA Basic Guide to Coding Pt. 2: LoopsLoops are essential to programming. Without loops, coding would be very inefficient and time-consuming (e.g., printing “Hello World” 100 times). Loops also allow for flexibility, meaning that you can 00