Steffi Tan
Steffi Tan
Building apps and developer teams | Engineering Manager | SSE (iOS)

Advice for getting started as a less experienced software engineer

May 12, 2023 (Updated on August 27, 2025) - 5 minute read
Explore more

Jennifer Eve Vega
A wife, and a mom to two boys. A life-long learner. I also like to read books and I love programming.
August 1, 2023 - 6 minute read

SOLID: Open-Close Principle

Open-Close Principle means classes should be Open for Extension, but Closed for Modification. The go...Read more

Jennifer Eve Vega
A wife, and a mom to two boys. A life-long learner. I also like to read books and I love programming.
August 4, 2023 - 5 minute read

SOLID: Single Responsibility Principle

Single Responsibility Principle means every module/class/function should only have one responsibilit...Read more