Skip to content
View BeyzaKomish's full-sized avatar

Highlights

  • Pro

Block or report BeyzaKomish

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BeyzaKomish/README.md

Hi there, I'm Beyza 👋

  • 🎓 I'm a university student studying Software Engineering.
  • 📚 Currently advancing my knowledge through academic courses and professional certifications.
  • 💻 I work on projects with C++, JavaScript/React Native, C#, and I’m always improving my software engineering fundamentals.
  • ⚡ Interested in mobile app development, big data concepts, and practical system design.
  • !!! The projects on my GitHub are more complex than they may appear.
  • !!! Each one highlights different aspects of my software engineering skills, and most of them were developed independently by me.

📊 GitHub Stats:

Anurag's GitHub stats

💻 Tech Stack:

C# C++ JavaScript R Oracle Apache Spark Apache Hadoop Expo React Native Postgres MicrosoftSQLServer Figma Jira

🌐 Connect with Me

  • LinkedIn email
  • 💼 Open to internship opportunities and collaborative projects.
  • 🗨️ Always happy to connect with other developers and students!

⭐️ "Code, learn, and keep improving — every bug is just a lesson in disguise."

Pinned Loading

  1. Event-Chatbot Event-Chatbot Public

    Forked from rhmsarr/Event-Chatbot

    Chatbot giving user preference tailored information about events happening at Sakarya University

    Python

  2. ASP.NET-MVC-LibraryApplication ASP.NET-MVC-LibraryApplication Public

    This project implements a Library Management System that allows students to register and log in, while librarians can only log in (not register)

    C# 1

  3. C-Sharp-Create-Polygon_Project C-Sharp-Create-Polygon_Project Public

    This C# program allows users to create and manipulate polygons using a graphical user interface. Users can input the center, length, number of edges, and rotation angle of the polygon through text …

    C# 1

  4. LRPARSER-PROJECT-CPlusPlus LRPARSER-PROJECT-CPlusPlus Public

    This project implements a Shift-Reduce LR Parser in C++. It reads an input sequence and determines whether it conforms to a predefined grammar by using action and goto tables, ultimately generating…

    C++