Explore >> Select a destination


You are here

www.codeaffine.com
| | www.softdevtube.com
8.1 parsecs away

Travel
| | Computers are orders of magnitude faster than when most of us started programming and yet a lot of software runs much slower than it should. Nobody likes progress bars. Slow code provides for a horrible user experience, drains batteries faster, and increases our cloud bill. This session explores some of the reasons why software is
| | www.planetgeek.ch
5.7 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...
| | initialcommit.com
5.4 parsecs away

Travel
| | In this tutorial, we illustrate how to create a dynamic factory bean in Spring.
| | tonsky.me
21.5 parsecs away

Travel
| Announcing clj-reload, a smarter way to reload Clojure code during development