Hossain's Dev Bytes RSS Feed
A personal blog exploring technical and non-technical topics, open-source projects, and more.
Featured
-
Adding a Free AI Assistant to Your Blog with Cloudflare Workers AI
How I added an AI post summarizer and Q&A assistant to my blog using Cloudflare Workers AI - and used AI Gateway to keep it mostly free.
-
How to Deploy GitHub’s Spark App to Cloudflare Workers
GitHub’s Spark is a fantastic starting point for building modern React applications that use spark-template as a starting point. Once you…
Latest
[6/ 27]-
Syntax Highlighting on Android - Highlight.js as a Native Compose Engine
A source code syntax highlighting library for Jetpack compose that leverages existing Highlight.js in a hidden WebView and converts the output to native AnnotatedString for real text selection and accessibility.
-
Syntax Highlighting on Android - Bringing Shiki Engine to Compose
How I explored Shiki-quality syntax highlighting in Jetpack Compose - server-driven via Cloudflare Workers and on-device via TextMate grammars, no WebView needed.
-
Moving away from Medium to self-hosted blogging for good
An adventure to setup my own blogging site using Astro and Cloudflare Workers.
-
My Essential macOS Apps in 2026
List of essential macOS apps I use in 2026 for productivity and development.
-
Fixing GitHub Coding Agent’s Firewall Issue for Android Projects
If GitHub coding agent is having an issue downloading artifacts from a different URL, consider adding them to the 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…