Explore >> Select a destination


You are here

pavan-kalyan.dev
| | golb.hplar.ch
11.3 parsecs away

Travel
| |
| | pagefault.blog
63.2 parsecs away

Travel
| | First experiences of Rust programming language from a C/C++ developer point-of-view.
| | ashtonkemerling.com
8.6 parsecs away

Travel
| | [AI summary] The author discusses the shift towards using Java's Either type for handling errors and improving code structure, replacing traditional if statements and exception handling.
| | tyrrrz.me
31.8 parsecs away

Travel
| A while ago I had to implement proper markdown parsing in DiscordChatExporter so that I could replace the brittle regular expressions I had been using. I had no idea how to approach this problem, so I spent days researching into this, eventually learning...