Hello world, I’m

Abanoub Hanna

Full‑stack Web & Android Developer

I design and build clean, reliable software across the stack — from web backends and APIs in PHP Laravel and Go, to Android applications in Kotlin/Java, to fast CLI tools in Go that automate real‑world workflows.

Portrait of Abanoub Hanna

Tech Stack

Technologies I work with daily to build reliable, scalable software.

Go programming language

Go (Golang)

Backend APIs, CLI tools, cross-platform apps, and high-performance services.

PHP Laravel

PHP Laravel

Full-stack web apps, APIs, e-commerce platforms, and rapid prototyping.

Kotlin programming language

Android (Kotlin/Java)

Mobile apps with modern architecture, Jetpack Compose, and performance optimization.

sqlite

SQLite & Databases

Efficient data modeling, migrations, and query optimization for web and apps.

🎨

CSS & Tailwind

Responsive UIs, utility-first design, and accessible layouts.

CLI & DevOps

Automation scripts, deployment pipelines, Linux tools, and system scripting.

IDEs & Editors

My daily drivers for coding across platforms — optimized for speed and workflow.

Android Studio

Android app development in Kotlin and Java — layouts, Compose, debugging, and emulators.

visual studio code

VS Code

Web development in Go and Laravel — extensions for syntax, debugging, Tailwind, and Git integration.

Neovim icon

VIM / NeoVim

Scripting, CLI tools, and quick edits — with custom configs for Fish shell and system automation.

Operating Systems

Platforms I develop and deploy across — from daily drivers to production environments.

apple

macOS

Daily driver for development — Xcode, Homebrew, fast builds, and seamless Apple ecosystem integration.

Ubuntu Linux

Primary Linux environment — Go cross-compilation, CLI workflows, server deployments, and containerization.

windows 11

Windows 11 + WSL Ubuntu

Hybrid setup for cross-platform testing — WSL for Linux tooling, PowerShell, and Windows-native apps.

Code Platforms

Where I host, collaborate, and ship open-source projects across ecosystems.

GitHub

GitHub

Primary hub for open-source — gobrew package manager, Go CLI tools, cross-platform builds, and collaboration.

GitLab

CI/CD pipelines, private repos, enterprise-grade workflows, and advanced project management.

Codeberg

FOSS-first hosting — decentralized Git, privacy-focused, and community-driven development.

Web Projects

Full-stack applications I've built and launched — from SaaS to eCommerce to content platforms.

🛒

LokaStores

Full-featured eCommerce platform with inventory, payments, and order management for online retail.

PHP Laravel Tailwind CSS PostgreSQL
📄

OCRWeb

Queue-based OCR service for images and PDFs — scalable task processing with Tesseract integration.

Go Tesseract OCR
📝

AbanoubHanna.com

Bilingual tech blog powered by Markdown — custom Hugo theme with Arabic/English content management.

Hugo SSG Custom Theme Markdown
🏗️

KemetWebBuilder

Visual website builder for non-technical users — drag & drop interface with code generation.

Go JavaScript

Android Projects

Native Android apps published on Google Play — from religious content to OCR utilities.

🙏

Agpeya

Google Play • GitHub

Agpeya prayer book for Coptic Orthodox Church — Arabic prayers with daily liturgical hours.

Java Open Source
🖼️

IMG2TXT

Open Source

Free OCR app to extract text from images — fast, offline text recognition powered by Tesseract.

Kotlin OCR

Kart Business Project

Predictions for the Future of Programming Future in 2030

Free OCR Software created by Abanoub Hanna - Software Developer

513 posts

list attached iOS devices | idevice_id

list attached iOS devices | idevice_id

idevice_id is a command-line program to list attached iOS devices or print the device name of a given device. List the UDIDs of all attached devices: idevice_id --list List the UDIDs of all devices …

Read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files | id3tag

Read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files | id3tag

id3tag is a program used to read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files. Set artist and song title tag of an MP3 file: id3tag --artist artist --song song_title path/to/file.mp3 Set …

display current user and group identity in Linux operating systems | id cheat-sheet

display current user and group identity in Linux operating systems | id cheat-sheet

Display current user and group identity. Display current user’s ID (UID), group ID (GID) and groups to which they belong: id Display the current user identity: id [-un|--user --name] Display the …

convert text from one encoding to another | iconv cheat-sheet

convert text from one encoding to another | iconv cheat-sheet

iconv is a tool to convert text from one encoding to another. Convert file to a specific encoding, and print to stdout: iconv -f from_encoding -t to_encoding input_file Convert file to the current …

cheat-sheet of help2man

cheat-sheet of help2man

help2man is a tool to produce simple man pages from an executable’s --help and --version output. Generate a man page for an executable: help2man executable Specify the “name” …

output the first part of a file | head cheat-sheet

output the first part of a file | head cheat-sheet

What is head ? 🔗 head is a command-line tool to output the first part of a file. Usage 🔗 head command outputs the first 10 lines of the text file specified: head path/to/file Output the first few …

How to get count of published posts in Hugo ?

How to get count of published posts in Hugo ?

in Hugo, we can get the count of published posts using the hugo commandline tool. straight forward way 🔗 We can get a list of all published posts using this command: hugo list published So, we can …

crack passwords with hashcat | cheat-sheet

crack passwords with hashcat | cheat-sheet

hashcat is a fast and advanced password recovery tool. Scenarios and use cases 🔗 You can use hashcat to recover your lost WIFI access point password. recover password encrypted PDF file. recover …

Turbocharge Your Bash Shell: Mastering the `hash` Command for Faster, Smarter CLI Workflows

Turbocharge Your Bash Shell: Mastering the `hash` Command for Faster, Smarter CLI Workflows

The Bash hash builtin is a small command that can make your interactive shell feel much faster and more predictable when you work with many executables or change your PATH often. What the hash builtin …

convert videos in terminal | handbrakecli cheat-sheet

convert videos in terminal | handbrakecli cheat-sheet

What is handbrakecli ? 🔗 Command-line interface to the HandBrake video conversion and DVD ripping tool. Usage 🔗 Convert a video file to MKV (AAC 160kbit audio and x264 CRF20 video): handbrakecli …