JavaScript code

Converting sharp-recipe-parser from typescript to javascript + jsdoc

Exploring the conversion of a TypeScript project to JavaScript with JSDoc. Unveiling challenges in tooling, module adjustments, and insights on TypeScript's relevance in library development...

January 1, 2024 · 6 min · lpains
Recipe UOMs

Introducing sharp-recipe-parser

Introducing sharp-recipe-parser npm package. It is a new and small typescript package to extract information from recipe ingredient and instruction lines....

August 5, 2023 · 3 min · lpains
Dirty rugby match

Vue router dirty checking before navigation

Ever lost some data because a website didn't ask if you wanted to save your changes? That's frustrating. Learn how to implement dirty checking before navigation using Vue and typescript in this post...

January 11, 2020 · 2 min · lpains

Simple Vue directive for hotkeys

vue-mouseless is a tiny Vue directive for hotkey handling using mousetrap....

July 26, 2019 · 2 min · lpains

Tips and tricks for vue with typescript

My top 5 Vue tips and tricks for an easier and faster development experience...

June 23, 2019 · 3 min · lpains