Bookmarks

Bookmarks

50199 bookmarks
Custom sorting
Guide to Auditing and Monitoring Access in PostgreSQL - Stormatics
Guide to Auditing and Monitoring Access in PostgreSQL - Stormatics
Learn how to implement effective auditing and monitoring in PostgreSQL to enhance security, compliance, and performance. Discover tools like pgAudit and best practices for tracking database activities and access.
·stormatics.tech·
Guide to Auditing and Monitoring Access in PostgreSQL - Stormatics
Old Dogs, new CSS Tricks
Old Dogs, new CSS Tricks
A lot of new CSS features have shipped in the last years, but actual usage is still low. One of the biggest barriers: we need to re-wire our own brains.
·mxb.dev·
Old Dogs, new CSS Tricks
How We Made the Deno Language Server Ten Times Faster
How We Made the Deno Language Server Ten Times Faster
When a customer reported performance issues with the Deno language server, we began a performance investigation that resulted in reducing auto-completion times from 6-8 seconds to under one second in large codebases. This is how we did it.
·deno.com·
How We Made the Deno Language Server Ten Times Faster
How HLS Works
How HLS Works
HLS (HTTP Live Streaming) is basically just a bunch of text files in a trench coat pointing at a handful of itty-bitty seconds-long video files
·jazco.dev·
How HLS Works
PySkyWiFi: completely free, unbelievably stupid wi-fi on long-haul flights | Robert Heaton
PySkyWiFi: completely free, unbelievably stupid wi-fi on long-haul flights | Robert Heaton
The plane reached 10,000ft. I connected my laptop to the wi-fi. The network login page encouraged me to sign in to my airmiles account, free of charge, even though I hadn’t yet paid for any internet. A hole in the firewall, I thought. It’s a long way from London to San Francisco so I decided to peer through it.
·robertheaton.com·
PySkyWiFi: completely free, unbelievably stupid wi-fi on long-haul flights | Robert Heaton
KusionStack/karpor: Intelligence for Kubernetes. World's most promising Kubernetes Visualization Tool for Developer and Platform Engineering teams.
KusionStack/karpor: Intelligence for Kubernetes. World's most promising Kubernetes Visualization Tool for Developer and Platform Engineering teams.
Intelligence for Kubernetes. World's most promising Kubernetes Visualization Tool for Developer and Platform Engineering teams. - GitHub - KusionStack/karpor: Intelligence for Kubernetes. ...
·github.com·
KusionStack/karpor: Intelligence for Kubernetes. World's most promising Kubernetes Visualization Tool for Developer and Platform Engineering teams.
Bufstream: Kafka at 10x lower cost
Bufstream: Kafka at 10x lower cost
We're excited to announce the public beta of Bufstream, a drop-in replacement for Apache Kafka that's 10x less expensive to operate and brings Protobuf-first data governance to the rest of us.
·buf.build·
Bufstream: Kafka at 10x lower cost
Why "page.goto()" is slowing down your Playwright tests
Why "page.goto()" is slowing down your Playwright tests
Discover how to optimize your Playwright tests by understanding the impact of `page.goto()`. This blog post explains why the default `page.goto()` configuration can slow down your tests and offers solutions to speed them up. It highlights the importance of actual user behavior and adjusting the `waitUntil` config property to suit your needs. Join the Checkly community for more insights on end-to-end testing and synthetic monitoring.
·checklyhq.com·
Why "page.goto()" is slowing down your Playwright tests