Current articles on trends, technologies and best practices in software development.
\ 02
\ April 17, 2026
This article shows how to manage MongoDB Atlas connections for Payload CMS on Vercel using the afterOpenConnection hook together with Vercel's attachDatabasePool, so serverless functions release idle connections before they suspend.
Jens Becker
\ June 21, 2025
This article shows how to set up Claude Code inside Cursor using WSL on Windows, covering installation, IDE integration, and filesystem setup for optimal performance.
\ May 30, 2025
This article covers how to integrate Hetzner Object Storage as a media backend for Payload CMS, including client-side uploads and CORS configuration for Vercel deployments.
\ December 17, 2024
Virtual fields in Payload CMS are dynamically computed, read-only fields that derive their value at runtime. This article covers use cases like full name generation and estimated reading time, with no redundant data stored.