ByteofDevBite Sized articles for developershttps://byteofdev.com/en-usMaking Postgres 42,000x slower because I am unemployedhttps://byteofdev.com/posts/making-postgres-slow/https://byteofdev.com/posts/making-postgres-slow/As an respectable unemployed person must do, I tried to make Postgres as slow as possibleSun, 27 Jul 2025 20:45:21 GMTA Quick(ish) Introduction to Tuning Postgreshttps://byteofdev.com/posts/tuning-postgres-intro/https://byteofdev.com/posts/tuning-postgres-intro/Learn some of the most important elements of tuning Postgres for performance and get a better understanding of Postgres fundamentals along the way.Mon, 21 Jul 2025 19:59:24 GMTJavaScript numbers have an (adoption) problemhttps://byteofdev.com/posts/i-hate-javascript-numbers/https://byteofdev.com/posts/i-hate-javascript-numbers/JavaScript went against the grain in only using floating point numbers initially, and now we pay the priceWed, 26 Mar 2025 02:55:02 GMTMy 2025 JavaScript Wishlisthttps://byteofdev.com/posts/what-javascript-needs-2025/https://byteofdev.com/posts/what-javascript-needs-2025/JavaScript has a lot of room for improvement. These five things are especially important.Tue, 31 Dec 2024 01:31:33 GMTJavaScript Benchmarking Is a Messhttps://byteofdev.com/posts/javascript-benchmarking-mess/https://byteofdev.com/posts/javascript-benchmarking-mess/Design decisions core to JavaScript have caused a multitude of problems for benchmarking. Is there a solution to this?Mon, 23 Dec 2024 20:57:53 GMTReplacing Disqus Commentinghttps://byteofdev.com/posts/replacing-disqus/https://byteofdev.com/posts/replacing-disqus/Images are one of the most significant contributors to slow websites. Here is how you can prevent this.Thu, 21 Mar 2024 21:37:46 GMTA deep dive into distributed database architectureshttps://byteofdev.com/posts/deep-dive-distributed-database/https://byteofdev.com/posts/deep-dive-distributed-database/Learn about different strategies for delivering data from multiple serversTue, 12 Mar 2024 13:07:25 GMT10 ways to speed up web image loadinghttps://byteofdev.com/posts/speed-up-image-loading/https://byteofdev.com/posts/speed-up-image-loading/Images are one of the most significant contributors to slow websites. Here is how you can prevent this.Tue, 19 Dec 2023 02:52:59 GMTTailwind has a scalability problem. How can we solve that?https://byteofdev.com/posts/scale-tailwindcss/https://byteofdev.com/posts/scale-tailwindcss/While there are many benefits to using Tailwind, it also comes with unique challenges when scaling. Luckily, there are solutions to this.Wed, 29 Nov 2023 02:27:55 GMTLerna vs Turborepo vs Rush: Which is better in 2023?https://byteofdev.com/posts/lerna-vs-turbopack-rush/https://byteofdev.com/posts/lerna-vs-turbopack-rush/Monorepos are becoming more and more popular with web development. In this article, we will compare some of the most popular monorepo tools' performance, ease of use, and more.Sun, 05 Feb 2023 01:54:17 GMTThe 6 JavaScript Projects to watch in 2023https://byteofdev.com/posts/javascript-projects-2022/https://byteofdev.com/posts/javascript-projects-2022/We look over some of the JavaScript projects to watch in 2023.Sun, 01 Jan 2023 17:15:19 GMTTop 5 Alternatives to React in 2023https://byteofdev.com/posts/react-alternatives/https://byteofdev.com/posts/react-alternatives/Currently, React is extremely popular, and for good reasons. It is simple and concise. However, looking at some alternatives is a good idea too.Sat, 17 Sep 2022 20:29:49 GMTHow to use ESM on the web and in Node.jshttps://byteofdev.com/posts/how-to-use-esm/https://byteofdev.com/posts/how-to-use-esm/ES (ECMAScript) Modules is a modern module format with many advantages over previous formats like CommonJS. How do you switch to it?Sat, 03 Sep 2022 16:03:56 GMTReact vs Svelte: Which is better in 2023?https://byteofdev.com/posts/react-vs-svelte/https://byteofdev.com/posts/react-vs-svelte/React and Svelte are both prevalent libraries for creating user interfaces. In this article we will figure out which one is the better choice for new projects.Tue, 30 Aug 2022 22:37:36 GMT10 ways to speed up JavaScript loadinghttps://byteofdev.com/posts/speed-up-javascript-loading/https://byteofdev.com/posts/speed-up-javascript-loading/JavaScript is one of the biggest contributors to long website loading times. This article will show you how to speed up your JavaScript loading.Thu, 18 Aug 2022 00:45:20 GMTWhat is Bun, and does it live up to the hype?https://byteofdev.com/posts/what-is-bun/https://byteofdev.com/posts/what-is-bun/Bun is a new JavaScript runtime that claims to offer more features and performance compared to Node.js and Deno. But is it as good as it is hyped up to be?Tue, 16 Aug 2022 18:55:29 GMTState of JS 2021 Results and Analysishttps://byteofdev.com/posts/stateofjs-2022/https://byteofdev.com/posts/stateofjs-2022/State of JS 2021/2022 is a major survey in web development. Learn all about it and what the results really mean.Mon, 21 Feb 2022 02:48:21 GMTState of the Web: Reacthttps://byteofdev.com/posts/react/https://byteofdev.com/posts/react/Learn more about the past, present, and future of React and things like Remix, React 18, Solid, and more.Sun, 13 Feb 2022 20:21:39 GMT10 ways to speed up web font loadinghttps://byteofdev.com/posts/speed-up-font-loading/https://byteofdev.com/posts/speed-up-font-loading/Font loading can slow page load times significantly. This article shows you how to reduce the impact.Fri, 11 Feb 2022 01:03:46 GMTState of the Web: Atomic CSShttps://byteofdev.com/posts/atomic-css/https://byteofdev.com/posts/atomic-css/Learn more about the past, present, and future of Atomic CSS and frameworks like Tachyons, Tailwind, and more.Sun, 06 Feb 2022 15:09:59 GMTState of the Web: Static Site Generatorshttps://byteofdev.com/posts/static-site-generators/https://byteofdev.com/posts/static-site-generators/Static Site Generators have been changing quickly with new trends like Jamstack. Learn more about the background of static site generators, why people use them, and the current state of them, with information on modern SSGs like Eleventy, Next.js, SvelteKit, and Astro.Sun, 30 Jan 2022 20:14:23 GMTState of the Web: Bundlers & Build Toolshttps://byteofdev.com/posts/bundlers/https://byteofdev.com/posts/bundlers/Learn more about the past, present, and future of bundlers like Webpack, Rollup, and ViteSun, 23 Jan 2022 20:56:29 GMTMigrating ByteofDev from SvelteKit to Astrohttps://byteofdev.com/posts/sveltekit-to-astro/https://byteofdev.com/posts/sveltekit-to-astro/Why and how I rebuilt my blog in AstroSun, 23 Jan 2022 20:56:29 GMTState of the Web: Serverless Functionshttps://byteofdev.com/posts/serverless/https://byteofdev.com/posts/serverless/What are serverless functions, why do they matter, and how are they currently used for server-side JavaScript?Sun, 16 Jan 2022 15:36:59 GMTState of the Web: Denohttps://byteofdev.com/posts/deno/https://byteofdev.com/posts/deno/What is Deno, why does it matter, and how is it currently used for server-side JavaScript?Sun, 09 Jan 2022 21:46:54 GMTArray.map() versus Array.forEach()https://byteofdev.com/tips/map-vs-foreach/https://byteofdev.com/tips/map-vs-foreach/Learn the difference between Array.map() and Array.forEach() and how to use each in JavaScriptSun, 09 Jan 2022 21:46:54 GMTA quick introduction to JavaScript Mapshttps://byteofdev.com/tips/maps/https://byteofdev.com/tips/maps/A quick introduction to the Maps datatype in JavaScript, and when to use itSun, 09 Jan 2022 21:46:54 GMTHow I Built the Fastest JavaScript Data Differhttps://byteofdev.com/posts/microdiff/https://byteofdev.com/posts/microdiff/How I built Microdiff and how it is faster than most other object and array diffing librariesSat, 01 Jan 2022 21:22:04 GMTState of the Web: WebAssemblyhttps://byteofdev.com/posts/webassembly/https://byteofdev.com/posts/webassembly/What is WebAssembly, why does it matter, and how is it currently used on the web?Sat, 01 Jan 2022 21:22:04 GMTWhen you should and shouldn't use Reacthttps://byteofdev.com/posts/when-you-should-and-should-not-use-react/https://byteofdev.com/posts/when-you-should-and-should-not-use-react/While very popular, React is not always the best web framework to use. In this article, we go over when to use React and when not to.Fri, 27 Aug 2021 13:00:00 GMT