Jonathan Rodriguez
Jonathan Rodriguez
Programming, Project building, electronics, writing

How I knew I had a problem looking at computer monitors and solved it

October 29, 2021 - 3 minute read
Explore more

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

[Javascript Basics] Day 7: Array Methods - Part 2

Commonly use array methods.

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