Go Testing By Example
Russ Cox shares 20 practical tips for effective Go testing, based on his GopherCon Australia talk, covering test design, coverage, and automation.
Russ Cox shares 20 practical tips for effective Go testing, based on his GopherCon Australia talk, covering test design, coverage, and automation.
A guide to creating an effective automated testing strategy, covering evaluation criteria like certainty, speed, and maintainability with a practical use case example.
A guide to using .NET's Regex.Replace with MatchEvaluator for complex string transformations, simplifying regex patterns with custom logic.
A tutorial on how to get and set CSS Custom Properties (CSS Variables) using vanilla JavaScript, including helper functions to simplify the process.
Engineering solutions for processing multilingual names in signup APIs, addressing regex failures and data storage challenges.
A guide to setting up and playing the classic Mac game Marathon over a local network using AppleTalk on original hardware.
Analyzing the significant performance and data cost of social media embeds, focusing on JavaScript bloat and browser caching behavior.
Explores sparse correlation structures in statistical models and the conditions under which the Central Limit Theorem holds for dependent data.
A technical guide on deploying Azure Application Gateway V2, configuring HTTP to HTTPS redirect, and setting up multi-site hosting.
A guide to essential VS Code extensions, themes, and settings for developers to enhance their coding workflow and productivity.
Guide to integrating Dependabot with Azure DevOps to automate dependency updates using Azure Pipelines.
A personal 2023 year-in-review by Kent C. Dodds, covering the launch of Epic Web, numerous speaking engagements, and family life.
Kent C. Dodds shares the story behind launching his EpicWeb.dev learning platform, including challenges and pivots.
A streamer explores new tools and techniques to improve their live stream, including Python, Django, and Tailwind CSS.
Explores threat detection for Microsoft Entra Workload IDs using Microsoft Defender XDR and Sentinel, focusing on attack paths and MITRE ATT&CK techniques.
A developer experiments with Llamafile and LLaVA 1.5 to extract structured data from comedy show posters, testing its accuracy and JSON output capabilities.
A guide for macOS developers on implementing file read/write permissions in sandboxed apps, covering App Sandbox setup and user consent.
Explores using Gnuplot as a Turing-complete programming language to solve a text parsing problem from Advent of Code.
A step-by-step guide on how to change the TOTP-based two-factor authentication app linked to your GitHub account.
A reference list of JDBC driver names and connection URL formats for numerous popular relational database management systems (RDBMS).