2022-11-28
|~2 min read
|214 words
“Grepping” a stream of data is a powerful way to cut through the noise (I’ve written previously about its role in digging through git logs…
2022-11-28
|~3 min read
|469 words
Over the past few days I’ve been exploring different data structures and built-in methods with Python. I looked at strings, lists basics…
2022-11-28
|~1 min read
|162 words
Hear ye, hear ye, by royal decree, I hereby declare: when evaluating, put constants on the left Okay, so this isn’t actually a decree and…
2022-11-28
|~1 min read
|121 words
Commonly used Git commands that are worth remembering (or having a quick reference like this one for): Undo your last commit: 1 (Stack…
2022-11-28
|~2 min read
|360 words
I’ve been playing around more with yarn lately and find myself frequently looking up the equivalent command to npm. Below is a table I’ve…
2022-11-28
|~3 min read
|552 words
I recently came across a creative solution to finding the relationships between different values within a table using SQL. This may be…
2022-11-28
|~3 min read
|467 words
I’ve gotten in the habit recently of printing my variables as object literals. For example, if I have a variable, , that I want to inspect…
2022-11-28
|~3 min read
|564 words
I use Bear as my digital note keeper and place where I write. As I continue to add more notes to it (6k and counting), being able to find my…