Analyze and debug Quarkus based AWS Lambda functions with X-Ray
A guide on using AWS X-Ray with Quarkus to monitor and debug serverless Lambda functions, including setup and custom instrumentation.
A guide on using AWS X-Ray with Quarkus to monitor and debug serverless Lambda functions, including setup and custom instrumentation.
Learn how to use JavaScript's getModifierState to detect if a user's Caps Lock is on, especially useful for password fields.
A developer defends Tailwind CSS against common criticisms, arguing it's not inline CSS and demonstrating its utility with code comparisons.
Learn to reimplement RxJS operators from scratch using vanilla JavaScript and Web Streams, with a practical mouse-tracking demo.
Explores a conceptual approach to transforming CommonJS modules into ES Modules by treating each CJS file as a 'builder' function.
Explains HTML Web Components, a technique to enhance existing HTML with JavaScript, and demonstrates their use in ASP.NET Core applications.
A guide to analyzing git commit history and file changes using Azure Data Explorer for better repository visibility.
A clever CSS technique for creating rounded gradient borders that work with semi-transparent or blurred backgrounds, using masks and pseudo-elements.
Learn how to use CSS's height: auto to override HTML image dimensions for responsive design without distortion.
Argues for using Array<T> over T[] syntax in TypeScript for clarity and consistency with other generic types.
A surprising look at modern Java's features, arguing it's a hot, developer-friendly language worth revisiting.
Explores the importance of high-quality human-annotated data for training AI models, covering task design, rater selection, and the wisdom of the crowd.
An essay critiquing how software's efficiency and potential for post-scarcity are sabotaged by business models that create artificial obsolescence and bloat.
A Swift tutorial for macOS developers on how to add a background color to menu bar icons to make apps stand out.
ProxyStat is a macOS utility that visually indicates system proxy status in the menu bar, helping developers avoid connectivity issues.
A developer discusses the common struggle of maintaining motivation for personal projects and side work, offering introspective advice.
Discusses Apple Vision Pro first impressions and the confusing new App Store rules for third-party payments and stores in the EU and US.
A curated list of the best websites to find and download free, high-quality HTML and vanilla CSS templates for both personal and commercial projects.
Compares columnar vs. row-based data structures, explaining their optimal use in OLAP and OLTP systems for performance and scalability.
A comprehensive guide to JavaScript Promises, covering basics, error handling, advanced methods like Promise.all(), and real-world use cases.