Page object pattern for javascript components testing
Applying the Page Object Pattern to JavaScript component testing for frameworks like Angular and React to create cleaner, more maintainable tests.
Applying the Page Object Pattern to JavaScript component testing for frameworks like Angular and React to create cleaner, more maintainable tests.
Introduces Sprache, a C# library for creating text parsers using parser combinators, with an example parsing HTTP WWW-Authenticate headers.
A developer introduces 'cozy', a long-term project to build a new C compiler toolchain with a focus on simplicity, portability, and a human-friendly machine specification format.
A technical guide on inviting external Microsoft Account users to a VSTS tenant secured by Azure Active Directory, covering admin and user steps.
A guide to configuring TLS settings, including re-enabling 3DES cipher suites, in the Python Requests library for compatibility with older servers.
A software developer suggests humility as a personal strategy to combat feelings of Imposter Syndrome in the tech industry.
Explains race conditions in Go concurrency and demonstrates how to use mutex locks to ensure thread-safe operations on shared variables.
A technical guide on implementing automated validation checks for Django database migrations to achieve zero-downtime deployments.
Announcing FakeItEasy 3.0.0, a .NET mocking framework update with .NET Core support, new syntax, and improved features.
SwiftGen 4.2 released with major internal refactoring, plus updates on other open-source projects like Reusable and fastlane.
Part 3 of a series on setting up a CI/CD pipeline with Azure Stack, covering automated Windows updates and TFS deployment.
A summary and collection of links, blogs, and media coverage from the Script'17 conference held in January 2017.
A critical analysis of HyperConverged Infrastructure (HCI) vendors' misleading deployment claims and the reality of complex, often flawed, installation processes.
Explores using PostgreSQL's full text search and trigram similarity in Django for a college search feature, detailing implementation choices.
Explains how to apply progressive enhancement principles to CSS, covering fallbacks and feature queries for robust web design.
A proposal for PEP 543, which aims to create a unified TLS API for Python to address issues with the current standard library approach.
A tutorial on creating a custom health endpoint monitoring middleware for .NET Core applications to check service status.
A guide to using VSTS Release Management and tokenization to deploy Azure Web Apps with environment-specific configurations.
Author expresses honor at being selected for VMware's 2017 vExpert program, highlighting community engagement and technical influence.
A guide on using Yarn to manage and test locally developed Node.js packages, including filesystem and Git repository integration.