|
34 | 34 | <td><a href="#git">Git</a><sup>[10]</sup></td> |
35 | 35 | </tr> |
36 | 36 | <tr> |
37 | | -<td><a href="#go">Go</a><sup>[17]</sup></td> |
| 37 | +<td><a href="#go">Go</a><sup>[18]</sup></td> |
38 | 38 | <td><a href="#hotwheels">Hotwheels</a><sup>[1]</sup></td> |
39 | | -<td><a href="#management">Management</a><sup>[1]</sup></td> |
| 39 | +<td><a href="#infra">Infra</a><sup>[1]</sup></td> |
40 | 40 | </tr> |
41 | 41 | <tr> |
| 42 | +<td><a href="#management">Management</a><sup>[1]</sup></td> |
42 | 43 | <td><a href="#meta">Meta</a><sup>[4]</sup></td> |
43 | 44 | <td><a href="#miscellaneous">Miscellaneous</a><sup>[15]</sup></td> |
44 | | -<td><a href="#people">People</a><sup>[2]</sup></td> |
45 | 45 | </tr> |
46 | 46 | <tr> |
| 47 | +<td><a href="#people">People</a><sup>[2]</sup></td> |
47 | 48 | <td><a href="#psychology">Psychology</a><sup>[5]</sup></td> |
48 | | -<td><a href="#python">Python</a><sup>[19]</sup></td> |
49 | | -<td><a href="#sales">Sales</a><sup>[1]</sup></td> |
| 49 | +<td><a href="#python">Python</a><sup>[20]</sup></td> |
50 | 50 | </tr> |
51 | 51 | <tr> |
| 52 | +<td><a href="#sales">Sales</a><sup>[1]</sup></td> |
52 | 53 | <td><a href="#shell">Shell</a><sup>[30]</sup></td> |
53 | 54 | <td><a href="#software-design">Software Design</a><sup>[1]</sup></td> |
54 | | -<td><a href="#startups">Startups</a><sup>[1]</sup></td> |
55 | 55 | </tr> |
56 | 56 | <tr> |
| 57 | +<td><a href="#startups">Startups</a><sup>[1]</sup></td> |
57 | 58 | <td><a href="#vim">Vim</a><sup>[8]</sup></td> |
58 | 59 | <td><a href="#webdev">Webdev</a><sup>[5]</sup></td> |
59 | | -<td></td> |
60 | 60 | </tr> |
61 | 61 | </tbody> |
62 | 62 | </table> |
|
67 | 67 | <table align="center"> |
68 | 68 | <tbody> |
69 | 69 | <tr> |
| 70 | +<td><a href="https://til.bhupesh.me/citizen/property">Accquiring properties in India</a></td> |
| 71 | +</tr> |
| 72 | +<tr> |
| 73 | +<td><a href="https://til.bhupesh.me/meta/creative-writing">Creative Writing</a></td> |
| 74 | +</tr> |
| 75 | +<tr> |
70 | 76 | <td><a href="https://til.bhupesh.me/citizen/scam-spam">Figthing Scams</a></td> |
71 | 77 | </tr> |
72 | 78 | <tr> |
|
90 | 96 | <tr> |
91 | 97 | <td><a href="https://til.bhupesh.me/go/writing-benchmarks">Writing benchmarks for Go apps</a></td> |
92 | 98 | </tr> |
93 | | -<tr> |
94 | | -<td><a href="https://til.bhupesh.me/psychology/unconsious-thought-theory">Unconscious Thought Theory</a></td> |
95 | | -</tr> |
96 | | -<tr> |
97 | | -<td><a href="https://til.bhupesh.me/databases/oath-for-3-normal-forms">The 3NF Oath ✋🏼</a></td> |
98 | | -</tr> |
99 | 99 | </tbody> |
100 | 100 | </table> |
101 | 101 |
|
|
301 | 301 | <li><a href="/go/concurrency-difference-go-vs-elixir">Concurrency Comparison: Go v/s Elixir</a></li> |
302 | 302 | <li><a href="/go/string-to-int-and-vice-versa">Convert `string` to `int` and vice-versa in Go</a></li> |
303 | 303 | <li><a href="/go/python-next-alternative-go-clousers">Creating Python's next() alternative using Go Closures</a></li> |
| 304 | +<li><a href="/go/fuzzy-string-matching-in-golang">Getting close string matches in Go</a></li> |
304 | 305 | <li><a href="/go/measure-execution-time-in-go">Measure Exection time in Go</a></li> |
305 | 306 | <li><a href="/go/writing-performant-go-code-megalist">Mega List of Tips for Writing Performant Go Code</a></li> |
306 | 307 | <li><a href="/go/memoization-using-golang-generics">Memoization using Golang Generics</a></li> |
|
326 | 327 |
|
327 | 328 |
|
328 | 329 |
|
| 330 | +### Infra |
| 331 | + |
| 332 | +<ul> |
| 333 | +<li><a href="/infra/http3">Brief intro to HTTP 3</a></li> |
| 334 | +</ul> |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
329 | 339 | ### Management |
330 | 340 |
|
331 | 341 | <ul> |
|
407 | 417 | <li><a href="/python/faster-python-tips-and-tricks">Fastest Python First: Tips and Tricks 🏃</a></li> |
408 | 418 | <li><a href="/python/functional-programming-in-python">Functional Programming in Python 🐍</a></li> |
409 | 419 | <li><a href="/python/generating-random-secure-password-python">Generate random secure password using python</a></li> |
| 420 | +<li><a href="/python/independent-python-scripts">Make python scripts independent</a></li> |
410 | 421 | <li><a href="/python/measure-code-execution-time-python">Measure code execution time using timer</a></li> |
411 | 422 | <li><a href="/python/pep8">PEP8 - the fashion 💃 police of Python</a></li> |
412 | 423 | <li><a href="/python/preventing-global-package-install">Preventing global package install with `PIP_REQUIRE_VIRTUALENV`</a></li> |
|
0 commit comments