Writing a Basic Component Test with Angular Testing Utilities
A tutorial on writing basic unit tests for Angular components using the Angular Testing Utilities and TestBed.
A tutorial on writing basic unit tests for Angular components using the Angular Testing Utilities and TestBed.
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 web developer shares personal strategies for overcoming decision paralysis in design, coding, and content creation.
A tutorial on configuring and using Gnocchi's new S3 driver to store metrics on Amazon Web Services (AWS).
The author discusses their experience being interviewed on the Perfbytes podcast about the Visually Complete metric at a performance conference.
Explains the JavaScript typeof operator, focusing on confusing results like typeof null returning 'object' and typeof NaN returning 'number'.
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.
A collection of practical GitHub tips and tricks, covering CLI tools, markdown, gists, and workflow shortcuts for developers.
A developer shares his journey of creating and publishing his first Alexa skill using Node.js, AWS Lambda, and the TfL API, including CI/CD and certification.
Announcing FakeItEasy 3.0.0, a .NET mocking framework update with .NET Core support, new syntax, and improved features.
A guide to renaming files to lowercase in a Git repository using a command line script.
Explores how fostering a culture of experimentation and tolerance for failure enables data science teams to innovate successfully.
SwiftGen 4.2 released with major internal refactoring, plus updates on other open-source projects like Reusable and fastlane.
Explains an algorithm for responsive images that scales based on target file size to optimize bandwidth, with PHP implementation details.
A macOS app that displays battery time and percentage in the menu bar, with FAQs on usage, troubleshooting, and limitations.
A guide to effectively testing Django signals, covering decoupling, signal creation, and best practices for writing clean, maintainable tests.