Explore >> Select a destination


You are here

sigpwned.com
| | scorpil.com
4.1 parsecs away

Travel
| | Workflow Orchestration for AWS Environments
| | nodogmablog.bryanhogan.net
3.8 parsecs away

Travel
| | Working with Json directly in C# has always been a problem, but as Json becomes more common the problems mount. I was using AWS Step Functions recently and wanted to pass the Json string output from a Lambda running .NET Core 3.1. As with all things C# Json string related, it was not easy.
| | it20.info
2.2 parsecs away

Travel
| | Code is a liability. That's not only the code you write but also (and predominantly!) the code that you need to operationalize for your own business logic to ...
| | tyrrrz.me
43.5 parsecs away

Travel
| Two months ago I wrote an article about Monadic Parser Combinators in C# and how you can use this approach to express complex recursive grammar. To extend this topic a bit, I also wanted to show how the same approach can be applied in a functional-first...