You are here |
blog.jordan.matelsky.com | ||
| | | |
dusty.phillips.codes
|
|
| | | | I really appreciate Python's pathlib module for managing filesystem stuff. While I don't love the argparse module for command line parsing, I don't think it's worse than other available options. I usually choose it for my CLI scripts, since nothing else is good enough to overcome the inertia of using a third party library. Not many people seem to be aware that the two can very easily be combined such that argparse will return Path objects instead of strings that need to be adapted after you query them: | |
| | | |
atilaoncode.blog
|
|
| | | | When I was at CppCon 2016 I overheard someone ask "Everyone keeps talking about reflection, but why do we actually need it?". A few years before that, I also would have had difficulty understanding why it would be useful. After years of writing D, it's hard to imagine life without it. Serialisation is an obvious... | |
| | | |
babashka.org
|
|
| | | | A categorised directory of libraries and tools for Babashka | |
| | | |
www.cesarsotovalero.net
|
|
| | The web is (arguably) the only tech platform that has been continuously transformed and evolved at a global scale over the last 30 years. How was this possible? What can we learn from the past technical mistakes and successes? Over the years, I have witnesses the emergence of various web technologies. Some were revolutionary, while others didn't pass the test of time. In this article, I dive into the evolution of web technologies from the 1990s to the present. My focus is on the engineering paradigms tha... |