Posts
All articles I've published.
-
How to Deploy GitHub’s Spark App to Cloudflare Workers
GitHub’s Spark is a fantastic starting point for building modern React applications that uses spark-template as a starting point. Once you…
-
Fixing GitHub Coding Agent’s Firewall Issue for Android Projects
If GitHub coding agent is having issue downloading artifacts from different URL, consider adding them to allow list to fix those issues.
-
‘Vibe Coding’ to ‘Blind Coding’ 😎
Exploring the limits of AI-assisted development through a bold experiment: build a JSON5 lib in Kotlin by blindly trusting AI-generated…
-
Using AI to build modern Android apps — are we there yet?
Assisted coding is very promising and fun! Fully autonomous app building might not be too far away! 🤓
-
Android remote logging to Airtable using Timber
Have you ever needed to save your Android Logcat logs for later analysis? You can achieve this using Timber and service that has REST API
-
How to update a Docker Container using Portainer
ℹ️ This is part of the self-learning log as I explore Docker and Portainer.
-
Using SQLDelight 2.0 with PostgreSQL for JVM
How to create data source to connect to PostgreSQL database and work with SQLDelight 2.0
-
Kotlin coroutines error handling strategy — `runCatching` and `Result` class
Use Kotlin’s standard function `runCatching` API to handle errors from standard or coroutines functions.