Mohammad Parsa Ahmadi

<Computer Science Student />

Building the Future with Algorithms and Innovation

Explore My Work
class Portfolio { private String name; private String passion; public Portfolio() { this.name = "Parsa"; this.passion = "Coding"; } }

About Me

<developer>
Mohammad Parsa Ahmadi
</developer>

AI-Driven Developer and Computer Science Visionary

I'm a 3rd semester Computer Science student at Shahid Beheshti University in Tehran, Iran. My journey in the world of programming started with curiosity and has evolved into a deep passion for creating elegant solutions to complex problems.

I believe in the power of technology to transform ideas into reality. Whether it's crafting efficient algorithms, building robust applications, or exploring the frontiers of AI-powered programming, I'm constantly pushing my boundaries to learn and grow.

My enthusiasm for cutting-edge technologies drives me to stay updated with the latest trends in the tech world. I'm particularly fascinated by the intersection of artificial intelligence and software development.

const university = "SBU";
const semester = 3;
const major = "CS";
const location = "Tehran";
public static void main(String[] args) { Developer parsa = new Developer(); parsa.setSkills(new String[]{ "C++", "Java", "Photoshop" }); parsa.learn("Advanced Concepts"); }

Skills

đŸ’» Programming Languages

C++ 60%
Java 75%
python 40%

đŸ› ïž Tools & Technologies

AI-Powered Programming 80%
Adobe Photoshop 75%
Adobe Premiere Pro 40%

📚 Currently Learning

Advanced Data Structures Algorithm Design Web Technologies Object-Oriented Design Database Systems Software Engineering Machine Learning Basics Version Control (Git)

Projects

public ChatPreview(int capacity) { messages = new String[capacity]; count = 0; } public void addMessage(String msg) { if (count < messages.length) { messages[count++] = msg; } } } public static void main(String[] args) { ChatPreview preview = new ChatPreview(5); preview.addMessage("Hi!"); preview.showPreview(); }

Telegram - AP Project

My Advanced Programming final project: Chat Application A modern, multi-functional chat application with private, group, and channel messaging capabilities.

java OOP API
def add_entry(): bringers = request.form.getlist("bringers") eaters = request.form.getlist("eaters") new_entry = { "date": date.today().isoformat(), "bringers": bringers, "eaters": eaters } data = load_data() data.append(new_entry) save_data(data) return redirect(url_for("index"))

Dormitory Meals Counter

A smart and minimal Flask-based web application for managing and tracking shared meal contributions in dormitories.

Python Web
class SortingVisualizer { void quickSort(arr, low, high) { if (low < high) { pi = partition(arr, low, high); visualize(arr); quickSort(arr, low, pi - 1); quickSort(arr, pi + 1, high); } } void visualize(arr) { // Render current state drawBars(arr); delay(50); } }

Digital Visit-Card for ParsUPVC company

A polished, high-end digital business card designed for Pars Panjareh Daneshvari. Optimized for GitHub, NFC cards, and QR-based sharing with a luxurious visual identity.

HTML Graphics

Contact

Let's Connect

I'm always open to discussing new projects, creative ideas, or opportunities to be part of your vision. Feel free to reach out!

📍
Location
Tehran, Iran
🎓
University
Shahid Beheshti University
📧
Email
MParsAhmadi@gmail.com