Best practices for securing PostgreSQL in hybrid environments
Secure PostgreSQL in hybrid environments with best practices for auth, encryption, RLS, and centralized management to reduce risk and ensure compliance.
Automated PostgreSQL Backups in Docker: Complete Guide with pg_dump | Blog | Serversinc
Learn how to set up automated PostgreSQL backups in Docker using pg_dump, cron scheduling, compression, and retention policies. Includes production-ready scripts and best practices for containerized databases.
The Whop chop: how we cut a Rails test suite and CI time in half—Martian Chronicles, Evil Martians’ team blog
Evil Martians cut Whop’s Rails test suite and CI time in half using profiling, factory optimizations, and parallelization. Learn how we speed up tests and boost reliability.
Rails 8.1 Beta 1: Job continuations, structured events, local CI
Rails 8.1 represents the work of over 500 contributors across 2500 commits in the last ten months since our last major release, and we’re thrilled to time the first beta release with the first day of Rails World. Here are a few of the highlights:
Wallaby - Immediate JavaScript test feedback in your IDE as-you-type
Wallaby runs your JavaScript and TypeScript tests immediately as you type in VS Code, WebStorm and other editors, highlighting results next to your code.
Redux without React — State Management in Vanilla JavaScript — SitePoint
Moritz Kröger discusses his experiences of using Redux without React — the problems faced, the solutions attempted and the lessons learned along the way.
everweij/typescript-result: Supercharge your TypeScript error handling with a powerful Result type that transforms chaotic try-catch blocks into elegant, type-safe code.
Supercharge your TypeScript error handling with a powerful Result type that transforms chaotic try-catch blocks into elegant, type-safe code. - everweij/typescript-result
We partnered with Biome to push their noFloatingPromises lint rule to the limit, uncovering edge cases and showing how we solve hard problems together.
Function-based JavaScript is really common in frameworks like React and Vue, but what about Web Components? Ginger is here to show you how to build a reusable function to do just that.
From PRD to Prototype in One Prompt: How Notion's MCP Server Transforms Product Development — WorkOS
Marissa Felix and Kenneth Sinder from Notion's API team demonstrate how their MCP server bridges the gap between documentation and implementation, enabling developers to go from product requirements to working code with a single prompt.
React Server Components support without a framework
React Server Components support without a framework / I was at ReactSummit this June and spoke with some folks from Vercel about Next.js and RSC support outside of the framework. I really wanted to try all the cool stuff but couldn’t afford to migrate my massive apps to Next.js. The conclusion was clear: it’s difficult to start using RSC without a framework.
“Hold my 🍺,” I said to myself, and started exploring. I’ll admit—it wasn’t easy. But three months later, I have a solution: meet Forket. It’s a tool that splits your code into client and server versions, so you can run React Server Components without a framework.
Building SSR with Vite: A Custom getStaticProps Replacement - Patron Blog
A step-by-step guide to implementing server-side rendering with Vite and creating a custom data loading system that replaces Next.js getStaticProps, based on our real-world implementation at Patron.