You are here |
twitchard.github.io | ||
| | | |
www.chrisritchie.org
|
|
| | | | Parsing RSS feeds to find peers. | |
| | | |
builtin.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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... |