Explore the captured moments from the new MINI launch event. Photos taken by the Mini photography team, featuring highlights of the launch and behind-the-scenes glimpses.
Journal: Week 2
✨ Highlights of the Week
- Personal update: this week was a busy week for me to migrate to my new place. renting a room in singapore is tough. i feel like a hermit crab... i skipped quite a few gym sessions because i had to clean up and unpack stuff. from the lease that we just ended, my sister and i did not get the full deposit back, which was totally ridiculous. we were speechless but just let it go. (might update more on this next time?)
- Beatboxing: oh dear, i had a bad flu this week :( didn't beat as much, but i've been progressing on my throat bass and vibration throat bass. i'm getting more and more comfortable with it!
- Work: i had my first ByteDance All-Hands in person! it was totally an eye-opening experience to hear the heads of each department talk about the updates of last quarter, their visions for the departments, products, and company.
Little Lesson
this week i re-learnt that to have a solid and great product, you need to be the user. you need to be in the user's shoes to actually see how good or bad your product is. by doing this, you can get first-hand feedback and better understand your product and the overall experience, said Rubo Liang. i totally agree with this point. i learnt this key concept from Lio when i was working at Pixium Digital. he was my leader and the CTO of the company. i used to build something inhuman when i was in charge of my first few projects, even though i had a UX/UI background. that's strange, isn't it? and yes, i still made those mistakes. but after listening to him, i tried to use my product and realised, wow, he was totally right. this is a solid point and something to always remember as a developer, project manager, or leader.
🥰 Memories


Journal: Week 1
i'm starting a new adventure: journalling! i want to jot down the interesting things i learn and experience every week. hopefully, this will become a habit, and maybe i'll even start doing it daily.
why am i doing this? honestly, i'm not sure. but i feel like sharing my weekly and daily discoveries with everyone could be fun and insightful. let's see where this journey takes us!
✨ Highlights of the Week
- Beatboxing: got back into beatboxing. it felt so good to practise again.
- Quality Time: caught up with an old friend and spent some cherished moments with family.
- Work: Productive week, amazing session and great ideas are brewing!
Little Lesson
this week i learnt from my sister that when you want to convince someone on a specific topic, don't straight up jump into the concept you think they'll agree on. first, ask if they're thinking in that direction. so, thinking out loud is good but always clarify first.
My Crew Beatbox Performance: A Memorable Experience at the New MINI Family Launch
Join ENKR (Jing Hui PANG) as he shares his experience at the new MINI Cooper launch event, reflecting on personal growth, teamwork, and valuable lessons learnt from industry experts.
LeetCode-210: Course Schedule II
My notes on solving LeetCode Problem 210: Course Schedule II using Topological Sort. This guide includes the problem statement, approach, and code implementation.
LeetCode-193: Valid Phone Numbers
A comprehensive solution and detailed explanation for solving LeetCode Problem 193: Valid Phone Numbers. This guide includes the problem statement, approach, and code implementation.
LeetCode-194: Transpose File
A comprehensive solution and detailed explanation for solving LeetCode Problem 194: Transpose File. This guide includes the problem statement, approach, and code implementation.
LeetCode-192: Word Frequency
A comprehensive solution and detailed explanation for solving LeetCode Problem 192: Word Frequency. This guide includes the problem statement, approach, and code implementation.
Urgent: Seeking a Room for Rent in Singapore for Two by July 2024
Searching for a room to rent in Singapore for two siblings by July 2024. Budget around 1,100 SGD per month. Full-time employees and permanent residents. Contact via WhatsApp for more details. / 寻找 2024 年 7 月前在新加坡的租房,适合两兄妹居住。预算约为每月 1,100 新币。我们是全职员工和永久居民。请通过 WhatsApp 联系获取更多信息。
My Interview Experience: Site Reliability Engineer at TikTok Applied Machine Learning
1.1k 4 mins. Disqus: loading ...
Read about my experience interviewing for a Site Reliability Engineer role at TikTok. Learn from my mistakes, discover key insights, and get valuable tips for your own job search.
Euclidean Algorithm: Finding the Greatest Common Divisor (GCD)
533 2 mins. Disqus: loading ...
Discover the Euclidean Algorithm, an efficient method for finding the greatest common divisor (GCD) of two numbers. This guide includes a step-by-step explanation and Java implementation, perfect for software engineers and algorithm enthusiasts.
My Journey in Elixir Phoenix
wip ...
https://www.phoenixframework.org/
Dijkstra's Algorithm: Efficient Shortest Path Finding in Graphs
1.2k 4 mins. Disqus: loading ...
Dive into Dijkstra's Algorithm, a fundamental graph algorithm for finding the shortest paths between nodes with non-negative weights. Learn how it works, its use cases, and how it compares to other shortest path algorithms.