JHJing-Jing Huinblog.jingjinghu.com·Jan 24, 2023 · 10 min readAI for everyoneThis is a summary of the course AI For Everyone by Andrew Ng, an entrepreneur, computer scientist, and professor at Stanford University. It is designed for anyone who's interested in acquiring a basic understanding of Artificial Intelligence (AI) and...00
JHJing-Jing Huinblog.jingjinghu.com·Dec 4, 2021 · 8 min readDealing with Imposter SyndromeWhen I started my first developer role about a year ago, I was both excited and worried. Excited to code on the job, and worried that they'd fire me when they found out that I didn't actually know how to code. I had just written my first lines of Ja...02KE
JHJing-Jing Huinblog.jingjinghu.com·Sep 6, 2021 · 10 min readTips for starting your first developer jobLast week a new developer started in our team. Even though it's not her first role in engineering, it made me think about my own experience as a new joiner. I had just learnt how to code a couple months before, and it was not only my first job as a d...01M
JHJing-Jing Huinblog.jingjinghu.com·Aug 30, 2021 · 7 min readIntro to Docker (Part 2)In Intro to Docker (Part 1), I described what Docker is and how it works in theory. To recap, Docker is a service that helps us package and isolate our code in containers. Containers are standardised, independent units of software and running instan...00
JHJing-Jing Huinblog.jingjinghu.com·Aug 24, 2021 · 4 min readIntro to Docker (Part 1)When I first started working as a developer, Docker seemed to be everywhere. I kept hearing docker this docker that, and often had to run some docker commands to get things working. But I didn't actually know what exactly Docker was, so I spent some ...01