Proxying fetch requests in server-side JavaScript
A guide to proxying fetch() requests in Node.js, Deno, Bun, and Cloudflare Workers for logging, caching, and security.
A guide to proxying fetch() requests in Node.js, Deno, Bun, and Cloudflare Workers for logging, caching, and security.
Explains the concept of statelessness in REST APIs, contrasting it with stateful systems and detailing its benefits for scalability.
A beginner's guide to Node.js, explaining what it is and how to run your first JavaScript application outside of a web browser.
Explains a server-first approach to form validation in full-stack React, detailing benefits and when to add client-side validation or libraries.
A podcast episode discussing server-side Swift development, focusing on the Hummingbird framework and sharing experiences with app releases.
An update on Meridian, a Swift on the Server web framework inspired by SwiftUI, covering async/await support and WebSocket integration.
Podcast interview discussing Server-side Swift, Structured Concurrency, the Swift Server Workgroup, and maintaining clean code with developer Joannis Orlandos.
A technical guide on implementing the SearchBuilder extension for DataTables in server-side mode within the DT R package, with a call for community contributions.
A guide on integrating Sentry error monitoring into a Nuxt 3 application, covering both server and client-side setup.
A beginner's guide to routing and HTTP request handling using the Hummingbird server-side Swift framework, covering trie-based routing and dynamic parameters.
A tutorial on building server-side applications using the Hummingbird framework in Swift, covering setup and key features.
A tutorial on using Makefiles to automate common tasks like building, testing, and deploying server-side Swift projects.
A developer's journey learning and implementing their first GenServer in Elixir to add persistent countdown timers to a recipe app.
Explains why offset-based pagination is inefficient for large datasets and introduces faster cursor/keyset pagination techniques for server-side APIs.
Explains Kubernetes as a natural evolution from traditional virtual machine deployment, focusing on conceptual understanding over jargon.
A clear, step-by-step guide explaining what CSRF attacks are, how they work, and the prerequisites needed for them to succeed.
Explains two methods to access a cookie's expiration value on the server, which browsers normally don't send.
Explores upcoming developments in server-side Swift for 2022, including distributed actors, the new concurrency model, and the future of the Vapor framework.
A tutorial on implementing a thread-safe, global storage solution for shared objects in Vapor 4, addressing common pitfalls in writable services.
A developer shares their pragmatic approach to choosing programming languages based on task suitability, focusing on Python and Go for server-side and infrastructure work.