Explore >> Select a destination


You are here

sarunw.com
| | osinski.dev
2.5 parsecs away

Travel
| |
| | www.neilmacy.co.uk
1.1 parsecs away

Travel
| | A really nice improvement to Previews, with a macro cleaning up the boilerplate, and parity between SwiftUI and UIKit.
| | www.iamsim.me
3.0 parsecs away

Travel
| | In the first installment of this blog series on UIKit and The Composable Architecture we talked about how we can reduce the boiler plate required to setup a view controller powered by a Store. This post will build on that and see what it takes to implement a collection view. The first thing you need to know about rendering items from a TCA Store in a table or collection view is that we won't be referring to the items by IndexPath.
| | myadventuresincoding.wordpress.com
35.1 parsecs away

Travel
| Previously I had been working with open source Apache Cassandra, but now I mostly work with DataStax Enterprise (DSE) Cassandra. The one downside is that since my developer workstation is Windows 10, only Apache Cassandra is supported on Windows, while DSE Cassandra is not. In the past when I had Linux only software I wanted...