/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

pdx.su
| | www.daveabrock.com
7.1 parsecs away

Travel
| | We talk about scoping your CSS to your Blazor components-all without a stylesheet reference.
| | nathanfriend.com
16.4 parsecs away

Travel
| | Remote Software Engineer at Stripe and cellist based out of Ontario. Previously at GitLab. Fascinated with building usable, delightful software.
| | nickradford.dev
10.8 parsecs away

Travel
| | Tailwind.css added a compilation mode in v. 2.1 to allow Just-in-Time compilation of the library, removing the need for enabling/disabling different variants or creating new styles for quirky one-offs, in favor of allowing the runtime to determine which styles to package into the build.
| | sookocheff.com
30.5 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.