Tag: Vue Js
All things Vue Js — written by someone who's shipped it.
Vue Vapor Mode - How Vue is Rewriting its Rendering Engine
When Vue was first released in 2014, it quickly earned a reputation for combining an approachable developer experience with solid performance. Over the years, the framework has continuously evolved: introducing the Composition API, improving TypeScript support, refining its compiler, ...
Read more →
A Practical Guide to Web Accessibility in React and Vue (a11y)
I've been writing code for frontend applications for more than 7 years already, and during all this time I've personally been caught into the same trap many times: we focus on a pixel perfect implementation of the design, state management, re-renders, ...
Read more →
Building a Real-Time Chat App with WebSockets in 5 hours
A few days ago I decided to challenge myself by building a fully functional real-time chat application in the span of an afternoon, containerized with Docker, deployed on AWS, and integrated into a fully automated delivery pipeline...
Read more →