• [study notes] URL

    Remembering phone numbers is a skill we’re trying to leave in the past, so of course no one is going to memmorize IP addresses for all the websites one visits either (that’s not a challenge, be cool). Read more

  • [study notes] IP Address

    Every device needs a label to be able to communicate with others via a network, this label is called Internet Protocol Address (IP Address). It is a unique identifier, but not necessarily permanent. Most devices don’t need a static IP address, those are needed when external applications need to have this one specific... Read more

  • Deploying a Flask app to Google App Engine

    This is the base file tree I use:

    _ lib/
    _ static/
    \_ style.css
    _ templates/
    \_ index.html
    _ main.py
    _ appengine_config.py
    _ app.yaml
    _ requirements.txt
    Read more

  • Coding the Game of Life in C - Part 01

    So, the last test of my Introduction to Programming class in college is to create a program with C using most of the concepts we learned this semester. And I decided to write the Game of Life. Read more