DS

Loading0%

Home About Work Contact
Available for projects BCA '26

// developer.py I turn ideas into Elegant Code. Clean Django. Scalable APIs. Real Solutions. Backend Magic.

Django & Python developer — BCA student at Tribhuvan University. I build scalable web apps with clean architecture, robust backends, and interfaces that feel alive.

0 Projects
0 Technologies
0 Years exp.
expense_manager/views.py Python 3.11
01from django.shortcuts import render
02from .models import Expense
03from django.db.models import Sum
04
05@login_required
06def dashboard(request):
07    expenses = Expense.objects
08        .filter(user=request.user)
09        .order_by('-date')
10
11    total = expenses.aggregate(
12        total=Sum('amount')
13    )['total'] or 0
14
15    return render(request, 'dash.html',
16        {'total': total, 'data': expenses})
scroll
// 02 About

Who I Am

I build things for the web — fast, scalable, and beautiful.

Technology enthusiast pursuing BCA at Tribhuvan University. My passion is in building scalable backend architectures with Django and crafting elegant web interfaces. I specialize in Python, database design, and RESTful APIs. I believe in clean, maintainable code and constant growth.

Nepal BCA 3rd Year Open to Work --:--:-- NPT
Download CV
75% Complete

BCA Progress

Tribhuvan University

3rd Year
0 Projects
0 Technologies
0 Years Learning
// 03 Journey

My Timeline

2023 — Present

BCA Student

Tribhuvan University

3rd year — Full-Stack Development, Data Structures, Database Management, and Software Engineering. Building real projects alongside rigorous coursework.

DSADjangoAlgorithms
2025

Started Django Development

Self-taught

Learned the Django framework from scratch. Built full-stack web apps mastering MVT architecture, Django ORM, authentication, REST APIs, and PostgreSQL integration.

DjangoPythonPostgreSQLREST API
2022

First Programming Project

Personal

Created my first console application in Python & Java — the spark that lit a permanent passion for software development and problem-solving through code.

PythonJava
// 04 Skills

Technical Stack

hover to pause

Frontend
HTML5
CSS3
JavaScript
Bootstrap
Backend & DB
Django
Python
PostgreSQL
MySQL
Tools
Java
Git
GitHub
VS Code
// 05 Work

Featured Projects

Featured
01

Expense Manager

Full-stack Django application — user auth, Chart.js visualization, category management, budget tracking, and CSV export. Clean MVT architecture throughout.

Python Django PostgreSQL
24 5 forks
02

Weather App

Python desktop app — OpenWeather API integration, geocoding location search, 7-day forecast, and a polished Tkinter GUI interface with real-time data.

Python OpenWeather API Tkinter GUI
18 3 forks
Python Core
03

Stock Management System

Console-based Python application to manage product stock — storing product ID, name, price, and quantity via a dictionary-driven menu interface. Focuses on core Python fundamentals and efficient in-memory data manipulation.

Python Dictionary DS CLI / REPL
Core Python Menu-driven
// 06 Contact

Let's Build Together

Have a Django project in mind? I'd love to collaborate and build something robust, scalable, and elegant.

0 / 500