Skip to content
View isaenesuslu's full-sized avatar
:shipit:
%85
:shipit:
%85
  • 42 Türkiye
  • Earth

Highlights

  • Pro

Block or report isaenesuslu

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

"My mission is to make human life more efficient and optimized through technology."


👨‍💻 About Me

My journey in the software world began intensely with Web Development, where I gained solid experience in modern web technologies. However, my desire to dive deeper into technology and my curiosity about the underlying logic of machines shifted my route to the intersection of hardware and software.

Currently, I am actively working on System Programming, Driver Development, Robotics, Artificial Intelligence, and Embedded Systems. I enjoy working where the code meets the metal.

For me, Linux and the Open Source world are not just tools, but the center of my development culture. I believe in the power of free software and that knowledge grows when shared.


🛠 Skills & Tools

Here are the languages, libraries, and development environments I actively use in my projects:

Languages & Frameworks

C C++ Python Django JavaScript React HTML5 CSS3 PostgreSQL

System & DevOps

Linux Git Bash Script Makefile

Editors & IDE

Vim Visual Studio Code


📊 Connect with Me

Pinned Loading

  1. 42-piscine-bsq 42-piscine-bsq Public

    A high-performance algorithm to find the largest possible square in a given map while avoiding obstacles. Implements an efficient Dynamic Programming approach to handle large-scale maps within stri…

    C 2

  2. ft-printf ft-printf Public

    Custom implementation of the C standard library's printf function. Explores the mechanics of variadic functions and efficient data formatting. Features recursive conversion for hex/int and single-p…

    C

  3. get-next-line get-next-line Public

    C function that reads a line from a file descriptor. Features efficient buffer management using static variables and a "drawer" logic to handle multiple file descriptors simultaneously (Bonus Part)…

    C

  4. libft libft Public

    Comprehensive C library featuring re-implementations of standard libc functions and additional utilities. Serves as the foundational toolkit for all 42 Network projects, focusing on memory manageme…

    C

  5. push-swap push-swap Public

    Forked from ybalkan/42-push_swap

    A highly optimized sorting project using two stacks and limited operations. Built with a modular C architecture, focusing on minimum move count and algorithmic efficiency. 42 Kocaeli.

    C

  6. horse-race-game horse-race-game Public

    Horse Racing Game. Strategy game implementation using JavaScript. Features modular code architecture, event-driven interactions, and complex game state management. A deep dive into functional progr…

    CSS