On Patreon
The author explains their decision to create a Patreon for financial support to improve their long-form educational content and live streams.
The author explains their decision to create a Patreon for financial support to improve their long-form educational content and live streams.
A tutorial on Dart language features including type inference, final/const variables, and parameter handling for writing cleaner code.
Explores the visual similarities between images generated by neural networks and human experiences in dreams or under psychedelics.
Announcement of Quantum Game with Photons 2, a browser-based puzzle game teaching real quantum mechanics with new features like entanglement.
Explains a JSON payload issue when pushing data to a Power BI Hybrid dataset and provides a workaround using the correct REST API structure.
Explains how to correctly use Dapper's IN clause with collection parameters to avoid SQL syntax errors from double parentheses.
A blog post exploring the parallels and differences between human cognition and machine learning, including biases and inspirations.
The creator of SwiftyStoreKit, a popular iOS IAP library, is seeking new community maintainers to take over the project's development and support.
A beginner's guide to using Git and GitHub for code version control, based on a Python Frederick presentation.
A comparison of state management techniques in Flutter, including setState, BLoC, ValueNotifier, and Provider, demonstrated through an authentication flow example.
A developer's monthly progress report on side projects, including user growth for What Got Done and renewed interest in Zestful.
A guide to immersive 'walking simulator' games that focus on emotional storytelling and exploration over traditional gameplay.
A guide to setting up a development environment for SciPy on Mac OS, including installing dependencies and using development mode.
A personal account of the Stone Soup creativity camp, an experience design event focused on improvisation, workshops, and unique participant-led activities.
A guide to designing a decoupled authentication API in Flutter using service classes to wrap FirebaseAuth and improve maintainability.
Explores the trade-offs between global and scoped dependency access in Flutter, focusing on testability and using Provider for state management.
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 tutorial on implementing a simple anonymous authentication flow in Flutter using FirebaseAuth and StreamBuilder in under 100 lines of code.
Learn how to speed up Python I/O-bound tasks like downloading multiple URLs using the ThreadPoolExecutor for multithreading.