/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

aphyr.com
| | nikgrozev.com
7.4 parsecs away

Travel
| | Most software engineers know about operating system (OS) level processes and threads. They are taught in all university OS courses. However, newer concepts p...
| | sookocheff.com
7.2 parsecs away

Travel
| | Writing correct programs is hard; writing correct concurrent programs is harder. Java Concurrency in Practice. So, why bother with concurrency? A number of reasons: Concurrency provides a natural method for composing asynchronous code. Concurrency allows your program to avoid blocking user operations. Concurrency provides one of the easiest ways take advantage of multi core systems. As processor counts increase, exploiting concurrency will be an even more important facet of high performance systems.
| | blog.jcoglan.com
7.1 parsecs away

Travel
| | [AI summary] The article introduces the 'Location' type pattern in programming and explains how to prevent data races by using techniques such as synchronous execution, immutable promises, encapsulation in objects, and mutexes.
| | www.sheshbabu.com
157.3 parsecs away

Travel
| [AI summary] A technical guide explaining how to configure Nginx as a caching proxy to improve backend reliability, prevent cache stampedes, and serve stale data during backend failures.