Turning Claude into Postgres so I can raise a Series A
Watch out, Databricks
Bite Sized articles for developers
Live Last read · last published · next check
Watch out, Databricks
As an respectable unemployed person must do, I tried to make Postgres as slow as possible
Learn some of the most important elements of tuning Postgres for performance and get a better understanding of Postgres fundamentals along the way.
JavaScript went against the grain in only using floating point numbers initially, and now we pay the price
JavaScript has a lot of room for improvement. These five things are especially important.
Design decisions core to JavaScript have caused a multitude of problems for benchmarking. Is there a solution to this?
Images are one of the most significant contributors to slow websites. Here is how you can prevent this.
Learn about different strategies for delivering data from multiple servers
Images are one of the most significant contributors to slow websites. Here is how you can prevent this.
While there are many benefits to using Tailwind, it also comes with unique challenges when scaling. Luckily, there are solutions to this.
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.
We look over some of the JavaScript projects to watch 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.
ES (ECMAScript) Modules is a modern module format with many advantages over previous formats like CommonJS. How do you switch to it?
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.
JavaScript is one of the biggest contributors to long website loading times. This article will show you how to speed up your JavaScript loading.
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/2022 is a major survey in web development. Learn all about it and what the results really mean.
Learn more about the past, present, and future of React and things like Remix, React 18, Solid, and more.
Font loading can slow page load times significantly. This article shows you how to reduce the impact.
Learn more about the past, present, and future of Atomic CSS and frameworks like Tachyons, Tailwind, and more.
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.
Learn more about the past, present, and future of bundlers like Webpack, Rollup, and Vite
Why and how I rebuilt my blog in Astro
What are serverless functions, why do they matter, and how are they currently used for server-side JavaScript?
What is Deno, why does it matter, and how is it currently used for server-side JavaScript?
Learn the difference between Array.map() and Array.forEach() and how to use each in JavaScript
A quick introduction to the Maps datatype in JavaScript, and when to use it
How I built Microdiff and how it is faster than most other object and array diffing libraries
What is WebAssembly, why does it matter, and how is it currently used on the web?
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.