Skip to content
View FilipeFilpe's full-sized avatar
😜
😜

Block or report FilipeFilpe

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

Hi 👋, I'm Filipe Sousa

A Full Stack Developer, passionate from JavaScript.

  • 🔭 I’m currently working with ReactJS, Typescript, Javascript and Jest

  • 🌱 I’m currently learning NextJS and Laravel

  • 📝 I regularly write articles on https://medium.com/@filipefilpe

  • 💬 Ask me about react, javascript, nodejs and php

📫 How to reach me

Languages and Tools:

html5 css3 javascript bootstrap sass tailwind materialui react typescript vuejs nextjs nodejs jest php laravel postgresql mysql git

filipefilpe filipefilpe

Pinned Loading

  1. apinodemediumarticle apinodemediumarticle Public

    API NodeJS criada para o desenvolvimento de um artigo no Medium.

    JavaScript

  2. FilipeFilpe.github.io FilipeFilpe.github.io Public

    Site pessoal

    HTML

  3. rocketseat-nlw-3-backend rocketseat-nlw-3-backend Public

    Next Level Week 3 of the Rocketseat - Project Happy

    TypeScript

  4. nlw-03-omnistack nlw-03-omnistack Public

    Forked from rocketseat-education/nlw-03-omnistack

    Projeto construído durante o Next Level Week #03

    TypeScript

  5. sass-artigo.css sass-artigo.css
    1
    /* Aqui podemos ver o resultado gerado no CSS */
    2
    div {
    3
      color: red; }
    4
      div p {
    5
        margin: 0; }
  6. UserController.js UserController.js
    1
    const Movie = require('../models/Movie');
    2
    
                  
    3
    module.exports = {
    4
        async list(req, res){
    5
            try {