Michie Ang
Michie Ang
Never stop learning. Mad scientist ๐Ÿงช๐Ÿ› ๐Ÿ’ป at Devbits (formely known as Inbytes.dev).

Lessons learned from Inbytes.Dev October Writathon Meetups

October 30, 2021 - 3 minute read
Explore more

John Salvador
Proud Dad, iOS Engineer, Flutter Dev, Motorcycle Enthusiast, and avid reader.
February 10, 2024 - 3 minute read

Using View Modifiers in SwiftUI

How to use and create your own view modifiers in SwiftUI

Photo by <a href="https://unsplash.com/@brnkd?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Brian Kyed</a> on <a href="https://unsplash.com/photos/brown-wooden-chair-vJ9kq2_WcTU?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>
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