Skip to content
View BredyByte's full-sized avatar

Highlights

  • Pro

Block or report BredyByte

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

Typing SVG

🤓 About me:

Hey! I'm Davyd, a tech enthusiast studying at Campus 42 Málaga. I'm deeply passionate about low-level programming, cybersecurity, and DevOps. Always on the lookout for exciting challenges and ways to grow in the tech field!

When I'm not coding, you'll find me engaged in board games, pushing my limits at crossfit, and constantly hunting for new information to broaden my horizons reading books.

Explore some of my web projects here ➡️ Click me!

🛠 Languages & Tools:


Pinned Loading

  1. colorFrogApp colorFrogApp Public

    Psychedelic Frog: Explore a mesmerizing website featuring a color-changing frog. Dive into a whimsical journey of hues with every hop! 🌈🐸 #WebMagic

    SCSS 1

  2. newTattoo newTattoo Public

    Tattoo Black Rituals Demo Website

    JavaScript 2

  3. Minishell Minishell Public

    This is a basic UNIX shell emulator that supports command execution, argument parsing, input/output redirection, piping, environment variable handling, and built-in commands: cd, echo etc. It also …

    C

  4. cub3d cub3d Public

    Cub3D is a basic 3D game engine that uses raycasting to render a maze-like environment from a first-person perspective. It supports textures, sprites, basic movement, and collision detection, provi…

    C

  5. fract-ol fract-ol Public

    This project renders classic fractal patterns using the MLX42 graphics library to explore programming 2D graphics applications in C.

    C

  6. webserv webserv Public

    Forked from pablovilchez/webserv

    A simple HTTP server implementation that supports handling requests, serving static files, and CGI scripts. It adheres to HTTP/1.1 standards and includes features like routing, connection handling,…

    C++