https://github.com/cedrickchee/til
:memo: Today I Learned
https://github.com/cedrickchee/til
til today-i-learned writing
Last synced: 3 months ago
JSON representation
:memo: Today I Learned
- Host: GitHub
- URL: https://github.com/cedrickchee/til
- Owner: cedrickchee
- License: mit
- Created: 2020-04-20T02:53:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T04:56:50.000Z (about 6 years ago)
- Last Synced: 2025-03-12T07:27:28.531Z (about 1 year ago)
- Topics: til, today-i-learned, writing
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# TIL (Today I Learned)
We constantly learn new things. This is a collection of concise write-ups on small things I learn day to day. These are things that don't really warrant a full [blog](https://cedricchee.com) post. Some of these things I've picked up by [Learning In Public](https://www.swyx.io/writing/learn-in-public/)™.
For a steady stream of TILs, watch this repo or follow [@cedric_chee](https://twitter.com/cedric_chee) on Twitter.
_2 TILs and counting..._
---
### Categories
- [DevOps](#devops)
- [Git](#git)
- [Go](#go)
- [Internet](#internet)
- [JavaScript](#javascript)
- [Life](#life)
- [Linux](#linux)
- [Node.js](#nodejs)
- [PostgreSQL](#postgresql)
- [React](#react)
- [tmux](#tmux)
- [Unix](#unix)
- [Vim](#vim)
- [VS Code](#vscode)
---
### Git
- [Viewing a Deleted File](git/viewing-a-deleted-branch.md)
### Go
- [Write Out an HTML File with Cover Tool](go/write-out-an-HTML-file-with-cover-tool.md)
## About
I shamelessly stole this idea from [jbranchaud/til](https://github.com/jbranchaud/til).
## Other TIL Collections
- [Today I Learned by Hashrocket](https://til.hashrocket.com)
- [thoughtbot/til](https://github.com/thoughtbot/til)
- [Today I learned that by Sara Soueidan](https://www.sarasoueidan.com/today-i-learned/)
## License
© 2020 Cedric Chee
This repository is licensed under the MIT license. See `LICENSE` for details.