Skip to content
View BeyzanurArslaan's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report BeyzanurArslaan

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

Hi, I'm Beyzanur Arslan πŸ‘‹

Software Engineering Student β€’ Software Engineering β€’ Machine Learning β€’ Data Science


πŸ‘©β€πŸ’» About Me

I am a Software Engineering student passionate about Software Engineering, Machine Learning, Data Science, Operating Systems, Database Systems, and Software Architecture.

I enjoy designing scalable software systems, implementing software design principles, developing machine learning applications, improving software quality through static analysis and architectural refactoring, and building practical engineering projects.


πŸš€ Featured Projects

β˜• Coffee Ordering System Using Design Patterns

Implementation of multiple GoF Design Patterns and SOLID principles in Java.


πŸ” Checkstyle Code Smells Refactoring

Detection and refactoring of code smells using Ptidej.


πŸ“Š Technical Debt Analysis Using SonarQube

Software quality assessment and technical debt analysis.


πŸ› Software Architecture Projects

Architectural analysis and refactoring using Hexagonal Architecture.


πŸ–₯️ xv6 Operating System Projects

Kernel development including scheduling, virtual memory and system calls.


πŸ€– Ranking Algorithms in Recommendation Systems

Sequential recommendation systems with SASRec.


πŸ—„οΈ Hotel Management System Database Design

Database design and transaction management using PostgreSQL.


🧠 Cybersecurity IoT Machine Learning Suite

Machine learning models for cybersecurity datasets.


πŸ“ˆ Data Visualization Marketplace

Interactive dashboards and exploratory data analysis.


πŸ–ΌοΈ Image Denoising Using U-Net

Deep learning-based image denoising using PyTorch.

---

πŸ’» Tech Stack

Languages

  • Java
  • Python
  • C
  • SQL

Frameworks & Libraries

  • Spring Boot
  • TensorFlow
  • PyTorch
  • Scikit-Learn
  • Pandas
  • NumPy

Databases

  • PostgreSQL
  • MySQL

Software Engineering

  • Object-Oriented Programming (OOP)
  • SOLID Principles
  • GoF Design Patterns
  • Hexagonal Architecture
  • Maven

Tools

  • Git
  • GitHub
  • Docker
  • Linux
  • IntelliJ IDEA
  • Visual Studio Code
  • SonarQube
  • Ptidej
  • KNIME

πŸ“Š Contribution Graph


🌐 Connect With Me


⭐ Thanks for visiting my profile!

I enjoy learning new technologies, contributing to software engineering projects, and building machine learning applications.

Feel free to explore my repositories and connect with me!


🐍 Contribution Snake

Pinned Loading

  1. coffee-ordering-system-design-patterns coffee-ordering-system-design-patterns Public

    Coffee Ordering System implemented using GoF Design Patterns in Java

    Java

  2. credit-card-fraud-hybrid-framework credit-card-fraud-hybrid-framework Public

    An advanced credit card fraud detection framework evaluating Baseline (RF, XGBoost) and Hybrid Ensemble models across synthetic and real-world datasets to analyze data separability effects.

    Jupyter Notebook

  3. cybersecurity-iot-ml-suite cybersecurity-iot-ml-suite Public

    A professional data science suite implementing supervised classification, unsupervised clustering, regression, and association rule mining across cybersecurity networks and IoT systems.

    Jupyter Notebook

  4. hotel-management-system-database-design hotel-management-system-database-design Public

    Database design and transaction management for a Hotel Management System using PostgreSQL

    PLpgSQL 1

  5. software-architecture-projects software-architecture-projects Public

    Software architecture analysis and architectural refactoring projects using Checkstyle and Hexagonal Architecture

    Java

  6. xv6-operating-system-projects xv6-operating-system-projects Public

    Kernel development projects for the xv6 operating system including system calls, scheduling, kernel threads and virtual memory

    Shell