WebAssembly Search Tools for Static Sites
Explores WebAssembly-powered search tools for static websites, comparing Rust-based solutions like tinysearch and Stork, and presenting a technical demo.
Explores WebAssembly-powered search tools for static websites, comparing Rust-based solutions like tinysearch and Stork, and presenting a technical demo.
A live coding session on debugging browser tools and XSS mitigation while fixing an issue to render HTML tags as text.
Analyzes the high cost of delaying continuous deployment and advocates for automated, sub-15-minute deploy cycles to boost engineering efficiency.
A guide on how to ask strategic questions during job interviews to identify bad managers and unhealthy team cultures in tech roles.
Explores the Doherty Threshold and the importance of sub-400ms response times for user engagement, referencing a TV show and technical concepts.
A developer details migrating his blog from WordPress to a static site using Hugo, GitHub Actions, and Azure for improved performance and cost savings.
Explains a TypeScript type inference issue when custom React hooks return arrays and provides two solutions using tuples or 'as const'.
A concise guide to learning Next.js, covering its core concepts, features, and setup in a tweet-thread format.
A Kusto query snippet for Azure Log Analytics to filter records from the last 7 days, showing only entries between 9am and 5pm in local time.
Explains the PC boot process, comparing legacy BIOS and modern UEFI, including technical details and using QEMU for exploration.
A technical guide on using GitHub's GraphQL API with .NET Core to automate repository health checks, focusing on stale issues and PRs.
Explains how to manually report consumption and metrics for Azure Arc Data Services in Indirectly Connected Mode, covering prerequisites and CLI commands.
A developer reverse-engineers an AKAI MIDI controller to repurpose its knobs and pads for custom PC automation tasks like volume control and workspace switching.
A technical guide exploring the new 'Temporary Access Pass' feature in Azure AD for passwordless onboarding and MFA recovery.
A developer shares technical updates made to their personal website, including SEO improvements, RSS fixes, and open-source theme details.
Learn how to remove duplicate values from arrays in JavaScript using Sets and the filter method with indexOf.
An in-depth look at the new Enums feature in PHP 8.1, covering syntax, methods, interfaces, and backed enums.
Explores userland enum implementations in PHP before native support arrived in PHP 8.1, discussing the myclabs/php-enum package and its limitations.
A technical tutorial on using R and geospatial analysis to find areas with similar topography to a query region, focusing on spatial pattern matching.
Explains the Facade design pattern in JavaScript, focusing on managing dependencies and simplifying complex APIs for better code maintainability.