Flutter: Designing an Authentication API with Service Classes
A guide to designing a decoupled authentication API in Flutter using service classes to wrap FirebaseAuth and improve maintainability.
A guide to designing a decoupled authentication API in Flutter using service classes to wrap FirebaseAuth and improve maintainability.
A guide to improving Jest test clarity by refactoring assertions and using custom error messages for better debugging.
Explores the trade-offs between global and scoped dependency access in Flutter, focusing on testability and using Provider for state management.
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.
A guide to securely externalizing secrets like passwords in Kafka Connect configuration using KIP-297 and the FileConfigProvider.
A tutorial on using Azure Logic Apps to automate posting new Meetup event announcements into Microsoft Teams via Adaptive Cards.
Explores how GitHub redefined the concept of a 'fork' in git, contrasting it with traditional distributed version control workflows.
Analyzing tweet sentiment towards public figures using R, word embeddings, and logistic regression models to measure online negativity.
Introduces the WABS (Widget-Async-Bloc-Service) architectural pattern for scalable and testable state management in Flutter applications.
An open-source Flutter & Firebase project demonstrating a complete, production-ready authentication flow with multiple sign-in methods and state management.
A developer explains the mindset and methodology behind debugging by walking through a real-world fix for the Twitch desktop client.
A review and tips for the OMSCS CS7646 Machine Learning for Trading course, covering the author's experience and key takeaways.
A technical review of Veeam Backup for Office 365 v3, focusing on selective folder backup features and performance improvements.
Explains the new arrow function syntax in PHP 7.4, detailing its concise syntax, use cases, and limitations compared to traditional closures.
A software engineer shares a personal story of overcoming a fear of public speaking and reflects on the complex role of pain in career growth.
Eight practical ways for companies to support and sustain the open source projects they depend on, from hiring maintainers to creating award programs.
Explains the index INCLUDE clause in SQL databases, covering its purpose, how it works with B-tree indexes, and when to use it for performance.
Explores statistical efficiency of estimators in nearly-true regression models under two-phase sampling, focusing on local asymptotic minimax theory.