Tag:scala
All the articles with the tag "scala".
Representable Functors
Posted on:December 23, 2020It took me 2 years of rumination and good-ol’ procrastination to finally get my website back up on its feet. I think I might have more to say…
Promises are Almost Monads
Posted on:November 8, 2020Runder is a rudimentary clone of CodePen that I wrote to see how much I could accomplish in a span of 24 hours. It leverages on Google Caja’s…
Type Variances (or, Why Maps Are Invariant in Its Key Type)
Posted on:October 6, 2020Link. When you get to this stage, most of the tutorials and online resources available to you are much less useful because they assume you’re…
Custom Jooq Types
Posted on:September 7, 2020When studying I find that writing notes help me to process that information better, even if I never go back to those notes. Since I’m such a…
Time Intervals in Scala
Posted on:August 24, 2020In this post, I want to talk about some of the technical details behind this site and the workflow that I have for writing. This site is built…
Tree Folds
Posted on:August 2, 2020I needed to add a form to Active Admin so that a client could upload tsv files, which would be parsed and the data added to the database.…
Scala Case Classes
Posted on:March 31, 2020I was handed an EC2 instance running 12. 10 (Quantal Quetzal), which had reached EOL. Due to some reasons, upgrading wasn’t an option. When I…
Scala Support in Doom Emacs with metals-emacs
Posted on:February 6, 2020(This post was originally posted on Cubicle Rebel’s engineering blog. Check it out! )Our clients rely on us to provide rock-solid long-term…