RSS Amplifier

Blog

ByteofDev

Bite Sized articles for developers

byteofdev.comRSS feed ↗31 posts

Live Last read · last published · next check

Latest posts

Turning Claude into Postgres so I can raise a Series A

Watch out, Databricks

Making Postgres 42,000x slower because I am unemployed

As an respectable unemployed person must do, I tried to make Postgres as slow as possible

A Quick(ish) Introduction to Tuning Postgres

Learn some of the most important elements of tuning Postgres for performance and get a better understanding of Postgres fundamentals along the way.

JavaScript numbers have an (adoption) problem

JavaScript went against the grain in only using floating point numbers initially, and now we pay the price

My 2025 JavaScript Wishlist

JavaScript has a lot of room for improvement. These five things are especially important.

JavaScript Benchmarking Is a Mess

Design decisions core to JavaScript have caused a multitude of problems for benchmarking. Is there a solution to this?

Replacing Disqus Commenting

Images are one of the most significant contributors to slow websites. Here is how you can prevent this.

A deep dive into distributed database architectures

Learn about different strategies for delivering data from multiple servers

10 ways to speed up web image loading

Images are one of the most significant contributors to slow websites. Here is how you can prevent this.

Tailwind has a scalability problem. How can we solve that?

While there are many benefits to using Tailwind, it also comes with unique challenges when scaling. Luckily, there are solutions to this.

Lerna vs Turborepo vs Rush: Which is better in 2023?

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.

The 6 JavaScript Projects to watch in 2023

We look over some of the JavaScript projects to watch in 2023.

Top 5 Alternatives to React in 2023

Currently, React is extremely popular, and for good reasons. It is simple and concise. However, looking at some alternatives is a good idea too.

How to use ESM on the web and in Node.js

ES (ECMAScript) Modules is a modern module format with many advantages over previous formats like CommonJS. How do you switch to it?

React vs Svelte: Which is better in 2023?

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.

10 ways to 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.

What is Bun, and does it live up to the hype?

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?

State of JS 2021 Results and Analysis

State of JS 2021/2022 is a major survey in web development. Learn all about it and what the results really mean.

State of the Web: React

Learn more about the past, present, and future of React and things like Remix, React 18, Solid, and more.

10 ways to speed up web font loading

Font loading can slow page load times significantly. This article shows you how to reduce the impact.

State of the Web: Atomic CSS

Learn more about the past, present, and future of Atomic CSS and frameworks like Tachyons, Tailwind, and more.

State of the Web: 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.

State of the Web: Bundlers & Build Tools

Learn more about the past, present, and future of bundlers like Webpack, Rollup, and Vite

Migrating ByteofDev from SvelteKit to Astro

Why and how I rebuilt my blog in Astro

State of the Web: Serverless Functions

What are serverless functions, why do they matter, and how are they currently used for server-side JavaScript?

State of the Web: Deno

What is Deno, why does it matter, and how is it currently used for server-side JavaScript?

Array.map() versus Array.forEach()

Learn the difference between Array.map() and Array.forEach() and how to use each in JavaScript

A quick introduction to JavaScript Maps

A quick introduction to the Maps datatype in JavaScript, and when to use it

How I Built the Fastest JavaScript Data Differ

How I built Microdiff and how it is faster than most other object and array diffing libraries

State of the Web: WebAssembly

What is WebAssembly, why does it matter, and how is it currently used on the web?

When you should and shouldn't 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.