Available for projects

MD. Shakib
Hasan

Website and Android Developer & Programmer by Passion

I build Websites(HTML,CSS,JS::-wordpress expert::-currently learning backend) and thoughtful mobile apps. Based in Bangladesh, crafting software that works elegantly under the surface.

SecureChat.kt
// AES-256 message encryption
class MessageCipher(
  private val key: SecretKey
) {
  fun encrypt(msg: String): String {
    val cipher = Cipher.getInstance(
      "AES/GCM/NoPadding"
    )
    return Base64.encode(
      cipher.doFinal(msg.toByteArray())
    )
  }
}
 
// shakibhasan.me
🔐
SecureChat v5 Firebase · Cloudinary · AES-256

Building software with
purpose & precision

I'm a self-driven Android And Web developer from Bangladesh with a passion for building apps that genuinely solve problems. Whether it's encryption logic, real-time messaging, or data visualization — I care about both function and craft.

Currently deep in SecureChat, a fully encrypted messaging app with PIN lock, hidden chats, voice messaging, and reply threading — backed by Firebase and Cloudinary. I build for the long game.

When I'm not writing Java/C++, I explore Python to build tools like expense trackers with analytics dashboards.

View GitHub ↗

Mobile

Android (Java/C++/Python)
Firebase Realtime DB
Firebase Auth
Cloudinary SDK
AES-256 Encryption
ExoPlayer (Voice)

Other

Python
Data Visualization
HTML / CSS
Git & GitHub

Projects I've built

002

Tracksy

A modern Python expense tracker with an interactive analytics dashboard — manage income, expenses, category breakdowns, and financial trends in one place.

Python Data Viz Analytics
003

Portfolio Site

This portfolio — an elegant, performance-focused personal site showcasing my work, skills, and story. Handcrafted HTML & CSS, hosted at shakibhasan.me.

HTML CSS Design
Have a project in mind?
Send a message →

I'm open to freelance projects, collaborations, and interesting ideas. Whether it's Android development,Making Responsive Website, security-focused apps, or creative coding — let's build something meaningful.