Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View fakrulislam0085's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report fakrulislam0085

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
fakrulislam0085/README.md

๐Ÿ‘‹ Hi there, I'm Fakhrul Islam Arif!

๐ŸŽ“ Computer Engineering Student at Politecnico di Torino
๐Ÿ’ก Aspiring Backend Developer & active member of CPPoliTO
๐Ÿš€ On a mission to crack GSoC 2026 and contribute to impactful open-source projects.
๐ŸŒ Portfolio: arif-portfolio.lovable.app

Official Name: Fakrul Islam


๐Ÿ” About Me

Hey there! I'm Fakhrul โ€” a tech enthusiast who loves solving real-world problems with code.
My journey started with curiosity and a love for clean logic.
Now I'm exploring competitive programming and backend development, one problem at a time.

๐Ÿ›๏ธ Based in Italy, originally from Bangladesh, I bring a global perspective to every project.


๐Ÿ“š Subjects I'll Study in My Bachelor's Degree

  • ๐Ÿ“˜ Computer Science
  • ๐Ÿ“˜ Programming Techniques
  • ๐Ÿ“˜ Algorithms and Data Structures
  • ๐Ÿ“˜ Computer Architecture
  • ๐Ÿ“˜ Introduction to Databases
  • ๐Ÿ“˜ Computer Networks
  • ๐Ÿ“˜ Operating Systems
  • ๐Ÿ“˜ Object-Oriented Programming

๐Ÿง  Skills & Technologies

C C++ Python VS Code CLion


๐Ÿ† Competitive Programming

๐ŸŽฏ Building logic, resilience, and speed through CP:

I regularly solve problems using Python and C++, participate in contests, and train with the CPPoliTO club.


๐Ÿ’ผ Featured Projects

โœˆ๏ธ Flight Booking & Seat Management System โ€” Python

๐Ÿ”— GitHub
Simulated an airline reservation system with atomic BOOK/CANCEL operations, row-major seat allocation, rollback mechanisms, and final flight manifests.
Tech: Python, file I/O, 2D arrays, unit tests
Key Features: robust constraint handling, failure rollback support.


๐Ÿจ Hotel Contact Tracing System โ€” Python

๐Ÿ”— GitHub
Parsed guest logs to detect overlapping stays and generate alphabetical contact lists.
Tech: Python, file parsing, date logic
Key Features: efficient date-range comparisons, edge-case handling.


โš™๏ธ Machine Log Anomaly Detector โ€” Python

๐Ÿ”— GitHub
Analyzed machine operational reports, validated monotonic sequences, filtered correct reports, and generated summary statistics.
Tech: Python, text parsing, rule engines
Key Features: anomaly detection, rule-based filtering.


๐Ÿ“‚ Other Projects

๐Ÿ Python Projects

  • ๐Ÿ”„ Spiral Matrix Generator โ€” GitHub
    Fills an Nร—N matrix in spiral order; demonstrates 2D array traversal.
  • ๐ŸŽฎ Tic-Tac-Toe (2 Player) โ€” GitHub
    CLI-based implementation with win/tie detection.
  • ๐ŸŽฒ Nimโ€™s Game (Smart/Stupid AI) โ€” GitHub
    Human vs computer game with AI strategy modes.
  • โœ‚๏ธ Concatenated Words Game โ€” GitHub
    Validates concatenation rules using 2-character syllables.
  • ๐Ÿš— Parking Spacing Simulator โ€” GitHub
    Allocates parking spaces maximizing distance from occupied ones.
  • ๐Ÿƒ Bulgarian Solitaire โ€” GitHub
    Simulates solitaire with piles until reaching canonical form.

๐Ÿ’ป C Projects

  • ๐ŸŸฆ Detection of Black Regions โ€” GitHub
    Detects maximal black rectangular regions in a 0/1 matrix.
  • ๐ŸšŒ Transport Log Manager โ€” GitHub
    Menu-driven trip query system (date, departure, destination, delay).
  • ๐Ÿ” Matrix Row/Column Rotator โ€” GitHub
    Applies sequential circular rotations on matrix rows/columns.
  • โœ๏ธ Text Re-Encoder โ€” GitHub
    Re-encodes text using dictionary replacements with priority rules.

๐Ÿ“„ Resume

Resume


๐Ÿ’ฌ Let's Connect


Thanks for scrolling by! โญ Drop a star if you like my work or just say hi!

Pinned Loading

  1. CompScience-PoliTO CompScience-PoliTO Public

    ๐Ÿ“š This repository contains coursework โ€” primarily lecture materials and lab exercises โ€” for the Computer Science course (Code: 07JCJLM, 8 CFU), part of the Bachelorโ€™s Degree in Computer Engineeringโ€ฆ

    Python 4

  2. ProgrammingTechniques-PoliTO ProgrammingTechniques-PoliTO Public

    This repository contains coursework (Primarily Lectures+Labs Exercises) for the Programming Techniques course, Code: 02OJPLM, part of the Bachelor's Degree in Computer Engineering, Second Semester,โ€ฆ

    C

  3. LearningPython LearningPython Public

    A collection of simple Python projects designed for beginners to help strengthen programming skills and understand fundamental concepts. Each project is intended to be a fun, hands-on way to practiโ€ฆ

    Python

  4. Data-Structure Data-Structure Public

    A comprehensive collection of C++ implementations of fundamental data structures and algorithms organized by learning weeks. This repository serves as a learning resource and reference guide for unโ€ฆ

    C++

  5. Algorithm Algorithm Public

    C++ implementations of fundamental algorithms, organized week-by-week and module-wise. Code follows a structured learning path based on a formal CS fundamentals curriculum.

    C++

  6. IntroToProgrammingWith-C IntroToProgrammingWith-C Public

    Complete coursework and projects for Intro to Programming with C. Built to track my progress and practice Git/GitHub fundamentals.

    C