Writing

Blog

Deep-dives into Android development, security engineering, build tooling, machine learning, and projects I've shipped.

8 posts
All posts
November 1, 20243 min read

Hello World: Why I Started This Blog

Every developer should write. Here's why I finally started, what I plan to write about, and why sharing knowledge matters more than perfection.

metaintroblog
Read more
October 1, 20244 min read

Detecting Fake News in Telugu With BERT

How I built a fake news detection system for Telugu using BERTbase and transfer learning in Python, achieving 88% Precision and 85% Accuracy on a custom-scraped dataset.

mlnlpbert
Read more
July 20, 20248 min read

Building a Wallpaper App That Fetches From an API

Building an Android wallpaper app with Kotlin that fetches high-resolution images from a REST API, implements local caching with Room, and sets wallpapers programmatically.

kotlinandroidapi
Read more
June 1, 20246 min read

Building a Gallery App With Jetpack Compose and Material3

How I built a local media gallery app for Android using Jetpack Compose, Material3, and the MediaStore API — with lazy grids, photo details, and a clean architecture.

kotlinandroidcompose
Read more
March 1, 20247 min read

Building a Quiz Management REST API With Spring Boot

A backend-first approach to building a quiz platform using Spring Boot, PostgreSQL, and REST APIs — including quiz creation, question banks, session management, and score tracking.

javaspringbackend
Read more
February 10, 20247 min read

Exploratory Data Analysis on Breast Cancer Patient Data

A walkthrough of my exploratory data analysis project on the Wisconsin Breast Cancer dataset — feature correlation, visualization, and what the data actually tells us about diagnosis.

pythonmldata-analysis
Read more
January 15, 20247 min read

Building a Desktop Banking App With Java Swing

How I built a full-featured banking application with Java Swing, AWT, and MySQL — account management, transactions, and a clean MVC architecture, all without a framework.

javabackendmysql
Read more