Explore >> Select a destination


You are here

depth-first.com
| | www.hanselman.com
3.6 parsecs away

Travel
| | UPDATE: Check out the Podcast I did with Erik Meijer on Hanselminutes this week ...
| | www.cesarsotovalero.net
3.5 parsecs away

Travel
| | 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...
| | michaelscodingspot.com
3.7 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | andreabergia.com
25.2 parsecs away

Travel
| Hello, and welcome to a new edition of Links lists! C++, Rust, Kubernetes and careers this week! Coding Link to heading Optimizing C++ std::sort at Google scale Link to heading The algorithm in the STL of C++ are very powerful and very widely used. This article is a very in-depth look at how and why Google modified the implementation of std::sort. The changes have been merged in LLVM and will be available to everyone soon.