This post outlines the use of Google’s diff-match-patch library to generate patches that can be translated to operations against an…
It is fairly straightforward to add a GraphQL API powered by Apollo Server to a Next.js application through a koa…
This post is intended to primarily benefit people coming from other, so called “modern” editors to Emacs. Emacs veterans are…
This post summarizes preliminary observations while comparing ReasonML and TypeScript during selection of a reasonably (pun-intended) type safe language for…
Typescript team has explicitly stated that they don’t intend to extend typescript’s static type checking to the runtime. Typescript Design…
Predictability and Side-effects Redux advertises itself as a predictable state container. This predictability comes at a cost: Your actions that…
An introductory tutorial on making event scheduling management more accessible and configurable to administrators through database driven admin interfaces in…
Eliminate full page refreshes and reduce page transition latency, in your your Rails sites, using SPF.js – a library for…
While emacs is well known to be a very productive editor, there are a few additional steps one must take…