Skip to content
View javiburn's full-sized avatar
πŸ‘¨β€πŸ’»
Coding
πŸ‘¨β€πŸ’»
Coding
  • 42 Madrid
  • Madrid, Spain
  • 19:57 (UTC +01:00)

Highlights

  • Pro

Block or report javiburn

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

Hello, World! πŸ‘‹ I'm Javiburn

GitHub followers Linkedin: Javier Sarabia

About Me

πŸŽ“ I am a Software Engineering student at Γ‰cole 42.

πŸ’» I am passionate about coding and have been developing projects in various areas including systems programming, Object Oriented Programming, multi-threading, videogames, algorithms and much more.

πŸ› οΈ My favorite technologies and tools include:

  • Programming Languages: C, C++, Python, Go.
  • Tools: Git, Docker, Linux, VMs.

Featured Projects

IntraProfile
jsarabia's 42 stats

Featured Projects

A web server project implemented in C++ that supports HTTP/1.1. It handles GET, POST, and DELETE requests, serving static files and dynamic content.

A simple Unix shell program written in C that supports command execution, piping, redirection, and basic built-in commands.

A 3D game project using the raycasting technique, inspired by the classic game Wolfenstein 3D, developed in C using the MinilibX library. You can watch how it works on the Youtube channel of my partner Magnitopic.

An API in Golang that handles GET, POST, PATCH and DELETE requests to a MongoDB that contains the data of sighted asteroids that are potentially dangerous.

GitHub Stats

Your Name's GitHub Stats

Top Languages

Contact

πŸ“« You can reach me at:


⭐️ From Javiburn

Popular repositories Loading

  1. pipex pipex Public

    Simulating the pipe operator "|" in C language

    C 1

  2. minishell minishell Public

    Forked from magnitopic/minishell

    As beautiful as a shell

    C 1

  3. philosophers philosophers Public

    C 1

  4. libft libft Public

    Using the classic C library is boring, so I created my own one.

    C

  5. javiburn javiburn Public

    This repository includes my profile settings.

  6. get_next_line get_next_line Public

    This function will allow the user to read a line of a document each time it is called.

    C