Skip to content
View azlanabyssal-cloud's full-sized avatar
  • Kurnool, Andhra Pradesh, India

Block or report azlanabyssal-cloud

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.

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
azlanabyssal-cloud/README.md

Azlan. 19. Kurnool. 👋

B.Tech CSE (AI & ML) @ GPREC — Semester 4 cleared. I build things. I break things. Then I ship them anyway.

Scored 92% in SSC — not to flex, but because I knew early that effort compounds. Picked AI & ML because I didn't want to watch the future happen. I want to build it.


what I've built

fraudshell This started as a college project. It stopped being one pretty fast. Millions of Indians get scammed online every year and have no idea what to do next. I built this for them — verified by I4C, integrated with the 1930 cybercrime helpline, full recovery guide, 6 animated mascots to make it actually approachable. Built specifically for people in Kurnool who'd otherwise have nowhere to turn. This one means something to me.

todolist-by-azlan I could've built a basic to-do list. I didn't. TypeScript PWA — offline-first, Pomodoro timer, custom cursors, touch trail, cinematic intro. Was it necessary? No. Did I learn TypeScript properly because of it? Absolutely.

python cli series — built these while getting serious about python. each one connects to a real api or solves a real problem.

project what it does
pnr status checker live railway pnr status — rich colored tables, passenger berth details, search history
cricket score fetcher live scores from cricapi, filter by team, 5-min cache to stay inside free api limits
expense tracker track daily expenses by category, ascii bar chart right in terminal, csv export
news headline fetcher top indian headlines by category — builds a dated txt archive every time you run it
number guessing game 3 difficulty levels, "getting warmer" hints, json leaderboard that saves top 5 scores
to-do list cli add, delete, complete tasks — saved to json so nothing disappears when you close it

python dsa — started taking algorithms seriously. built these while prepping for placements.

project what it does
algorithm race bubble, merge and quick sort competing live — every step visible, you can see where each one slows down
dsa playground linked list, stack, queue and bst coded from scratch — full menu, bst shows how many steps each search took
aptitude quiz placement quiz i actually use to prep — 10 random questions, 30s each, tells me what i'm weak at
python calculator where it all started

right now

  • learning DSA properly — sorting algorithms and data structures built from scratch, not just theory
  • placement prep every day — aptitude, python, problem solving
  • IBM Python for Data Science @ Coursera — actually doing the labs, not just watching
  • Shortlisted for Infosys Springboard Virtual Internship 7.0
  • Showing up on HackerRank daily — consistency over motivation

stack

HTML CSS TypeScript Python Git

education

B.Tech CSE (AI & ML) — GPREC, Kurnool | 2024–2028 SSC — Sri Chaitanya EM High School, Kurnool | 92.1% (2022)


Still early. Building anyway.

Popular repositories Loading

  1. fraudshell fraudshell Public

    Digital fraud awareness platform for India — verified I4C data, 1930 helpline, 6 animated mascots, recovery guide. Community service project by Azlan (BTech 2nd year).

    HTML

  2. todolist-by-azlan todolist-by-azlan Public

    To-DoList by Azlan — installable PWA with cinematic intro, touch trail, custom cursors, Pomodoro, offline-first sync

    TypeScript

  3. azlanabyssal-cloud azlanabyssal-cloud Public

  4. python-projects python-projects Public

    python projects i built while learning – calculator, aptitude quiz, algorithm race, dsa playground

    Python

  5. my-todo-list-cli my-todo-list-cli Public

    a cli to-do list app that saves tasks using json

    Python

  6. number-guessing-game number-guessing-game Public

    terminal guessing game with difficulty levels and json leaderboard

    Python