Skip to content

All Posts

Database, Performance

SQLite Primary Key Benchmarks: UUIDv7, UUIDv4, Snowflake, Integer

Benchmarking UUIDv7, UUIDv4, Snowflake, and Integer primary keys in SQLite, including dual-column and WITHOUT ROWID variants.

Performance

Optimizing PNGs for Size and Quality

A simple guide to optimizing images if you have a few images, and a lot of time.

Performance

How to optimize bundles with webpack

Learn how to build the most efficient, optimal bundles by tuning webpack's splitChunks configuration.

Performance, Frontend

React performance techniques

Techniques to improve React component rendering performance when there are no better alternatives.

Performance, Frontend

How to optimize React using React DevTools

Learn how to use the React devtool's profiler to optimize and improve your React app's performance.

Performance

Thoughts about web performance and frameworks

A discussion on the performance of web frameworks and why you shouldn't choose React every time.