Wait for a text field to have focus during an XCUITest | The Swift Dev Blog
A guide to solving XCUITest failures on slow CI machines by waiting for text fields to gain focus before typing.
A guide to solving XCUITest failures on slow CI machines by waiting for text fields to gain focus before typing.
A developer details debugging and fixing memory exhaustion bugs in their Golang file-sharing web app, PicoShare, using profiling tools.
A recap of a 2-day workshop on creating advanced, visually appealing graphics using the ggplot2 package in R, taught at rstudio::conf 2022.
Explains a bug in TypeScript's 'Add Missing Function' codefix and the PR that fixed it, detailing how type parameters are handled.
A guide to manually tackling tedious software development tasks like linting and dependency upgrades, and when brute force is the right approach.
A developer details creating a fully open-source Rust library for Apple code signing and notarization, enabling the process from non-Apple systems.
A technical tutorial on applying Modern Portfolio Theory for investment optimization using JAX and differentiable programming.
A tutorial on using SwiftUI 4's new NavigationSplitView component to create sidebar-based navigation for iPad and macOS apps.
Explains the deprecation of dynamic properties in PHP 8.2, its impact, and the recommended solutions using __get/__set or the AllowDynamicProperties attribute.
A guide on using Cypress to test PDF file downloads and verify their contents, including parsing PDFs with a custom script.
A software engineer discusses the challenges of managing a large, complex software system with hundreds of repositories and multiple teams.
Analyzes why daily stand-ups often fail in software teams and provides actionable advice to fix them by refocusing on core Agile principles.
A comprehensive guide to managing environment variables and configuration in NestJS applications using the built-in Config Module.
Explains the Mediator pattern and CQRS, demonstrating their implementation and benefits in a C# application using MediatR.
A technical guide on using Azure AD Identity Governance and Azure Functions to automate self-service application access management for guest users.
A guide on defining your target audience for technical documentation and books to create focused and effective writing.
Explores how embracing uncertainty in software product development can lead to greater profitability, using betting analogies to explain economic principles.
A software development analogy comparing building a house to building websites, emphasizing the need for upfront planning for accessibility and performance.
A monthly update on TinyPilot, covering business metrics, goal progress, and the viral success of a blog post about a $46k website redesign.
Explains the benefits and gotchas of running Python code as modules for better import management and project structure.