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
- Host: GitHub
- URL: https://github.com/blipinsk/til
- Owner: blipinsk
- Created: 2020-09-13T13:39:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T10:16:53.000Z (over 3 years ago)
- Last Synced: 2025-02-10T12:31:41.998Z (9 months ago)
- Topics: til
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)