Explore >> Select a destination


You are here

deno.com
| | brunoscheufler.com
9.6 parsecs away

Travel
| | Three days ago, the first major version of Deno was released with an accompanying blog post that quickly took the front pages of HackerNews, Twitter, and other communities we tend to spend too much time on. Needless to say, during the past 72 hours, a lot of opinions have been shared on the topic, and I couldn't stop myself from making a few guesses and sharing my own view of the story. With that said, the following is purely my opinion and some points will probably end up developing differently than I a...
| | simpleprogrammer.com
11.1 parsecs away

Travel
| | A detailed comparison of Node.JS vs ASP.NET with an overview, pros & cons of both the languages and key differences
| | ashvardanian.com
12.4 parsecs away

Travel
| | Experienced devs may want to skip the intro or jump immediately to the conclusions. The backbone of many foundational software systems - from compilers and interpreters to math libraries, operating systems, and database management systems - is often implemented in C and C++. These systems frequently offer Software Development Kits (SDKs) for high-level languages like Python, JavaScript, GoLang, C#, Java, and Rust, enabling broader accessibility. But there is a catch.
| | blog.flippercloud.io
34.6 parsecs away

Travel
| You know what they say... there are 2 hard things in computer science: cache invalidation, naming things and off-by-1 errors. That's true for feature flags as well. You don't always get the name quite right before the feature flag gets used in production. But once the flag is in use