Skip to content
View smaje99's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report smaje99

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
smaje99/README.md

Hi 👋🏼, I'm Sergio Majé 😃

I'm working as a Freelance Full Stack Web Developer

I'm Web Developer looking for new horizons and willing to learn.

I am currently working in Medintegral medical system

👨‍💻 Do you want to know more about me?

const aboutMe = {
   pronouns: "He" | "Him",
   code: ["JavaScript", "TypeScript", "HTML", "CSS", "Python", "SQL", "NoSQL"],
   technologies: {
      frontend: {
         JavaScript: ["React", "Next.JS", "Astro"],
         CSS: ["Sass", "tailwind.css"],
         test: ["Storybook"]
         tooling: ["Webpack", "Vite.JS", "ESLint", "prettier"]
      },
      backend: {
         Python: ["FastAPI", "SQLAlchemy"],
         JavaScript: ["Node.js", "Express.js", "Next.JS"],
         tooling: ["npm", "pnpm", "Poetry", "Ruff", "MyPy"]
      },
      databases: {
        SQL: ["PostgreSQL", "MySQL", "MariaDB"],
        NoSQL: ["MongoDB", "Redis"]
      }
   },
   currentOccupation: ["Freelance Full Stack Web Developer", "Computer Engineering Student"]
};

I have also studied:

  • Project management
  • Artificial intelligence

I have completed competitive programming exercises in beecrowd badge beecrowd.

🔥 My Stats

GitHub Streak Top Langs

Popular repositories Loading

  1. Swader Swader Public

    Sistema de iluminación controlado por infrarojo

    C++ 1

  2. modernUI modernUI Public

    Componentes y herramientas modernizadas, obteniendo una mejor experiencia de programación con Java Swing

    Java 1

  3. sistema-electoral sistema-electoral Public

    Proyecto de curso WEB

    JavaScript 1

  4. computer-structure-unir computer-structure-unir Public

    Actividades de la asignatura Estructure de Computadores en la UNIR

    Assembly 1

  5. it-services-contents-unir it-services-contents-unir Public

    Astro 1

  6. Calc2 Calc2 Public

    Calculadora en java para evaluar las expresiones infijas a postfijas

    Java