Skip to content
View ferri17's full-sized avatar
  • Barcelona, Spain

Highlights

  • Pro

Block or report ferri17

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

Hi there, my name is Ferran ๐Ÿ‘‹

I'm a Software Developer with a solid foundation in C and C++. After 4 years working as a Motion Designer I decided to try a new role as Software Developer.

I'm currently studying at 42 Barcelona, a project-oriented computer science school distinguished for its unique peer-to-peer learning method, where I was able to improve on soft skills like communication, teamwork, self-learning, and critical thinking.

Top Langs

You can check some of the projects I have been working on here ๐Ÿ”ญ

  • Webserver HTTP 1.1 compliant web server with non-blocking I/O operations. Written in C++.
  • Inception Docker infrastructure consisting of 3 connected containers, Wordpress, MariaDB and NGINX.
  • Minirt CPU raytracer written in C from scratch.
  • Minishell My own shell using bash as reference.
  • Fdf 3D wireframe model representation of a topographic map sent as input.
  • Libft Personal library that re-creates some of libc functions.
  • Push swap Sort a stack with the help of a secondary stack.
  • CPP Modules A set of modules to learn OOP and transition from C to C++.

You can also find me on Codewars, where I like to solve some problems on my free time ๐Ÿ’ก

Code Wars Badge

Pinned Loading

  1. minishell minishell Public

    Forked from AdriaPriego/MiniShell

    The aim of this project is to create a shell using bash (bourne-again shell) as reference.

    C 6

  2. FdF FdF Public

    This project is about creating a simple wireframe model representation of a 3D landscape by linking various points (x, y, z) thanks to line segments (edges).

    C 4

  3. CPP_Modules CPP_Modules Public

    CPP introductory projects from 42 school.

    C++ 2

  4. miniRT miniRT Public

    This project aims to create a simple CPU based raytracer.

    C 4 1

  5. inception inception Public

    Docker infrastructure consisting of 3 connected containers, Wordpress, MariaDB and NGINX.

    Shell

  6. webserver webserver Public

    Forked from AdriaPriego/webserv

    Non-blocking HTTP webserver written in C++98.

    C++