Sandboxing JavaScript Code
Explores JavaScript sandboxing for secure code execution, inspired by Val Town and discussing solutions like vm2, Deno, and V8 Isolates.
Explores JavaScript sandboxing for secure code execution, inspired by Val Town and discussing solutions like vm2, Deno, and V8 Isolates.
A technical guide on fixing S3 bucket 403 errors to show proper 404 pages in Cloudfront without making the bucket public.
A guide on configuring OpenWrt, a Linux-based router OS, for use with KPN's fibre optic network, covering VLAN setup and technical details.
A tutorial on implementing loosely coupled messaging between services using Azure Service Bus queues and the .NET SDK.
Guidance for university IT admins on managing Azure for Students subscriptions within their Azure AD tenant, including visibility and governance steps.
Explores the metaphor of 'terrain vague' (unused urban spaces) to understand unplanned and evolving structures in software systems and programming.
A developer's guide to rendering markdown content with Nuxt 3, covering the Composition API, querying content, and handling 404s.
A quick JavaScript solution for programmatically breaking text into lines at spaces with a maximum character limit.
Announcement of The Index, a new web-first newsletter from Set Studio featuring websites, articles, tutorials, and underrated tech writing.
Explains what middleware is in ASP.NET Core, its role in the request pipeline, and provides a practical implementation example.
Explains when and why the React useEffect hook runs, covering dependency arrays, cleanup functions, and synchronization.
A statistical analysis article examining the Wilcoxon and Kruskal-Wallis rank tests, clarifying they compare population mean ranks, not medians.
A bootstrapped founder shares lessons from his fifth year running TinyPilot, a remote computer access device, including revenue growth and business challenges.
A developer advocates for using light color schemes in coding environments, citing readability, UI consistency, and eye health.
A comparison of the five different types of Microsoft Entra ID and Graph extensions and attributes, consolidating information not found in a single Microsoft doc view.
Explains parallel task execution in Swift using GCD, Operation Queues, and the new structured concurrency API with practical code examples.
A tutorial on implementing a stretchy, sticky header for SwiftUI ScrollViews, similar to the one used in the Spotify app.
A technical guide to coding the self-attention mechanism from scratch, as used in transformers and large language models.
A technical guide to coding the self-attention mechanism from scratch, as used in transformers and large language models.
A developer reflects on personal projects, including migrating a blog from WordPress to Kirby and updating to Eleventy 2.0.