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

Azel Alyne Tan
A kid at heart | Web Developer
April 5, 2022 - 3 minute read

[Javascript Basics] Day 1: Variables

It is a series of simple Javascript basic topics. The topic on this post is variables.

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