I'm Tommy Tsui
  • Home
  • About
  • Contact Me
  • Coffee

Tommy Tsui

Dialing in espresso. What I have learnt from my first espresso training

As a newbie barista, it is such a pleasure that your workplace provides a coffee training to you. This blog is to record what I have learnt in the training. What is Dialing in an Espresso? Dialing in means to adjust the shot to be a desired espresso extraction, by
Tommy Tsui Apr 24, 2024
Eliminating Redundancy: Best Practices in Coding Style

Eliminating Redundancy: Best Practices in Coding Style

Introduction I've observed a tendency among our developers to write code that goes beyond the scope of current functionality. For example: async updateEnrollmentStatus( id: string, status: EnrollmentStatus, options?: QueryOptions, ) { const query = this.model.updateOne( { id: id, }, { status: status }, ); if (options) this.setQueryOptions(query, options); const result = await query.exec(); return
Tommy Tsui Nov 8, 2023

About this website

I'm Tommy Tsui. I'm a 7 years software engineer. Currently staying in Vancouver, Canada. I am also a newbie barista in Vancouver. This website is a place for me to record what I have learnt and study on in my life.
Tommy Tsui Nov 4, 2023
  • Sign up
I'm Tommy Tsui © 2025. Powered by Ghost