https://github.com/viseshrp/til
A collection of useful things I've learned. Inspired by jakelazaroff.
https://github.com/viseshrp/til
Last synced: 29 days ago
JSON representation
A collection of useful things I've learned. Inspired by jakelazaroff.
- Host: GitHub
- URL: https://github.com/viseshrp/til
- Owner: viseshrp
- Created: 2025-01-11T23:22:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T01:17:53.000Z (8 months ago)
- Last Synced: 2025-08-30T12:42:02.108Z (about 1 month ago)
- Homepage: http://til.viseshprasad.com/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# til
A collection of useful things I've learned.---
10 TILs so far:
## django
- [Conditionally extend a template](/django/conditionally-extend-a-template.md)
## git
- [Ignore all `.DS_Store` files](/git/ignore-all-ds-store-files.md)
- [Update all submodules to latest commit on origin](/git/update-all-submodules-to-latest-commit-on-origin.md)## javascript
- [appendChild](/javascript/appendchild.md)
- [structuredClone](/javascript/structuredclone.md)## python
- [Efficiently copying a file](/python/copy-files.md)
- [Extract files from a docker container without running it](/python/docker-extract-without-running.md)
- [Use setup.py to install platform-specific dependencies](/python/platform-deps.md)
- [Defining setup.py dependencies using a URL](/python/url-deps.md)
- [Verify and lazy load imports of a python package](/python/verify-lazy-load-imports.md)