JavaScript
Articles
Composable type checking for JavaScript
Article about the Security module
May 2024Making a node module which works both on frontend and backend
If theres some logic which needs to run on both frontend (JavaScript/HTML) and backend (NOdeJS) then there are some patterns which allow you to use the…
Apr 2024Self-describing code
It is possible to write code in a manner that allows you to choose whether to execute it or grab a description of what the code does as an Abstract Syntax…
Jan 2023Self-describing code
It is possible to write code in a manner that allows you to choose whether to execute it immediately or grab a description of what the code does as an…
Jan 2023Declarative programming
Jan 2023Isomorphic JavaScript
Jan 2023Using Context in JavaScript to achieve cleaner code
Jan 2023Simple typechecking goes a long way
Jun 2021Curried functions in JavaScript
Curried functions exists in some programming languages and they are functions which have been called without all their arguments. This yields a new…
Jul 2019Simulating algebraic effects in JavaScript
Sep 2018A collection of simple speedups
If you have a Web application there are likely countless ways you can speed it up, some with significant performance gains, and some adding up to…
Mar 2018