Skip to content
View EddyBel's full-sized avatar
💻
Happy life, constant smile
💻
Happy life, constant smile

Block or report EddyBel

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

Hi, I'm Eduardo

Github Twitter LinkedIn My Web

Welcome to my github!
I'm Eduardo, Fullstack developer and mobile developer from Mexico City.

Things I code with

React Webpack Docker CSS github actions TypeScript Insomnia Apollo redux GraphQL Sass Styled Components git NestJs angular npm html5 Postman MongoDB Nodejs ViewJs NextJs ElectronJs

About me

I started programming at the age of 14; my first programming language was Visual Basic. Currently, my main focus is the development of web, mobile, and artificial intelligence applications. In my GitHub account, you can find projects related to these areas, as well as some experiments and tests I've done. I hope you like them, and if you have any suggestions or comments, don't hesitate to contact me!

Pinned Loading

  1. Neovim.Config Neovim.Config Public

    Personal configuration of neovim as IDE.

    Lua 1 2

  2. CodeChroma CodeChroma Public

    This project is a simple library to color text in the terminal with python.

    Python

  3. Curriculum Curriculum Public

    Curriculum minimalista y fácil de imprimir.

    JavaScript

  4. Dev-Portfolio Dev-Portfolio Public

    Website showing a programming portfolio

    TypeScript

  5. MATEMATICAS-BASICAS-CON-APOYO-DE-LA-REALIDAD-AUMENTADA-MAT-TZUNUN MATEMATICAS-BASICAS-CON-APOYO-DE-LA-REALIDAD-AUMENTADA-MAT-TZUNUN Public

    Desarrollar una aplicación dinámica para equipos móviles que permita a los niños de primer y segundo año de primaria resolver operaciones básicas como suma y resta con la integrando a la realidad a…

    TypeScript

  6. Esta clase en Java permite generar u... Esta clase en Java permite generar una CURP (Clave Única de Registro de Población) siguiendo las normas establecidas en México. La CURP es un identificador único que utiliza el nombre completo, fecha de nacimiento, sexo y estado de nacimiento de una persona para crear una clave alfanumérica única.
    1
    import java.util.HashMap;
    2
    import java.util.Map;
    3
    import java.util.regex.Matcher;
    4
    import java.util.regex.Pattern;
    5