Skip to content
View SLargo18's full-sized avatar

Highlights

  • Pro

Block or report SLargo18

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
SLargo18/README.md

Hi there, I'm Slargo! 👋

Intro GIF


🚀 About Me

Welcome to my GitHub! I’m Santiago, a developer obsessed with digging into the guts of low-level programming and conquering system-level challenges. Born in Colombia, now creating and evolving in Spain, my code is a reflection of persistence, precision, and passion.

Here, every project is a battlefield where I sharpen my skills in C, algorithms, and memory management. I don't just write code—I fight for elegant, efficient solutions that stand the test of time.


✅ Projects I've Completed

Project Description
Push_swap Crafting optimized algorithms to sort stacks with minimal moves — where every operation counts.
Get_next_line Mastering dynamic memory by efficiently reading file descriptors line by line.
ft_printf Rebuilding the classic printf from scratch — handling all those tricky format specifiers and flags.
Pipex Simulating shell pipes and command executions with true inter-process communication magic.
FdF Bringing wireframe 3D models to life with projections and Bresenham’s line algorithm.

Each project pushed my limits and honed my ability to debug, optimize, and understand systems at their core.


🛠 Tech Stack & Tools

  • Languages: C
  • Libraries: Libft (my custom 42 C library)
  • Tools: Git, VSCode, Valgrind, GDB
  • Concepts: Low-level programming, algorithms, memory management, system calls

📈 GitHub Stats

SLargo18's Stats       SLargo18's Top Languages


💬 Let’s Connect!

Thanks for stopping by! If you want to build something real and impactful, or just talk tech, I’m here.

LinkedIn | Instagram


“Code hard, stay curious, and keep pushing the limits.”

Pinned Loading

  1. FdF FdF Public

    A 3D wireframe viewer that renders height maps in isometric projection using MiniLibX.

    C

  2. gnl gnl Public

    A function in C that reads and returns one line at a time from a file descriptor

    C

  3. pipex pipex Public

    A recreation of Unix shell piping using C, handling process creation and file descriptors.

    C

  4. printf printf Public

    A custom implementation of the standard `printf` function using variadic arguments in C.

    C

  5. push_swap push_swap Public

    A sorting algorithm project using limited stack operations and custom optimization in C.

    C