Automated Tests: Strategy
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 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.
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.
A personal 2023 year-in-review by Kent C. Dodds, covering the launch of Epic Web, numerous speaking engagements, and family life.
Explores threat detection for Microsoft Entra Workload IDs using Microsoft Defender XDR and Sentinel, focusing on attack paths and MITRE ATT&CK techniques.
A streamer explores new tools and techniques to improve their live stream, including Python, Django, and Tailwind CSS.
Kent C. Dodds shares the story behind launching his EpicWeb.dev learning platform, including challenges and pivots.
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).
A recap of key announcements from the second half of AWS re:Invent 2023, focusing on new AI/ML services and management tools.
Explores how AI and LLMs can enhance CI/CD pipelines by predicting test failures, generating tests, enabling intelligent rollbacks, and detecting anomalies.
A guide on switching a Python project from multiple linters to Ruff, a single, powerful tool.