swe

swe

488 bookmarks
Newest
Why, after 6 years, I’m over GraphQL
Why, after 6 years, I’m over GraphQL
GraphQL is an incredible piece of technology that has captured a lot of mindshare since I first started slinging it in production in 2018. You won’t have to ...
·bessey.dev·
Why, after 6 years, I’m over GraphQL
Lee Robinson on X: "Here's where we're headed with caching in Next.js. Last month, we shipped a release candidate for v15, which starts to address some of the community feedback on caching. tl;dr many parts are no longer cached by default. In Next.js 15, if I make a fetch to some API, or make a" / X
Lee Robinson on X: "Here's where we're headed with caching in Next.js. Last month, we shipped a release candidate for v15, which starts to address some of the community feedback on caching. tl;dr many parts are no longer cached by default. In Next.js 15, if I make a fetch to some API, or make a" / X
Last month, we shipped a release candidate for v15, which starts to address some of the community feedback on caching. tl;dr many parts are no longer cached by default. In Next.js 15, if I make a fetch to some API, or make a… — Lee Robinson (@leeerob)
·x.com·
Lee Robinson on X: "Here's where we're headed with caching in Next.js. Last month, we shipped a release candidate for v15, which starts to address some of the community feedback on caching. tl;dr many parts are no longer cached by default. In Next.js 15, if I make a fetch to some API, or make a" / X
Learn Performance | web.dev
Learn Performance | web.dev
This course is designed for those new to web performance, a vital aspect of the user experience. It covers key web performance concepts and techniques for improving performance.
·web.dev·
Learn Performance | web.dev
Walk-through of implementing simple Postgres patch. From sources to CI. - YouTube
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
·m.youtube.com·
Walk-through of implementing simple Postgres patch. From sources to CI. - YouTube