Skip to content
View hernique33comiitei's full-sized avatar
:shipit:
welcome to my profile
:shipit:
welcome to my profile

Organizations

@WFC-WebFlowConecta

Block or report hernique33comiitei

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

Hi guys 👋

Feel free to explore my world

MyProfile 💻

const MyProfile = () => {
  const name = "Henrique de Oliveira Santos";
  const acknowledgements = "Software Development";

  const primarySkillset = "Some Skills";
  const skills = ["React", "NextJs", "TypeScript", "Node.js"];

  return (
    <div>
      <h1>{name}</h1>
      <p>{acknowledgements}</p>
      <h2>{primarySkillset}</h2>
      <ul>
        {skills.map((skill, index) => (
          <li key={index}>{skill}</li>
        ))}
      </ul>
    </div>
  );
};

GitHub Streak

react logo nextjs logo javascript logo typescript logo nodejs logo html5 logo css3 logo python logo django logo mysql logo


Pinned Loading

  1. to-do-list-microservice-python to-do-list-microservice-python Public

    This project uses FastAPI (Python) to build a simple to-do list microservice. It includes features such as CRUD operations, caching, Docker, unit tests, integration tests, and Kubernetes deployment.

    Python

  2. rest-api-node-ts-oop rest-api-node-ts-oop Public

    A Rest API maked with Nodejs and Typescript, using OOP

    TypeScript 1

  3. gec gec Public

    GEC (Git Easy Commit) is an open source tool that facilitates the creation of standardized commits in Git projects.

    Python 8