Read: About me and my TIL blog
Note: This site is obviously a work-in-progress, especially anything that has (TK)
in it!
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sapiente vitae, qui placeat sed impedit cupiditate nihil molestiae eaque deleniti reiciendis tempore aliquid quasi, mollitia eum expedita minus accusamus recusandae incidunt.
What I've recently learned
- 2020-11-16 How to make a Python set without set()
- 2020-10-29 That Github's API makes it so easy to fetch a user's starred repo history
- 2020-10-03 That Python has a mini-language for string formatting, including right-align
- 2020-10-03 How to subclass Click classes and formatting to create more helpful CLIs
- 2020-10-03 How easy it is to set up a repo's default branch as "main" instead of "master"
- 2020-10-02 That I can use a SASS variable to denote a directory path for cleaner font declarations
- 2020-10-02 Today I learned I should blog my TILs