Are you just starting out with Vue.js? Or has it been long since you’ve worked with Vue? This cheat sheet lists the nine most common tasks and solutions when outputting data to HTML.
So Vite was so fast last week that I wanna keep using it. For the next project, I need an SSG. VitePress sounds promising. Can it be a viable alternative to Next, Gatsby, and Nuxt?
In JavaScript, a debounce function makes sure that your code is only triggered once per user input. Search box suggestions, text-field auto-saves, and eliminating double-button clicks are all use cases for debounce.
Is your blog built using Next.js and you want to use syntax highlighting on code samples? This short guide will show you how to plug Highlight.js into your Next.js site.
These nice transitions between static pages that don't make your browser flick, do you have them on your website? No? It only takes an hour to set it up on a Next.js site.
I'm still trying to figure out how to build a site in Angular. Today I'll try adding the Scully scent to it. Let's see if the experience will be as smooth as with React or Vue.
This year I've tried to learn Vue and React and eventually got familiar with them, even started to like them! 😄 Now I take a bigger fish - how does Angular compare to the JavaScript frameworks I already know?
Sometimes it's JavaScript, sometimes it's TypeScript, and it all looks the same. So what is TypeScript and why some people use it instead of JavaScript?
Every project the frontend guys talk about Javascript frameworks, Vue, React, Angular, and others. What are they and why are they used instead of plain Javascript?
On average I work with JSON data 18 times a week. And I still need to google for specific ways to manipulate them almost every time. What if there was an ultimate guide that could always give you the answer?
We all know we should write unit tests. But, it's hard to know where to start and how much time to devote to tests compared to actual implementation. So, where to start? And is it just about testing code or do unit tests have other benefits?