3 posts tagged with "basics"

    deciphering the terminal

    2022-11-28

     | 

    ~2 min read

     | 

    357 words

    My goal is to be a competent command line programmer. I knew that in order to make that happen, I would have to get very comfortable reading…

    list basics in python

    2022-11-28

     | 

    ~3 min read

     | 

    601 words

    Lists in Python are similar to arrays, though there are some idiosyncrasies to how the methods work in Python (at least relative to…

    back to the basics: html head tag

    2022-11-28

     | 

    ~4 min read

     | 

    627 words

    When you manage a web-app fully with React, it’s easy to forget that there’s HTML involved. You add the tag to the body, give it a as a…

Return to all tags