Tips for debugging tests in Cypress
Practical tips for debugging and stabilizing flaky tests in the Cypress end-to-end testing framework, including using .pause() and console.log().
Practical tips for debugging and stabilizing flaky tests in the Cypress end-to-end testing framework, including using .pause() and console.log().
Guide on excluding expected dependency failures (404/409) from Azure Application Insights to reduce cost and noise.
A comprehensive guide to using UIMenu in iOS development, covering basic setup, actions, submenus, and customization options.
A cautionary tale about a database engineer who neglects her core technical duties for extracurricular activities, emphasizing the importance of prioritizing your primary job responsibilities.
Explores the historical contributions of women in computing, the decline in female participation, and proposes solutions to improve diversity in the tech industry.
A web developer shares a personal list of technologies and skills, including React, TailwindCSS, and English, they aim to learn in 2021 to advance their career.
A guide to creating and testing a custom R function for aligning first-row text in gt tables, including testthat integration.
A guide on writing effective design documents for machine learning systems, covering structure, purpose, and a two-stage review process.
A guide to improving recursion skills by reimplementing standard library functions without using loops, with examples in JavaScript and Python.
A tutorial on creating a custom Gatsby source plugin to fetch and integrate data from the Hashnode API into a Gatsby site's GraphQL layer.
Argues for using system fonts like Arial and Times New Roman to improve website speed, reduce data usage, and lower environmental impact.
An interview with iOS developer Stewart Lynch about his programming journey, learning Swift, and his first published app.
Guide to automating Azure AD B2C custom policy builds and deployments using a custom Azure DevOps extension and YAML pipelines.
A critique of Tailwind CSS and utility-first frameworks, advocating for a more flexible, technology-agnostic approach like CUBE CSS.
A programmer's furious condemnation of corporate surveillance and adtech, arguing that selling user location data enables real-world violence and murder.
A technical guide on building an indoor location prediction system using WiFi signal data and a Random Forest classifier in JavaScript.
Explains the 'working backwards' problem-solving technique, using a child's puzzle and Amazon's product development process as examples.
A developer shares his 2021 productivity toolkit and workflow for managing tasks, projects, and a distributed team at Google.
Analyzes the problems with if/else/switch statements in code and proposes a polymorphic factory object solution for better architecture.
A guide to setting up and using Tox and PyTest for testing Python functions in OpenFaaS, including a sample calculator project.