Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryancheley/til
https://github.com/ryancheley/til
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryancheley/til
- Owner: ryancheley
- License: apache-2.0
- Created: 2021-03-06T16:01:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T00:03:17.000Z (2 months ago)
- Last Synced: 2024-12-08T08:43:31.506Z (about 1 month ago)
- Language: Python
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Today I Learned
My Today I Learned snippets. Inspired by [Simon Willison](https://github.com/simonw/til) who was inspired by [jbranchaud/til](https://github.com/jbranchaud/til), which he spotted [on Hacker News](https://news.ycombinator.com/item?id=22908044).
38 TILs so far.
## til
* [Learning how to get it set up](https://github.com/ryancheley/til/blob/main/til/setting_up_til.md) - 2021-03-06
## pypi
* [Adding a Package to PyPi](https://github.com/ryancheley/til/blob/main/pypi/adding_a_package_to_pypi.md) - 2021-03-07
## github
* [Stage Partial Changes in Git](https://github.com/ryancheley/til/blob/main/github/stage_partial_changes_in_git.md) - 2021-06-05
* [Delete Branch on Merge](https://github.com/ryancheley/til/blob/main/github/delete_branch_on_merge.md) - 2023-06-27
* [kbd tag in Markdown on GitHub](https://github.com/ryancheley/til/blob/main/github/kbd.md) - 2023-12-28
* [commit messages](https://github.com/ryancheley/til/blob/main/github/commit-messages.md) - 2024-01-08
* [Default Environment Variables](https://github.com/ryancheley/til/blob/main/github/default-environment-variables.md) - 2024-03-01## regex
* [Named Regular Expression Groups](https://github.com/ryancheley/til/blob/main/regex/named_regex_groups.md) - 2022-11-30
## Django
* [Adding setproctitle to Django](https://github.com/ryancheley/til/blob/main/Django/setproctitle.md) - 2022-12-10
* [Using or to set a value](https://github.com/ryancheley/til/blob/main/Django/using-or-to-set-a-value.md) - 2024-01-07
* [Django's raw_id_field](https://github.com/ryancheley/til/blob/main/Django/raw-id-fields.md) - 2024-02-24
* [Migrate Zero](https://github.com/ryancheley/til/blob/main/Django/migrate-command-zero.md) - 2024-03-04
* [Proxy Models](https://github.com/ryancheley/til/blob/main/Django/proxy-models.md) - 2024-03-06
* [Include and the with argument](https://github.com/ryancheley/til/blob/main/Django/include-template-with.md) - 2024-05-04
* [Django migrations fake flag](https://github.com/ryancheley/til/blob/main/Django/fake-flag-for-migrations.md) - 2024-10-06## pelican
* [Adding a robots.txt and favicon.ico files to my Pelican Site](https://github.com/ryancheley/til/blob/main/pelican/robots_and_favicon.md) - 2022-12-10
## hockey
* [Delay of Game on Failed Coaches Challenge](https://github.com/ryancheley/til/blob/main/hockey/delay-of-game-on-failed-coaches-challenge.md) - 2023-12-21
* [Persisting a Fight](https://github.com/ryancheley/til/blob/main/hockey/persiting-a-fight.md) - 2024-01-24
* [While watching [a video on YouTube](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwiu4OSS1PmEAxWck4kEHedYCXoQwqsBegQICBAG&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DU2uwdVSfaDo&usg=AOvVaw0xGYxzDUlv6v82tY7FAAuW&opi=89978449) the other day I learned that](https://github.com/ryancheley/til/blob/main/hockey/pull-yer-goalie-eh.md) - 2024-03-16## sqlite
* [SQLite may be OK to use in Production](https://github.com/ryancheley/til/blob/main/sqlite/sqlite-may-be-ok-to-use-in-production.md) - 2023-12-22
## css
* [CSS Specificity](https://github.com/ryancheley/til/blob/main/css/css-specificity.md) - 2023-12-23
* [css grid areas](https://github.com/ryancheley/til/blob/main/css/css-grid-areas.md) - 2023-12-30## nginx
* [nginx and slashes](https://github.com/ryancheley/til/blob/main/nginx/the-importance-of-slashes.md) - 2023-12-26
* [Load Balancers](https://github.com/ryancheley/til/blob/main/nginx/load-balancers.md) - 2024-02-28## ssis
* [SSIS and git](https://github.com/ryancheley/til/blob/main/ssis/ssis-and-git.md) - 2024-01-03
* [SSIS .database files](https://github.com/ryancheley/til/blob/main/ssis/ssis-dot-database-files.md) - 2024-03-18## DjangoPackages
* [uWSGI is used on DjangoPackages](https://github.com/ryancheley/til/blob/main/DjangoPackages/uwsgi-is-used-on-djangopackages.md) - 2024-01-11
## vscode
* [Snippets](https://github.com/ryancheley/til/blob/main/vscode/snippets.md) - 2024-01-14
* [File Associations](https://github.com/ryancheley/til/blob/main/vscode/file-associations.md) - 2024-02-10## tailscale
* [Subnet Routers](https://github.com/ryancheley/til/blob/main/tailscale/subnet-routers.md) - 2024-01-18
## computing
* [Tilde](https://github.com/ryancheley/til/blob/main/computing/tilde.md) - 2024-01-25
## git
* [Exclude in git](https://github.com/ryancheley/til/blob/main/git/exclude.md) - 2024-01-26
* [git branch rules](https://github.com/ryancheley/til/blob/main/git/git-branch-rules.md) - 2024-02-23## Python
* [Adding objects in Python](https://github.com/ryancheley/til/blob/main/Python/adding-objects-in-python.md) - 2024-02-04
* [Require a Virtual Environment to install packages](https://github.com/ryancheley/til/blob/main/Python/require-virtual-enviroment.md) - 2024-03-03## Docker
* [Using multiple docker images on a single server](https://github.com/ryancheley/til/blob/main/Docker/multiple-docker-images-on-a-single-server.md) - 2024-02-26
## html
* [Text Fragments](https://github.com/ryancheley/til/blob/main/html/text-fragments.md) - 2024-11-02
## uv
* [uv venv and missing pip](https://github.com/ryancheley/til/blob/main/uv/uv-venv.md) - 2024-11-03