Explore >> Select a destination


You are here

www.uraimo.com
| | swiftrocks.com
90.9 parsecs away

Travel
| | CaseIterable is one of my favorite features in Swift 4.2. Despite being a simple protocol, it solves the common problem (that I personally faced many times) of needing access to an array containing all the cases of a certain enum.
| | blog.slaks.net
333.3 parsecs away

Travel
| |
| | blog.kulman.sk
35.7 parsecs away

Travel
| | How many times how you copied and pasted some code in your current codebase because there was no good way to abstract it? Maybe because it was some repeating code required by a framework or mapping of some data transfer structures. Writing such boilerplate code is an error-prone waste of time, especially when there is a much better way: generating that code. There are a few tools to help you do that, one of the most flexible of them being GYB. What is GYB? GYB is a lightweight templating system that allo...
| | poignardazur.github.io
58.5 parsecs away

Travel
| Let's talk about pinning in the Rust programming language.