-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathrecent_tils.json
42 lines (42 loc) · 1.24 KB
/
recent_tils.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"title": "How I think about Green Software",
"url": "https://til.bhupesh.me/miscellaneous/green-software"
},
{
"title": "The IKEA Effect",
"url": "https://til.bhupesh.me/psychology/ikea-effect"
},
{
"title": "Resilience Engineering",
"url": "https://til.bhupesh.me/distributed-computing/resilience-engineering"
},
{
"title": "Writing benchmarks for Go apps",
"url": "https://til.bhupesh.me/go/writing-benchmarks"
},
{
"title": "Unconscious Thought Theory",
"url": "https://til.bhupesh.me/psychology/unconsious-thought-theory"
},
{
"title": "The 3NF Oath ✋🏼",
"url": "https://til.bhupesh.me/databases/oath-for-3-normal-forms"
},
{
"title": "Mega List of Tips for Writing Performant Go Code",
"url": "https://til.bhupesh.me/go/writing-performant-go-code-megalist"
},
{
"title": "Slowly Changing Dimensions (SCD)",
"url": "https://til.bhupesh.me/databases/slowly-changing-dimensions"
},
{
"title": "Seamlessly Exporting Environment Variables for both Shell & VS Code Debugger",
"url": "https://til.bhupesh.me/shell/exporting-environment-variables-shell-and-vscode"
},
{
"title": "The art and science of mess management",
"url": "https://til.bhupesh.me/management/the-art-and-science-mess-management"
}
]