📄 How to create a blurry status bar for PWAs on iOS
A technical guide on implementing a blurry, translucent status bar for Progressive Web Apps (PWAs) on iOS using CSS backdrop-filter and mask properties.
A technical guide on implementing a blurry, translucent status bar for Progressive Web Apps (PWAs) on iOS using CSS backdrop-filter and mask properties.
A guide on using [weak self] in Swift Concurrency Tasks to prevent memory leaks, covering weak-strong patterns and best practices.
A developer's evolving code methodology for using if/else vs separate if statements based on whether the logic fits on one screen.
A beginner's guide to using Git and GitHub for version control in web development, covering installation and basic local repository usage.
A developer details building a custom profiler tool to measure and visualize UI responsiveness and typing latency in ReSharper for performance optimization.
Explores the extreme challenges of developing large-scale systems software, using Oxide's software update project as a case study.
Critiques the anti-AI movement's purely negative stance, arguing it undermines credibility and suggests more constructive criticism.
Explains the importance of exercise for developers' health and productivity, offering practical fitness tips to combat sedentary work.
PostgreSQL 19 adds new random() functions for generating random dates and timestamps, useful for creating test data.
Explores how Java's ZGC garbage collector reduces tail latencies in microservices compared to the default G1 collector, using practical benchmarks.
Explores how Java's new Generational ZGC garbage collector reduces tail latencies compared to the default G1 collector in a microservice benchmark.
A guide to securing Azure Logic Apps HTTP triggers by replacing SAS tokens with OAuth authorization policies and Azure AD authentication.
A performance comparison of Visual Studio 2026 vs. 2022, focusing on build times and resource usage for a large .NET Framework solution.
A beginner's guide to Markdown, a lightweight markup language used in programming documentation and web development.
Explains how to use CSS's slash syntax to provide alternative text for CSS-generated content, improving web accessibility for screen readers.
A critique of JavaScript's dependency management after a major supply-chain attack, arguing for systemic change but predicting stagnation.
Explains Azure Policy for automated cloud governance, covering policy definitions, assignments, and enforcement effects like deny and audit.
Using DTrace to determine if SQL files are accessed at build time or runtime in a Go application, focusing on I/O tracing.
A speaker invites attendees to their session at Teamsdagen, a Microsoft Teams conference, to learn about building AI agents with the Microsoft 365 Agents SDK.
A blog post exploring the differences between AI and ML, clarifying terminology and common misconceptions in the field.