Skip to content
View BR1JM0H4N's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report BR1JM0H4N

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BR1JM0H4N/README.md

FollowersProfile ViewsRepos


🧑‍💻 About Me

  • 📱 Passionate about Android app development — Java & Kotlin, Jetpack Compose, Android Studio
  • 🌐 Building client-side web tools that run entirely in the browser — no servers, no uploads
  • 🐍 Exploring Python for lightweight local servers & backend experiments
  • 🧪 I love shipping small, sharp tools that solve one real problem well
  • 🔭 Currently exploring: Kotlin + Jetpack Compose for modern native Android UIs
  • 💬 Ask me about: Android tooling, EPUB internals, or browser-only file utilities
  • I may be slow to respond, but I always show up with working code.

🛠️ Tech Stack

Languages

JavaKotlinPythonJavaScriptHTML5

Platforms & Tools

Android StudioJetpack ComposeGitGitHubGoogle Sheets APIVS Code


🚀 Featured Projects

ProjectDescriptionStack
📦 zip2share"Share as ZIP" for Android — zips files into one archive before sharingJava
📖 Epub-editorClient-side SPA to load, edit & fix EPUB files — no server processingHTMLJS
🖼️ image-combineCombine two images horizontally/vertically, fully in-browser, no quality lossHTMLJS
⚙️ epubitClient-side JS library for building valid EPUB 3 files in the browserJavaScript
📰 NEWSNative Android news reader — Kotlin + Jetpack Compose, Material 3, read-aloud, zero WebViewsKotlin
🐍 PyNanoMy first repo — a Python library for spinning up a local HTTP serverPython
🧪 LocalServerLocal Python-based HTTP serverPython
📊 Google-Sheets-as-databaseUse a Google Sheet as a lightweight backend databaseJavaScript
🖍️ pdf-marker-proA PDF annotation tool
🧠 CBT-AppSubject-based online quiz app

📊 GitHub Stats



🐍 Contribution Snake

📫 Let's Connect

GitHub

⚡ I may be slow to respond, but I enjoy building and sharing code. Thanks for visiting my profile!

Pinned Loading

  1. zip2sharezip2sharePublic

    Android application to zip up all files before sharing. it's basically " share as zip " for android which means it zipup all files as single zip archive before sharing.

    Java 6 1

  2. Epub-editorEpub-editorPublic

    A powerful, client-side, single-page application (SPA) allows users to load an EPUB file, perform common fixes and edits, and download the modified file—all without server-side processing

    HTML 1

  3. image-combineimage-combinePublic

    A lightweight, client-side web app that lets you combine two images either horizontally or vertically without losing quality or aspect ratio. this project runs entirely in the browser — no uploads,…

    HTML 1

  4. epubitepubitPublic

    A client-side JavaScript library for building valid EPUB 3 files directly in the browser. No server required.

    JavaScript

  5. NEWSNEWSPublic

    A fast, fully native Android news reader — built with Kotlin & Jetpack Compose Headlines straight from Google News RSS, wrapped in a clean Material 3 UI, with read-aloud support and zero WebViews.

    Kotlin 1

  6. PyNanoPyNanoPublic

    This is my first repository, it's a python library to create a local http server

    Python