Explore >> Select a destination


You are here

danielpecos.com
| | coornail.net
2.9 parsecs away

Travel
| | A recent Hacker News thread got me to revisit my dotfiles repository and reflect on the tools I've been using for the past 10+ years. Technologies like the cloud and docker came, but surprisingly nothing major has changed in these years.
| | initialcommit.com
3.2 parsecs away

Travel
| | In this article, we'll discuss Scheme and why we feel it is the hardest programming language to learn. We will also discuss a few other difficult programming languages.
| | blog.cleancoder.com
5.4 parsecs away

Travel
| |
| | newvick.com
19.8 parsecs away

Travel
| A practical guide to Python concurrency using a Fibonacci server to demonstrate the strengths and limitations of threads, processes, and asyncio. Learn when to use each approach through hands-on examples