Skip to content
View LuisFloresV's full-sized avatar
:dependabot:
Focusing
:dependabot:
Focusing
Block or Report

Block or report LuisFloresV

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

Hey! Im Luis Flores ⚫

Node.js Developer

Who am I?

const express = require('express')
const app = express()
app.use(express.json())

app.get('/me',(req,res,next) => {
  res.status(200).json({
    status: 'success'
    data: {
      name: 'Luis Daniel Flores Velázquez',
      aka: 'Naoko',
      languages: ['JavaScript'],
      tools: ['Node.js', 'Serverless', 'MongoDB', 'AWS']
    }
  })
})

app.listen(9000, () => console.log('Server ready'))

Pinned Loading

  1. Natours-API Natours-API Public

    Udemy Node JS Bootcamp 2021

    JavaScript

  2. Data-Structures Data-Structures Public

    Exercises for Data Structures(Array, String, Hash Table, Linked List, Stacks, Queues, Binary Tree, Graphs) in JS

    JavaScript 1

  3. static-web-server-compression static-web-server-compression Public

    Static files web server with built-in compression

    JavaScript

  4. the-daily-stoic the-daily-stoic Public

    Repo for the daily stoic site

    JavaScript