Skip to content
View yachikadev's full-sized avatar

Block or report yachikadev

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

A Passionate Student Developer from New Delhi ๐Ÿ‡ฎ๐Ÿ‡ณ


Typing SVG


๐Ÿ‘ฉโ€๐Ÿ’ป About Me

  • ๐ŸŽ“ BCA Student from New Delhi
  • ๐Ÿ”ญ Currently building Django projects & exploring Open Source
  • ๐ŸŒฑ Currently learning Django, Django REST Framework & PostgreSQL
  • ๐Ÿค Actively working towards Open Source Contributions (GSoC 2027)
  • ๐Ÿ’ฌ Ask me about Python, Backend Development, Voice Assistants
  • โšก Fun fact: I built a Hinglish Voice Assistant called NOVA!

๐Ÿ› ๏ธ Tech Stack


๐Ÿš€ Projects

โœ๏ธ DevDiary โ€” Django Blog App

A full-featured blog platform built with Django โ€” user authentication, category filtering, search functionality, image upload, and responsive Bootstrap design.

๐Ÿค– NOVA โ€” Hinglish Voice Assistant

A voice assistant that understands wake word "Nova", fetches news, plays music, opens websites and replies in Hinglish using AI.

  • Python, SpeechRecognition, OpenAI API, NewsAPI
  • View Project

โœ… Django Todo List API

A RESTful API backend built with Django REST Framework โ€” CRUD operations, filtering, searching, custom action endpoints and serializer-level validation.

๐Ÿ“š Student Result Management System

A Python-based console app to manage student records โ€” add students, view subject-wise marks, calculate averages, pass/fail status, and find the topper.

๐Ÿฆ Bank Account System

A console-based personal bank account system covering OOP, custom exceptions, and error handling.

๐Ÿ’ธ Expense Splitter

A Python project that splits expenses between friends fairly using OOP โ€” add members, add expenses, and instantly see who owes how much.


๐Ÿค Open Source

Wagtail CMS (Exploring)

Actively exploring the Wagtail codebase โ€” a Django-based CMS. Studying contribution guidelines and working towards first meaningful pull request for GSoC 2027.

  • Reading source code, triaging issues, building Django projects to deepen understanding
  • Goal: Google Summer of Code 2027 ๐ŸŽฏ

๐Ÿ“ˆ Learning Journey

Python โœ… โ†’ Django โœ… โ†’ Django REST Framework ๐Ÿ”„ โ†’ Open Source Contributions ๐Ÿ”„ โ†’ GSoC 2027 ๐ŸŽฏ


๐Ÿ“Š GitHub Stats


"Code karo, contribute karo, seekho โ€” repeat ๐Ÿš€"

Popular repositories Loading

  1. Expense-Splitter Expense-Splitter Public

    A Python-based bill splitting application โ€” tracks shared expenses, calculates individual balances, and shows who owes whom using OOP principles

    Python

  2. quiz-shopping-system-python quiz-shopping-system-python Public

    A Python CLI project combining a quiz-based discount system with a shopping cart and billing system using file handling.

    Python

  3. python-bank-account-system python-bank-account-system Public

    A console-based personal bank account system built with Python โ€” covers OOP, custom exceptions, and error handling.

    Python

  4. nova-python-voice-assistant nova-python-voice-assistant Public

    A Python-based voice assistant with AI fallback, news fetching, and voice command automation.

    Python

  5. student-result-management student-result-management Public

    A Python-based Student Result Management System using OOP concepts. Features include adding students, viewing subject-wise marks, calculating averages, pass/fail status, finding the topper, and savโ€ฆ

    Python

  6. django-todo-list django-todo-list Public

    "Built a RESTful API backend using Django REST Framework with SQLite, featuring CRUD operations, filtering, searching, custom action endpoints (/overdue/, /stats/, /complete/), and serializer-levelโ€ฆ

    Python