How I Passed 5 AWS Certifications in 3 Weeks
A developer shares their strategy for passing five AWS certification exams in just three weeks, including Associate and Professional levels.
A developer shares their strategy for passing five AWS certification exams in just three weeks, including Associate and Professional levels.
A guide to creating and using PostgreSQL triggers for automating data processing tasks, covering types, functions, and examples.
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 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.
A developer evaluates alternatives to Docker Desktop for Mac after Docker's new pricing, testing for core features like volumes, ports, and Kubernetes support.
Comparison of statistical tests (Wald, score, likelihood ratio, Rao-Scott) for generalized linear models in survey data, analyzing Type I error and power.
Explains the 'Simulation Pattern' in programming using a loan payoff calculator as a practical example, derived from Advent of Code puzzles.