Explore >> Select a destination


You are here

blog.one75.be
| | grigory.github.io
13.0 parsecs away

Travel
| | 67th Midwest Theory Day Weekend took place two weeks ago here at Indiana University, Bloomington organized by Qin Zhang, Yuan Zhou and myself.
| | www.planetgeek.ch
8.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...
| | www.softdevtube.com
3.5 parsecs away

Travel
| | The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a
| | everythingfunctional.wordpress.com
21.4 parsecs away

Travel
| The answer to the question of whether we should write automated test suites has largely been settled. We absolutely should write unit tests, and possibly even integration and end-to-end tests. But as acceptance of this practice grew, and adoption became more widespread, a follow-up question arose; How many tests should we write? How do we...