Skip to content
View fernandotag's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Campinas, SP, Brazil

Organizations

@unimed-anhanguera @codartbr
Block or Report

Block or report fernandotag

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

Hi 👋, I'm Fernando Tagliaferro

Full-Stack Software Engineer

/about-me

app.get("/about-me", (req, res) => {
  res.send({
    firstName: "Fernando",
    lastName: "Tagliaferro",
    pronouns: "He | Him",
    interests: [
      'coding',
      'technology',
      'travel',
      'coffee',
      'pet',
      'soccer',
      'photography',
    ],
    askMeAbout: ["coding", "travel", "coffee"],
    technologies: {
      programming: ["Javascript", "Typescript", "Java", "PHP"],
      frontEnd: ["HTML", "CSS", "JavaScript", "React", "Angular"],
      backEnd: ["Node.js", "Express.js", "Spring Boot", "PHP"],
      database: ["mySQL", "PostgreSQL", "Oracle", "mongoDB"],
      devops: [
        'CI/CD',
        'Docker',
        'Docker Swarm',
        'GitHub Actions',
        'Kubernetes',
        'RabbitMQ',
        'Sonar',
      ],
      conventions: [
        'Design Patterns',
        'GitFlow',
        'TDD',
        'Clean Code',
        'SOLID',
        'Clean Architecture',
      ],
    },
    currentlyLearning: ["Next.js", "Tailwind CSS", "NestJS", "Prisma ORM"],
  });
});

/contact

app.get("/contact", (req, res) => {
  res.send({
    email: "[email protected]",
    location: {
      city: "Campinas",
      state: "São Paulo",
      county: "Brazil",
    },
    company: "Self-employed",
    jobTitle: "Full-Stack Developer",
    website: "",
    socialMedia: {
      linkedin: "https://www.linkedin.com/in/fernando-tagliaferro",
      medium: "",
    },
  });
});

Popular repositories Loading

  1. swarm-stack swarm-stack Public archive

    Kit de ferramentas para gerenciamento, monitoramento, alertas e proxy reverso em clusters Docker Swarm.

    Dockerfile 1

  2. docker-php5.6-oci docker-php5.6-oci Public

    Docker Image built on Debian, with Apache2, PHP5.6, OCI8 extension and the Oracle Instant Client.

    Dockerfile 1

  3. docker-php7.2-oci docker-php7.2-oci Public

    Docker image with php 7.2, oci8, pdo_oci, oracle instant_client 12.

    Dockerfile

  4. ignite-feed ignite-feed Public

    Simple application to manage posts.

    JavaScript

  5. todo-list todo-list Public

    Simple reactjs application to-do list

    TypeScript

  6. react-timer react-timer Public

    This application is a simple timer.

    TypeScript