An Introduction to Caching on the Web, With Examples in Python
Explains web caching concepts, benefits, and common issues like race conditions, with Python examples and mentions of Memcached/Redis.
Explains web caching concepts, benefits, and common issues like race conditions, with Python examples and mentions of Memcached/Redis.
A talk and article showcasing surprising and advanced features of the IPython interactive Python shell.
A guide to setting up a Visual Studio Code remote development container for Azure Blockchain and Ethereum smart contract development.
A guide to creating a VS Code Remote Container development environment for Azure and Ansible projects.
A guide on effective software testing: write tests, avoid 100% coverage, and focus on integration tests for confidence.
Explains PHP 7.4's preloading feature, which improves performance by loading compiled code into memory on server startup.
An improved Go webserver implementation using chi router and zap logger for better performance and easier project integration.
A guide on when to split a large React component into smaller ones, focusing on solving real problems rather than premature abstraction.
A tutorial on verifying and load-testing Azure Functions using the Loader.io tool, covering two verification methods.
Connecting a Django Shiv app using Ansible, covering file permissions and settings configuration for deployment.
PSPDFKit shares insights on maintaining a large, cross-platform SDK, focusing on API evolution, proposal-based development, and long-term code maintainability.
A guide to implementing authentication and authorization in a server-side Blazor application using ASP.NET Core Identity.
A developer's monthly progress report on side projects, including user growth for What Got Done and renewed interest in Zestful.
Explains how the Azure CLI securely stores and manages OAuth access tokens locally to authenticate users between command executions.
A guide to using JavaScript's forEach() method for array iteration, covering syntax, parameters, and best practices.
A tutorial on building a functional calendar layout using CSS Grid, covering HTML structure and grid placement techniques.
A technical guide exploring how Bash auto-completion works on Linux, including setup, DIY completion scripts, and underlying tools like compgen.
Explores using the Tagless-Final pattern in F# for type-safe generic programming, addressing usability issues in libraries like TypeShape.
A tutorial on building a globally-distributed URL shortener using serverless Azure Functions and Cosmos DB, defined entirely in a Pulumi TypeScript program.
A guide explaining the difference between props and state in React components, including how to use them correctly.