blog.edmondhui.comEasily debug frontend code with Chrome DevToolsThe scariest thing when learning how to code is running into bugs. Early on in your coding journey, even the smallest bug may seem like an insurmountable challenge. Luckily, we have modern web browsers and tools to help us tackle these challenges. ...Sep 24, 2022路5 min read
blog.edmondhui.comHow to set up a developer environment on Mac and PCThe hardest part of becoming a software engineer is starting. New developers may feel overwhelmed and never take the first step. Before writing a line of code every developer needs to first set up their dev environment. This article is to help non-de...Sep 16, 2022路4 min read
blog.edmondhui.comA beginner's guide to functional programmingFunctional programming is a way of programming that creates clean and maintainable code. It was something that I wanted to get into and have started to learn in these last few months. The company I am working at now uses functional programming heavil...Sep 12, 2022路4 min read
blog.edmondhui.comI made an automated blog writer powered by OpenAI and it was terribleWriting blog articles is one of the most tedious and difficult things I have done. I'm sure a lot of you can relate if you're on Hashnode. If you don't know I also run another blog called Coffee Informer where I write articles about coffee. I've trie...Sep 1, 2022路5 min read
blog.edmondhui.comThis extension is a programmer's best friendIt's your 10th time searching how to vertically align a div in CSS, and you're clicking the same forum post or w3 school link for the 100th time. We've all been there... I'm sure that most programmers have used w3 school or stack overflow to quickly ...Aug 26, 2022路3 min read