/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

www.blog.montgomerie.net
| | blog.coderspirit.xyz
9.1 parsecs away

Travel
| | An introduction to generative art by example, with animated Gosper Curves.
| | kenb.us
6.2 parsecs away

Travel
| | The UISegmentedControl provided by UIKit is a ubiquitous control. However, when it comes to customizing this control, it can get pretty tricky. So I'm going to try to explain how this widget ...
| | www.iamsim.me
9.4 parsecs away

Travel
| | One of my favorite things in UIKit is UICollectionView. I love how versatile it is. With iOS 13 it got even better with the diffable data source and compositional layout APIs. However, when dealing with collection views there's a lot of boiler plate one has to take care of. In this post I want to share some of the code I've written to make working with collection views a bit nicer.
| | siderite.dev
23.0 parsecs away

Travel
| You want to open the server for an application you are working on in Visual Studio Code and not have a browser open automatically. Or perhaps your default is Internet Explorer and you want to open Chrome instead. Use the environment variable BROWSER and set it to "none" or "chrome".