Create a lazy-loading image component for faster Vue.js apps
Create a lazy-loading image component in Vue.js that speeds up our apps, has zero dependencies, and works as a drop-in replacement for an HTML image tag.
Create a lazy-loading image component in Vue.js that speeds up our apps, has zero dependencies, and works as a drop-in replacement for an HTML image tag.
The latest Vuetensils includes 2 new components, and handy directives. These make it faster and easier to create robust, accessible UIs with Vue.js.
Another year, another Zoohackathon; 48 hours in the same building with a bunch of nerds, all working together to address wildlife conservation. This year was a blast.
Vutensils 0.3.10 supports custom CSS classes. Combine it with TailwindCSS for semantic and accessible Vue components with totally custom style and no bloat.
This post covers the minimum to create a Serverless function on AWS Lambda which generates PDFs using Node and PDFKit. No Express, HTML parsing, or S3 uploads.
Throughout my career, I’ve had the pleasure and privilege of mentoring others. It’s usually about software engineering, but often we get into tangential things such as finances. It’s come up enough times and folks have been grateful, so I thought…
Every once in a while in Vue, you want to prevent the user from navigating away from a route or reloading the page. This post covers how to do just that.
Checkout Vuetensils if you care about building accessible and lightweight Vue projects, but prefer to use your own custom styles.
Short introduction to various features of the JavaScript Intl object, or Internationalization API. Includes some helpful tips to reduce dependencies and bundle size.
A collection of several JavaScript tips and tricks I have picked up in my career. Many of these I did not know for a while and wish I learned sooner.