How to be a -10x Engineer
swe
Speed up PostgreSQL® pgvector queries with indexes | EverSQL
Learn the theory and the details of how to speed up PostgreSQL® pgvector queries using indexes IVFFlat, HNSW and traditional indexes
How to use PostgreSQL for (military) geoanalytics tasks · Taras Kloba's
SpeedCurve | Performance audit: Lego.com
How we Increased Search Traffic by 20x in 4 Months with the Next.js App Router - Hardcover | Hardcover
A technical look at how we optimized the performance of Hardcover over the last year.
Five React App Killing Anti-Patterns 🪦😱 - YouTube
Five viewer submitted ways that bad React practices and anti-patterns are killing their applications, and some solutions for each one.👉 Upcoming NextJS cour...
Data Industry Primer - by Eric Flaningam - Generative Value
An overview of one of the most fragmented industries in tech
Design Systems Database: Surf among top‑notch Design Systems
Best-in-class Design Systems with components and foundations references from top-tier tech companies and leading UI teams.
From the selfhosted community on Reddit: Is someone trying to log into my server? How can I protect?
Explore this post and more from the selfhosted community
psql Tips
PostgreSQL hidden gems (Tech Talk NB - April 2023) - YouTube
Speaker: Vagmi Mudumbai
While PostgreSQL is a mature database, it packs a punch when it comes to features. This is a talk to talk about various features of PostgreSQL like.
* Crosstab queries (Pivot Table)
* Window functions
* JSON operations
* Full-text search queries
* Row-level security
Walk-through of implementing simple Postgres patch. From sources to CI. - YouTube
In this video I'm doing "magic" binary search. This search fallbacks to linear search when the number of tuples is small. Typically this is done to reduce number of branch mispredictions, but it's rather toy feature here. It's taken only for example.
Resulting code https://github.com/x4m/postgres_g/commit/a66ff4e0669b01ea09eed734cf4e60c745527c5c
https://wiki.postgresql.org/wiki/Compile_and_Install_from_source_code
git clone --depth=5 --single-branch --branch=master https://github.com/postgres/postgres
cd postgres
./configure --prefix=$PWD --enable-depend
make -j10 to /dev/null
make check
Vectors are the new JSON in PostgreSQL | Jonathan Katz
A new demand for storing an old data type in PostgreSQL.
The Beginner's Guide to Databases
Breaking down major databases like PostgreSQL by category and purpose.
squid : Optimising Web Delivery
End-to-end data engineering project - batch edition · Start Data Engineering
Struggling to come up with a data engineering project idea? Overwhelmed by all the setup necessary to start building a data engineering project? Don't know where to get data for your side project? Then this post is for you. We will go over the key components, and help you understand what you need to design and build your data projects. We will do this using a sample end-to-end data engineering project.
How to make LLMs go fast
Blog about linguistics, programming, and my projects
Things you forgot (or never knew) because of React - Josh Collinsworth blog
If you don't often look beyond established comfortable defaults, you might be surprised to learn just how far the world of frontend has moved away from React, and how big that gap continues to grow.
Rethinking React best practices
A deep dive into the evolution of React from client-side view library to application architecture.
Getting started with Web Performance 🚀 - HTMHell
A collection of bad practices in HTML, copied from real websites.
The Three Cs: 🤝 Concatenate, 🗜️ Compress, 🗳️ Cache – Harry Roberts – Web Performance Consultant
We know we should do it, but do we know how?
Podman Method - Documentation
Welcome to the Offensive ML Playbook - OffSecML Playbook
Latest: 12/16 version: 0.7 First published 10/26. This is an amalgam of TTP's on different offensive ML attacks encompassing the ML supply chain and adversarial ML attacks. It is focused heavily on …
Lessons learned from two decades of Site Reliability Engineering
Site Reliability Engineering, incident management, learning, lessons learned, SRE
10 hard-to-swallow truths they won't tell you about software engineer job
Last weekend I had a chance to talk with some students who just got their degree. They are pursuing their first software engineer job. In conversation with them, I learned that they have a pretty wrong perception of this job. This is because the reality for these new kids is so skewed.
A list of JavaScript engines, runtimes, interpreters · GitHub
A list of JavaScript engines, runtimes, interpreters · GitHub
research!rsc: Open Source Supply Chain Security at Google
Create a Fast Time-Series Graph With Materialized Views
Build a time-series graph or plot to quickly visualize data using Postgres materialized views and their upgraded version, continuous aggregates.
The hidden depths of the input element - HTMHell
A collection of bad practices in HTML, copied from real websites.
Prettier's CLI: A Performance Deep Dive · Prettier
Hey, I'm [Fabio](https://twitter.com/fabiospampinato) and I've been contracted by the Prettier team to speed up Prettier's command line interface (CLI). In this post we'll take a look at the optimizations I've discovered, the process that lead to finding them, some exciting numbers comparing the current CLI with the new one, and some guesses about what could be optimized next.