Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
In a monolithic frontend architecture, a single codebase handles the entire user interface. While...
Learn where to keep your variables to improve your app design, performance, and readability. ...
TypeScript is great—until it isn’t. After years of using it everywhere, I realized it’s not always the right choice. Here’s why I’ve stopped using TypeScript for small projects.
TypeScript has redefined how developers write scalable and maintainable JavaScript code. While its...
Vue.js has become a popular framework for building modern web applications, thanks to its flexibility...
Working on a living product after 2 years on design systems and component libraries has inspired...
When transitioning from one project to another (for example when changing jobs) there is always this...
Heavy computations on the main thread can lead to sluggish UI, dropped frames, and poor user...
Hey guys I officially have released V3 of vueframe, adding a bunch of quality of life improvements...
PDF is everywhere, no matter what kind of web app you’re building, you’re bound to need a convenient...
Modern front-end development demands robust testing practices to ensure the reliability and...
As front-end developers, we know the accessibility docs for our frameworks exist. But in practice,...
Start at the Basics With the advent of AI and some tech-ed influencers, there seem to be...
Hey folks! Sometimes I think bugs love me too much — they just keep coming back no matter what I do...
Remember when deploying a SPA was simple? No SSR, no full-stack lock-in, just a fast, static site. I got tired of overcomplicated frameworks and built GoDeploy—a CLI to bring back the good ole days.
The Vue 3 Composition API introduces a powerful new way to structure and organize code, giving...
O Desafio Invisível que Todo Dev Frontend Enfrenta Você conhece essa história: começou um...
Handling large lists in Vue 3 efficiently is crucial for maintaining smooth performance and a great...
Vue 3 introduced the Composition API, offering developers more flexible and powerful tools for...
I recently participated as a speaker at Vue.js Amsterdam and during my talk, I announced a new...
React vs. Vue: A Comprehensive Comparison Introduction When it comes to modern...
I got selected to move forward for a Software Engineer (Frontend) role with a foreign company from a...
Nuxt is known not only for its Performance and Developer Experience but also for its modular...
Today I want to share with you how learning Vue.js can be a game-changer, not just in your coding...
Typography plays a critical role in web performance and user experience. While custom fonts can...
Slicing Through Complexity: Modular Design vs Feature-Sliced Design in Vue 3 The...
When working with Vue.js (or Nuxt.js) in an SSR/SSG context, one of the more perplexing issues you...
React once dazzled the web development world with its promise of a clean, component-based approach. Fast-forward to 2025, and the once-revered framework now shows serious cracks. If you’ve ever felt React’s growing pains in large-scale projects—or simply wondered why the ecosystem feels increasingly fractured—this article is your wake-up call.
Nuxt 3 is a powerful framework for building Vue.js applications, offering a streamlined way to manage...
BootstrapVue was once the go-to library for using Bootstrap with Vue 2, but it has become outdated...