#498 — August 8, 2023 Read on the Web ☀️ We’re taking two weeks off and will be back on Tuesday, August 29. It’s true, we’re taking a rare...
Read More
output
Hands on with Node’s new built-in test runner
#489 — June 6, 2023 Read on the Web qnm: A CLI Tool to Look Into node_modules — If you’ve been into a node_modules folder and been overwhelmed, this...
Read More
A small tool that makes you generate typescript interface from JSON or JS object
X2Interface This is a small tool for developers which can generate typescript interfaces definition from JSON or JS object. Features Cleaner UI with configurable options Support both JS and...
Read More
A simple calculator created for the subject IDATT2105, made in Vue
Calculator A very basic calculator made in Vue Check it out at: Calculator Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build...
Read More
Use Vue 3’s Fragment feature in Vue 2 to return multiple root elements
vue-frag Use Vue 3’s Fragment feature in Vue 2 to return multiple root elements <template> <div v-frag> ⬅ This root element is unwrapped and removed on render! <li>Element 1</li>...
Read More
A Simple string format plugin for vue-formly
string-format-plugin Simple string format plugin for vue-formily. View Demo View Github Installation CDN You can use string-format plugin with a script tag and a CDN, import the library like...
Read More
A fast and simple component screenshot tool based on Vite
Viteshot Web development is a predominantly visual endeavour. Aside from being functional, a website has to look right. Testing has become a must-have, especially in teams of developers. While...
Read More
Escaping your CSS selectors in the easiest way possible
When working a lot on dynamic Web Component apps I have often stumbled on cases where the element properties will be defined by the end-users. To prevent errors when...
Read More