Dynamic typing, once considered an advantage, has become one of JavaScript’s biggest weaknesses. This is where Scala.js can help.
In this article, we’ll take a look at a build tool called Vite, what it is, why we need it, how it might improve our development workflow, and how to get started with it.
In this post, we’re going to learn what Netlify build plugins are, what they do, and how you can create one.
Resource hints provide the browser with information to predict the user’s expected behavior. This enables it to prefetch, prerender, or preload resources in advance.
nanoSQL provides a standardized query language that can be used in all types of supported databases, enabling you to connect multiple database systems without installing a dedicated client library for each one.
Keeping libraries up to date might seem straightforward on the surface, but it’s good to put some thought into your update strategy.
In this article, we will be looking at an automated version of Gatsby recipes, a tool used to automate site-building tasks into a single command.
Static code analysis is a process of inspecting the source code to get some insights without actually running it. Learn more here.
A large part of frontend loading time is spent on executing JavaScript files as well as rendering the page.
My blog was written in Gatsby, but recently I migrated it to Next.js. Learn more about what went well and what didn’t.
Learn how to avoid heuristic queries in GraphQL and get your queries to work accurately with unions in your schema.
Dapr is an event-driven, portable runtime that aims to simplify building microservice applications for developers.