Flutter: Global Access vs Scoped Access with Provider
Explores the trade-offs between global and scoped dependency access in Flutter, focusing on testability and using Provider for state management.
Explores the trade-offs between global and scoped dependency access in Flutter, focusing on testability and using Provider for state management.
A summary of key talks from the Pixel Pioneers 2019 web development conference, covering UX, CSS animation, flexbox, and CSS Grid.
A guide to automating pull request checks and reviews using the Danger tool on CI servers like Travis CI.
A developer describes creating a 3D wedding app using Unity and Blender, sharing cost data and coding details.
Guide on using a Service Principal for authentication with Power BI REST APIs and the PowerBIPS module, eliminating the need for a user account.
A tutorial on configuring a Quarkus application using application.properties and the Microprofile Config API for environment-specific settings.
A developer reflects on launching a task journaling app, conducting user interviews, and earning passive income from side projects.
A personal review of the Zachtronics book, exploring the developer's creative process and the intersection of programming games, curiosity, and multidisciplinary work.
A technical guide on automating the restart of failed Kafka Connect tasks using bash scripts and the REST API.
Microsoft's Insider Dev Tour London event focused on building Microsoft 365 experiences and the new Edge browser for developers.
npm registry hits 1 million packages. Analysis of top packages, vulnerabilities, and download statistics.
Analysis of Microsoft's rumored 'Lite OS' and its potential to replace Windows for consumers, focusing on Microsoft's shift to services.
A tutorial on implementing a simple anonymous authentication flow in Flutter using FirebaseAuth and StreamBuilder in under 100 lines of code.
Announcing aerc 0.1.0, a terminal-based email client with vim-like keybindings, embedded terminal, and developer-focused features.
Explains App Thinning for iOS developers to reduce app size via bitcode and asset catalogs, optimizing downloads per device.
A tutorial on scaling Kubernetes deployments programmatically using a .NET Core API and the KubernetesClient library.
A veteran's guide to preparing for and navigating Apple's WWDC, covering essential gear, travel tips, and event strategy for first-time attendees.
A developer argues that adopting product management skills like communication and big-picture thinking makes developers more effective and influential.
Explores key traits of a strong web performance culture in tech organizations, based on industry experience and Google I/O insights.
Learn how to speed up Python I/O-bound tasks like downloading multiple URLs using the ThreadPoolExecutor for multithreading.