Explore >> Select a destination


You are here

twitchard.github.io
| | www.chrisritchie.org
14.7 parsecs away

Travel
| | Parsing RSS feeds to find peers.
| | builtin.com
17.9 parsecs away

Travel
| | What is software engineering? It is a field directly related to computer science, where engineers apply systematic and disciplined methods to the development, operation and maintenance of software.
| | charity.wtf
17.8 parsecs away

Travel
| | VOICEOVER: "Previously, on twitter ..." https://twitter.com/kvlly/status/1116672656781266944 So, that happened. I hadn't seen anyone say something like this in quite a while. I remember saying things like this myself as recently as, oh, 2016, but I thought the zeitgeist had moved on to continuous delivery. Which is not to say that Friday freezes don't happen anymore,...
| | www.planetgeek.ch
76.1 parsecs away

Travel
| Active patterns make using a Regex in F# neat: The matched groups are returned in the list after the pattern. Here is an example from our codebase: Pattern found at Active Patterns - F# | Microsoft Learn: In this example, I use the regex active pattern to map JSON parsing errors to a Result with...