An open API service indexing awesome lists of open source software.

https://github.com/note/blog-examples

Code for articles at https://msitko.pl/blog/
https://github.com/note/blog-examples

Last synced: 11 months ago
JSON representation

Code for articles at https://msitko.pl/blog/

Awesome Lists containing this project

README

          

Code for articles at https://msitko.pl/blog/

Each of directories corresponds to given blog post:

* `Replace JSON with Dhall: DynamoDB case study`: [article](https://msitko.pl/blog/2019/03/13/replace-json-with-dhall.html), [code](dhall-dynamo)
* `When your code fails after being packaged as JAR`: [article](https://msitko.pl/blog/2019/10/19/when-your-code-fails-after-being-packaged-as-jar.html), [code](reading-resources)
* `Haskell for impatient Scala developer: Getting into speed`: [article](https://msitko.pl/blog/2020/02/08/haskell-getting-into-speed.html), [code](https://github.com/note/blog-examples/tree/master/haskell-getting-into-speed)
* `Build your own refinement types in Scala 3`: [article](https://msitko.pl/blog/build-your-own-refinement-types-in-scala3.html), [code](https://github.com/note/blog-examples/tree/master/build-your-own-refinement-types-in-scala3)