/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

winterbe.com
| | timperrett.com
2.4 parsecs away

Travel
| | Thanks for taking the time to stop by! I try to post every few weeks on topics ranging from niche aspects of computer programming to organizational and business challenges. By all means subscribe to the RSS feed!
| | devtails.xyz
2.1 parsecs away

Travel
| | I've attempted to reduce this all down to the simplest implementation possible to help understand how RSCs work
| | blog.somewhatabstract.com
1.5 parsecs away

Travel
| | [AI summary] The author discusses implementing server-side rendering (SSR) for a React application, focusing on rendering a React component into HTML and integrating it into a page template.
| | blog.kulman.sk
9.5 parsecs away

Travel
| There is now an official GitHub Copilot extension for Xcode, but it essentially acts as a fancy autocomplete. Given how unreliable Xcode's autocomplete can be, this is still an improvement. However, to fully leverage GitHub Copilot's capabilities, you will ll need a more extensible IDE-such as Visual Studio Code. Visual Studio Code tooling The tooling in Visual Studio Code has come a long way in terms of supporting iOS development, and these days, you can configure it to offer a very good experience, including navigating the code, building and running the app, and even debugging with breakpoints.