Skip to content
View lamecksilva's full-sized avatar
🦁
Cutting until 5% BF
🦁
Cutting until 5% BF
Block or Report

Block or report lamecksilva

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

Lameck

πŸ‘‹ Welcome to my Github profile :)

About me

I'm just curious in this programming world, even though I work as a software developer on a daily basis. πŸ€™

To jobs i prefer and use technologies with TypeScript, Node.js, React.js and the like (My main stack) ... I love live in terminals, bash scripting, low-level languages like C and others ...

Interests

  • πŸ— Web & DevOps Technologies / Development ️
  • πŸ”§ Create new 'Things'
  • πŸ’ͺ Bodybuilding
  • 🍝 Cook

Contact

Pinned Loading

  1. reactjs/pt-br.react.dev reactjs/pt-br.react.dev Public

    πŸ‡§πŸ‡· React documentation website in Portuguese (Brazil)

    TypeScript 469 299

  2. Dockerfile from CRUD with docker, no... Dockerfile from CRUD with docker, nodejs mongodb
    1
    FROM node:11-alpine
    2
    
                  
    3
    WORKDIR /node-app
    4
    
                  
    5
    COPY package.json .