Explore >> Select a destination


You are here

coder-mike.com
| | andreasimonecosta.dev
15.8 parsecs away

Travel
| | All you should need to know about JavaScript Asynchronous Generators.
| | dmitripavlutin.com
14.1 parsecs away

Travel
| | A pure function always returns the same value for the same arguments and produces no side effects.
| | www.nequalsonelifestyle.com
18.7 parsecs away

Travel
| | Last year as I really got into doing Dart and Flutter programming I decided I needed a library that got me the same behaviors I had with the Result Monad library I had in Kotlin. In November I published the 1.x version of it which I wrote about in this post . There were some aspects which I thought were a little clunky even then. As I have been using this on a bigger project now I found some other shortcomings as well. This was the impetus needed for making those improvements and pushing out a 2.0 version of the library. This post goes through those improvements. The library source code and issue tracker is here with the pub.dev entry here .
| | blog.jooq.org
62.0 parsecs away

Travel
| Sometimes there are these moments of truth. They happen completely unexpectedly, such as when I read this tweet: https://twitter.com/whileydave/status/536422407297171457 David is the author of the lesser-known but not at all lesser-interesting Whiley programming language, a language that has a lot of static type checking built in it. One of the most interesting features of the...