Jun 1, 2022 • 5 min read
Today marked my 1-year anniversary at Facebook, this year I really learned a lot on technical side as there are tons of internal tools that I never seen them before and surprised how smart the early-stage fb engineers who built them, everyone of those are alternatives to the companies outside worth a multi-hundred millions if not a billion product/service.
Dec 22, 2020 • 10 min read
My progress to master FrontEnd interviews. Gonna learn and update the repo until I am good at it. Repo: https://github.com/calvinchankf/JSConcepts
Jan 5, 2019 • 3 min read
Two years ago, during a FAANG coding interview, I was asked to print all the possible letter combinations of a phone number. I tried very hard during the interview but I gave up eventually. Today, I go over the question again and walk through on how we could do it.
Jan 5, 2019 • 3 min read
Recently, I found that there are 5 questions on leetcode look very similar and I am going to discuss today and my way to solve the questions.
Nov 10, 2018 • 3 min read
House Prices: Advanced Regression Techniques
Jun 22, 2016 • 3 min read
If your ViewController(which plays videos) can be in both portrait and landscape, I strongly recommend that to do it with AutoLayout and ignore this post. But if you wanna know how to do it with AutoLayout as well, checkout out my repo, change the storyboard entry point to RotatingViewController
Jun 2, 2016 • 3 min read
Pull-to-refresh and pull-to-load-more are extremely common to show data in web, there are so many libraries to make it in React, but there are some problems 😩