Authenticate videos and images in Angular
A guide to solving JWT authentication for protected video and image assets in Angular applications, exploring multiple approaches.
A guide to solving JWT authentication for protected video and image assets in Angular applications, exploring multiple approaches.
A guide to creating a SwiftUI Text view that mixes plain text with tappable links using Markdown, including a custom LinkText component.
Explores new SwiftUI iOS 18 scroll APIs like onScrollGeometryChange and ScrollPosition, replacing old GeometryReader hacks.
A guide to importing frontend JavaScript libraries without using a build system, covering ES Modules, classic scripts, and CommonJS.
A software engineer details the multi-year journey to establish a strong automated testing culture at Lyft, focusing on motivation, infrastructure, and measurement.
A podcast episode discussing App Intents, their uses beyond shortcuts, and integrating Swift on the server with Hummingbird for a feature release.
Explores the future of PostgreSQL, focusing on the power of extensions like pg_stat_statements, Citus, and pg_search to add new capabilities.
A summary of HashiConf 2024, covering major announcements like Terraform Stacks and the event's focus on Infrastructure and Security Lifecycle Management.
A talk at Python Marche 2024 exploring various ways to contribute to the Python community, from coding to documentation.
Explores the evolution and usage of the high-performance std::from_chars function for string-to-number conversion from C++17 to C++26.
Learn to add iOS 18 zoom navigation transitions to a SwiftUI grid using the ZoomNavigationTransition API.
A developer documents the first day of creating an emoji input method using the Hare programming language and Wayland protocols.
A guide to centralizing CancellationToken management in ASP.NET using a middleware service to reduce repetitive code.
Learn to build mesh gradients in SwiftUI using the new MeshGradient API available on iOS 18 and later.
A guide for iOS developers on implementing tinted home screen widget support in iOS 18 using widgetAccentable and rendering mode modifiers.
Discusses strategies for improving memory safety in C++ codebases as a practical alternative to full migration to memory-safe languages.
Explains how to use the AsParametersAttribute in ASP.NET Minimal APIs to organize endpoint parameters into cleaner, encapsulated DTOs.
Explains how the C# compiler transforms async/await code into a state machine, detailing the process with a simplified example.
Guide to deploying a low-cost NVIDIA GPU VM on Azure using MSDN credits for PyTorch and TensorFlow machine learning development.
Explores using C# 11's static virtual members in interfaces to create a cleaner, convention-based approach for registering and consuming custom configuration sections.