Skip to content
View yeta1990's full-sized avatar

Block or report yeta1990

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

Alberto García

🤓 About me

Since I was born, there has always been a computer at home. That's why I've spent my life playing around with tech stuff. When the Internet reached my home, I started to investigate how websites worked. Years later, I founded a startup, where I started to see technology from a business perspective. Thanks to MOOCs, but mainly thanks to 42 Madrid, I've learnt not only about numerous specific technologies but also the fundaments of software development with low level languages such as C and C++.

Skills

🖥 Main languages

C C++ Javascrpt SQL

📘 Libraries and frameworks

Node.js, React, Next.js, Bootstrap, Chakra, Prisma.

🌐 Infrastructure and cloud

AWS (ec2, s3, codebuild, EBS, lambdas), GCloud(bigquery), dbt, Mongodb, Stitch

🛠 Other tools

APIs de Salesforce, Hubspot, Wordpress. Integromat/Make, Zapier.

Vim fan

Featured public projects

  • Web app to play Pong online against other players: challenges, ranking, ladder, different game modes and power ups.
  • Chat rooms with persistence, private messages, friends, etc.
  • Websockets for game and chat, login with Oauth2, user privilege management, 2FA with QR via mobile app.
  • Reimplementation of some data structures from C++ 98 STL.
  • Vector, Map, Stack and Set, including iterators, reverse iterators and a red-black tree.
  • Stress tests with similar performance compared to STL.
  • Portable environment to ease the search for bugs and leaks in C and C++, packed with GCC, Clang, Valgrind and vim.
  • Image build and upload to DockerHub is automatic when a PR is merged.
  • Tested on Mac, Linux and Windows.
  • IRC server based on RFC1459 protocol.
  • Compatible with IRC clients who follow the same protocol (i.e.: irssi, Textual, etc.)
  • Includes most of the commands and modes of users and operators.
  • Unix-like shell: a command interpreter inspired in bash.
  • Allows command execution, redirections and pipes.
  • Implements its own builtins: env, export, cd, echo and unset.

Pinned Loading

  1. fdf fdf Public

    C

  2. minishell minishell Public

    C

  3. irc_server irc_server Public

    Forked from Manmartin/irc

    irc server

    C++

  4. poc-haveibeenpwned poc-haveibeenpwned Public

    JavaScript