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?