Bookmarks

Bookmarks

50139 bookmarks
Custom sorting
Why "SELECT * FROM table" is NOT a read
Why "SELECT * FROM table" is NOT a read
People tend to think that a SELECT-operation is always a read. This might look obvious and make sense but does it actually hold true?
·cybertec-postgresql.com·
Why "SELECT * FROM table" is NOT a read
Shrinking Big PostgreSQL tables: Copy-Swap-Drop
Shrinking Big PostgreSQL tables: Copy-Swap-Drop
In this post, you’ll learn a recipe that you can use to “shrink” a large table. This is a good fit when only a portion of the data is accessed, the big table has become unwieldy, and you don’t want a heavier solution like table partitioning.
·andyatkinson.com·
Shrinking Big PostgreSQL tables: Copy-Swap-Drop
The /llms.txt file – llms-txt
The /llms.txt file – llms-txt
A proposal to standardise on using an /llms.txt file to provide information to help LLMs use a website.
·llmstxt.org·
The /llms.txt file – llms-txt
CSS display contents
CSS display contents
Learn how to use display contents to build more fluid layouts.
·ishadeed.com·
CSS display contents
AlchemyCMS/alchemy_cms: Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
AlchemyCMS/alchemy_cms: Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS. - AlchemyCMS/alchemy_cms
·github.com·
AlchemyCMS/alchemy_cms: Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
Splitwise is the new maintainer of the super_diff gem
Splitwise is the new maintainer of the super_diff gem
In June, Elliot Winkler (@mcmire on Github) announced that he is retiring from open-source. Among other projects, Elliot wrote and maintained the Ruby gem super_diff, which we’ve found quite helpfu…
·blog.splitwise.com·
Splitwise is the new maintainer of the super_diff gem
Cache Key Versioning in Rails
Cache Key Versioning in Rails
cache_key_with_version is a method used in Ruby on Rails to generate a cache key for a model object that includes its version number. This method is helpful for ensuring cache consistency, as it combines the object’s unique ID, updated timestamp, and a version number to create a unique cache key.
·mintbit.com·
Cache Key Versioning in Rails
Avoiding environment conflicts with Kamal and Dotenv
Avoiding environment conflicts with Kamal and Dotenv
We often use Dotenv in Rails for managing environment variables in development. But both Kamal and Dotenv works with .env files by default. Let’s see how to solve this conflict.
·nts.strzibny.name·
Avoiding environment conflicts with Kamal and Dotenv
JRuby on CRaC Part 1: Let's Get CRaCking!
JRuby on CRaC Part 1: Let's Get CRaCking!
Hello friends! Today we start a series on improving JRuby startup time using the new OpenJDK Project CRaC (Coordinated Restore at Checkpoint)! If that sounds intriguing, read on!
·blog.headius.com·
JRuby on CRaC Part 1: Let's Get CRaCking!
Announcing TypeScript 5.6 - TypeScript
Announcing TypeScript 5.6 - TypeScript
Today we’re excited to announce the release of TypeScript 5.6! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Types describe the shapes we expect of our variables, parameters, and functions, and the TypeScript type-checker can help catch issues like typos, missing properties, and […]
·devblogs.microsoft.com·
Announcing TypeScript 5.6 - TypeScript
The State of ES5 on the Web
The State of ES5 on the Web
Should web developers and JavaScript library authors still transpile their code to ES5? This post looks at what the data suggests based on what popular libraries, tools, and websites are doing
·philipwalton.com·
The State of ES5 on the Web
Key Considerations for Next.js App Router Files
Key Considerations for Next.js App Router Files
Dive into the 9 special routing files in Next.js App Router. We break down each file's purpose and spotlight crucial tips to boost performance and structure.
·builder.io·
Key Considerations for Next.js App Router Files
Introducing TanStack Router
Introducing TanStack Router
TanStack Router is a comprehensive JavaScript framework for client-side applications, emphasizing type-safe routing and navigation. It includes nested layouts and efficient data loading.
·frontendmasters.com·
Introducing TanStack Router
Goodbye Studio, Hello DB | Astro
Goodbye Studio, Hello DB | Astro
We have decided to wind down Astro Studio and open up Astro DB to connect to any libSQL database, including Turso. Read on to hear what comes next for Astro and Astro DB.
·astro.build·
Goodbye Studio, Hello DB | Astro