| blog.nojaf.com
I maintain a GitHub Action called check-for-changed-files. For the purpose of this blog post what the action does isn't important, but the fact that I authored it originally in TypeScript is. See, one day I tried to update the NPM dependencies. Unfortunately, that update broke everything in a really bad| Tall, Snarky Canadian
Ever wondered what are some patterns for writing ReScript in large projects? Here's a handful of them from working in a startup with >300,000 lines of ReScript.| Practical ReScript
In this part, we will learn how to type simple functions and compound expressions.| Practical ReScript
The first step to getting the type checker to work for you is to understand how it works, what work it can and can't do.| Practical ReScript
We will learn how to bind to the Flags module in Deno's standard library to make it easy and type-safe to pass in arguments to our command-line tools.| Practical ReScript