Explore >> Select a destination


You are here

degoes.net
| | blog.ploeh.dk
2.9 parsecs away

Travel
| | Functional architecture tends to fall into a pit of success that looks a lot like Ports and Adapters.
| | rachelcarmena.github.io
2.5 parsecs away

Travel
| | Some characteristics of functional programming
| | henko.net
2.9 parsecs away

Travel
| | A selection of functional programming concepts that I feel are helpful to all developers.
| | tyrrrz.me
16.0 parsecs away

Travel
| A while ago I had to implement proper markdown parsing in DiscordChatExporter so that I could replace the brittle regular expressions I had been using. I had no idea how to approach this problem, so I spent days researching into this, eventually learning...