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/
- Host: GitHub
- URL: https://github.com/note/blog-examples
- Owner: note
- License: mit
- Created: 2019-03-08T05:53:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T05:11:41.000Z (about 5 years ago)
- Last Synced: 2025-01-12T09:27:14.270Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)