Explore >> Select a destination


You are here

wonger.dev
| | www.cesarsotovalero.net
8.4 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...
| | github.com
8.1 parsecs away

Travel
| | Self-Hosting Guide. Learn all about locally hosting (on premises & private web servers) and managing software applications by yourself or your organization. Including Cloud, LLMs, WireGuard, Automation, Home Assistant, and Networking. - mikeroyal/Self-Hosting-Guide
| | eranstiller.com
6.7 parsecs away

Travel
| | Unlock your career potential in 2023! Discover the 75 top software engineering skills you need to stand out in the tech industry. Start learning today!
| | andreabergia.com
35.5 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.