Why you shouldn't use Svelte's Sapper just yet
Let's get straight to it; Svelte is cool, we know - check 2020 state of js -, and having an official framework to have all the SSR magic out of the box, is even cooler for performance and SEO.
Archive
Browse older Devspedia stories, grouped nine at a time for easier scanning.
Latest
9 stories on this page
Let's get straight to it; Svelte is cool, we know - check 2020 state of js -, and having an official framework to have all the SSR magic out of the box, is even cooler for performance and SEO.
Let's agree that choosing the right library has one important factor, which is the type of the project you're working on. However, there are some important questions you need to find an answer for before you start coding
We've been using npm for years, then yarn came and gained tons popularity. Today we'll talk about pnpm, which gives a huge benefit not available in yarn/npm
If you've already used microservices, you already know the huge benefit it provides to reduce architecture complexity of large monolithic backends. However, on the frontend side, many huge apps are still monolithic and hence are huge codebases with many dependencies.
Learn the pros and cons of structuring your features flags horizontally or vertically in your feature flags table with examples.
JavaScript is powerful, it's proving its strength every day, we use it all the way from web frontends, to desktop apps (electron) to mobile apps (react native, nativescript,..), all the way to the backend (node).
Code review is a great way to achieve better code quality, and most importantly share great knowledge and experience between developers working on this project.
In this story, we discuss different ways to cache your serverless application, assuming an AWS-based architecture.
Understand sorting algorithms with visuals, videos, and detailed explanations, also with complexity comparison for each of them