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

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

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.