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

https://github.com/blipinsk/til

A collection of `Today I Learned` snippets
https://github.com/blipinsk/til

til

Last synced: 7 months ago
JSON representation

A collection of `Today I Learned` snippets

Awesome Lists containing this project

README

          

# TIL
> Today I Learned

A collection of concrete writeups of small things I learn daily while working.
Things small enough not to deserve a blog post, but big enough to be worth sharing.

Btw, be sure to check out my blog for the big things :wink: https://medium.com/@blipinsk

_9 TILs and counting..._

---

### 2 most recent TILs

- [Named parameters in function types](kotlin/named_parameters_in_function_types.md) - Fri Dec 10 13:50:04 2021 +0100
- [Destructuring declarations in lambda expressions](kotlin/destructuring_declarations_in_lambdas.md) - Fri Dec 10 13:07:29 2021 +0100

### Categories

- [android-ui](#android-ui)
- [bash](#bash)
- [design](#design)
- [git](#git)
- [kotlin](#kotlin)

### [android-ui](#android-ui)
- [Gradient drawables with aapt](android-ui/gradient-drawables-with-aapt.md)
- [Styling `TabLayout`](android-ui/styling-tab-layout.md)

### [bash](#bash)
- [Bash substring extractions](bash/substring-extractions.md)

### [design](#design)
- [HSL vs HSB (aka HSV)](design/hsl-vs-hsb.md)

### [git](#git)
- [Git aliases](git/git-aliases.md)
- [Multiple global git configurations](git/multiple-global-git-configurations.md)

### [kotlin](#kotlin)
- [Destructuring declarations in lambda expressions](kotlin/destructuring_declarations_in_lambdas.md)
- [Invoking contextual extension functions](kotlin/invoking_contextual_extension_functions.md)
- [Named parameters in function types](kotlin/named_parameters_in_function_types.md)