Skip to content

uditvashisht/til

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIL

Today I Learned

A collection of concise write-ups on small things I learn day to day across a variety of languages and technologies. These are things that don't really warrant a full blog post.

12 TILs and counting...


Categories


Macos-terminal

Django

Git

Pandas

Postgresql

Python

Usage

After creating a new entry, run ./createReadme.py > README.md to regenerate the readme with the new data.

If you are using git, you can install this script as a pre-commit git hook so that it is autogenerated on each commit. Use the following command: cd .git/hooks/ && ln -s ../../createReadme.py pre-commit && cd -

About

I shamelessly stole the above idea from jima80525/til who claims to have stolen it from others.

Other TIL Collections

License

© 2017-2018 Udit Vashisht

This repository is licensed under the MIT license. See LICENSE for details.

About

Today I learned

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages