TILs from Dan Nguyen
Full Index
meta
[2020-10-02]
Today I learned I should blog my TILs
sass
[2020-10-02]
That I can use a SASS variable to denote a directory path for cleaner font declarations
github
[2020-10-29]
That Github's API makes it so easy to fetch a user's starred repo history
[2020-10-03]
How easy it is to set up a repo's default branch as "main" instead of "master"
python
[2020-11-16]
How to make a Python set without set()
[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
command-line
[2020-10-03]
How to subclass Click classes and formatting to create more helpful CLIs
Click
[2020-10-03]
How to subclass Click classes and formatting to create more helpful CLIs
apis
[2020-10-29]
That Github's API makes it so easy to fetch a user's starred repo history
basics
[2020-11-16]
How to make a Python set without set()