Explore >> Select a destination


You are here

home.kairo.at
| | blog.martinig.ch
15.0 parsecs away

Travel
| | Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management.
| | tech.trivago.com
11.3 parsecs away

Travel
| | We strongly believe in sharing knowledge not only internally, but also with the tech community around the world. This is one of the reasons why we support Open Source software through developmen...
| | socialwebfoundation.org
15.8 parsecs away

Travel
| | The Social Web Foundation and Hackerspace Brussels (HSBXL) are co-hosting an off-site event at FOSDEM 2025 in Brussels, Belgium on Sunday, February 2, 2025 from 19:00 to 21:00 local time. Social Web After Hours will feature four Fediverse-focused presentations from leaders of the ActivityPub community: Darius Kazemi will discuss the Fediverse Observatory Julian Lam will...
| | www.planetgeek.ch
41.4 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...