Skip to content
View jestebanpelaez18's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jestebanpelaez18

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

Hi there👋, I'm Juanes !!

jestebanpelaez18

I transitioned from studying Mechanical Engineering to entering the world of coding when I moved from Malaga, Spain to Helsinki to pursue Software Engineering at Hive Helsinki ! I've always found stats fascinating, and I enjoy keeping up with NBA and football games in my free time. This interest naturally led me to focus on Python and Data Science. Additionally, I've developed a curiosity for Hacking and Cybersecurity – there's something intriguing about dip into that world.
  • 🔭 I’m currently working on Inception

  • 🌱 I’m currently learning C++, Cybersecurity, Python and Data Science with Python

  • 📫 How to reach me Linkedin

  • ⚡ Fun fact: Eat, sleep, gym, code, and repeat

About Me

  • 🐈 My name is Juan Esteban, but you can call me Juanes!

  • 🏋🏻‍♂️ I don't want to say that I'm a gym rat, but I love working out; it's just part of my routine.

  • 🍳My secret hobby is cooking.

  • 🌊✈️ I'm all about exploring new cultures and savoring delicious eats, especially by the sea. Traveling and feeling the ocean's pull is where I'm at my happiest.

Notable Projects

These are some of the notable projects I've worked on:

  • Minishell: This project aims to develop a user-friendly shell, essentially a simplified version inspired by the bash shell. Implemented in C and using Unix system calls, it optimizes processes and file descriptors. In this shell you will be able to use redirections, piping, executable execution, and seamless handling of quotes, environment variables, and shell expansions. Furthermore, it offers versatility by supporting various types of signals, enhancing your command-line experience.

  • Cub3D: This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. mplemented in C and employing fundamental algorithms, our endeavor delves into the realm of ray-casting. The objective is to create an immersive view within a maze, challenging you to navigate and discover your path forward

  • Philosophers:

  • Push Swap:

Connect with me:

www.linkedin.com/in/juan-esteban-pelaez-hoyos-123465162

🛠 Languages and Tools:

Languages and Tools

jestebanpelaez18

 jestebanpelaez18

Popular repositories

  1. 42Course-Minishell 42Course-Minishell Public

    Minishell allows to relive the challenges of the past, experiencing firsthand the problems faced when Windows was non-existent. Dive into the realm of interactive command lines, understanding the e…

    C 2 3

  2. 42Course-libft 42Course-libft Public

    The libft project involves creating a custom library in C that will include a series of common functions used in daily programming in this language.

    C

  3. 42Course-get_next_line 42Course-get_next_line Public

    Introducing the Get_Next_Line project, where we will learn about static variables in C programming. By calling the get_next_line() function, we will ll be able to read a file descriptor's text file…

    C

  4. 42Course-ft_printf 42Course-ft_printf Public

    In this moderate difficulty project, we have to recode the popular and versatile printf() function from libc. We will discover variadic functions in C and implement conversions for cspdiuxX%. The c…

    C

  5. 42Course-Born2BeRoot 42Course-Born2BeRoot Public

    Born2beRoot is a virtualization project that introduces to the basics of creating and setting up our own operating system. Using VirtualBox or UTM, we will create a machine under specific instructi…

    Shell

  6. 42Course-MiniTalk 42Course-MiniTalk Public

    In this project, the client and server communicate via UNIX signals to send and receive messages. The server is started first and prints its PID, while the client takes two parameters: the server P…

    C