Single Component Angular Modules and Component Tests go hand in hand
Explains how Single Component Angular Modules (SCAMs) improve Angular component tests by making test setups less fragile and more maintainable.
Explains how Single Component Angular Modules (SCAMs) improve Angular component tests by making test setups less fragile and more maintainable.
A developer shares their strategy for passing five AWS certification exams in just three weeks, including Associate and Professional levels.
A guide on using Mozilla SOPS with AWS KMS and Terraform to securely encrypt and manage secrets stored in git repositories.
A critique of thoughtless book recommendations in tech, using the classic SICP as a prime example of a poorly-suited 'must-read'.
A developer switches from Docker Desktop to Colima on Mac due to new licensing fees, providing a step-by-step migration guide.
Final part of a series proposing a research agenda for ML monitoring, focusing on data management challenges like metric computation and real-time SLI tracking.
A guide to creating and using PostgreSQL triggers for automating data processing tasks, covering types, functions, and examples.
A guide to building a schema-based form system in React to reduce repetitive code and handle validation, state, and UI automatically.
A TypeScript talk write-up on creating advanced types for the Commander.js library to improve CLI development safety and developer experience.
A software developer's updated list of recommended books, focusing on titles that are helpful and educational for tech professionals.
Explores applying scientific principles and engineering pragmatism to modern software development to improve practices and avoid common pitfalls.
Explores the UIColor(patternImage:) initializer in iOS development for creating repeating image patterns, highlighting its uses and limitations.
A technical deep dive into using Punycode for domain spoofing and phishing, demonstrating how to create deceptive URLs that mimic legitimate sites like YouTube.
A tutorial on implementing infinite scroll pagination in React Native using React Query for data fetching and the FlatList component.
A frontend developer shares a personal experience with NFT plagiarism and critiques the environmental and ethical issues of the crypto/NFT space.
How to monitor real-time and historical instance scaling for Azure Functions on the Consumption Plan using Azure Portal and KQL queries.
A technical guide on automating Pinterest pin creation by connecting a website's RSS feed to a business account for bulk image uploads.
A developer details creating a custom logging system in Lua to replace print statements and manage output during testing.
A developer explores using Tailwind CSS within the CUBE CSS methodology, finding a pragmatic hybrid approach for a client project.
A technical blog post detailing the implementation of a MIME type parser and database in a new systems programming language.