Understanding RESTful Statelessness: The Basics You Should Know
Explains the concept of statelessness in REST APIs, contrasting it with stateful systems and detailing its benefits for scalability.
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.
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.
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.
A tutorial on using React Table Library to fetch and display server-side data, including pagination, search, and sorting.
A guide to implementing Swift's async/await concurrency API in Vapor & Fluent to replace EventLoopFuture-based code for cleaner, more maintainable server apps.
Explains how Django uses sessions to store per-visitor data across multiple requests, covering storage and JSON serialization.
An introductory guide to PHP covering setup, variables, arrays, and its use for web templating and modern development.