Liron Hazan·Dec 25, 2022[Exp-1] SQLite3 wasm in private origin filesystem (browser)First story in what I hope to be just short summaries of “edge” tech stuff I play with aside.
InITNEXTbyLiron Hazan·Jun 17, 2022Write your own Javascript/Typescript tests runner in 80 lines of code </>There are many tests runners in the javascript echo system, Jest, Karma, Ava, Mocha, just to name a few. Deno has a built in one, having…
InITNEXTbyLiron Hazan·Jun 19, 2021From parsimmon to nom — playing with parser combinators (Typescript → Rust)In this post I’ll quickly walk throw the process of re-implementing a dummy query lang parser..
InITNEXTbyLiron Hazan·May 22, 2021Designing an opinionated functional API (Typescript) 🔺 🔻In this post I intend to share with you the way I choose to deal with errors on a project I lead and the functional API I choose to expose…
InITNEXTbyLiron Hazan·Jan 29, 2021fp-ts in action🚀👊 First post for 2021!A response icon1A response icon1
InITNEXTbyLiron Hazan·Oct 17, 2020A recipe for start using Rust actix-web and launch chrome 🚀Say hello to tsttgen built using actix-webA response icon1A response icon1
InITNEXTbyLiron Hazan·Sep 17, 2020OLED Display as a Web ComponentLet’s create a web component based on an hardware device!
InITNEXTbyLiron Hazan·Mar 25, 2020Enforce Immutability With Typescript To Boost Refactor ProcessEmbracing Readonly<T> when needed 💣