An open API service indexing awesome lists of open source software.

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.

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)