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

Writing your first program in Python using a Raspberry Pi

November 12, 2021 - 3 minute read
The RPI3 B+ in its original case.
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.
July 27, 2023 - 5 minute read

SOLID: Liskov Substitution Principle

A superclass should be replaceable with objects of its subclasses without affecting the correctness ...Read 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.