Skip to content
View Lucasdsk's full-sized avatar
🏠
Working remotely
🏠
Working remotely
Block or Report

Block or report Lucasdsk

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

Hi there πŸ‘‹


My name is Lucas and I currently reside in Brazil πŸ‡§πŸ‡·. I have been working as a software developer for 7 years now and specialize in frontend development. In addition to frontend development, I also dabble in backend development using Nodejs 🌐.

Personally, I am very helpful and love to share my knowledge with others. I find joy in learning new things and then passing on that knowledge to those around me πŸ“š. Whether it's through code reviews or teaching others how to use a new tool, I am always willing to lend a helping hand 🀝.

πŸ’» Technologies


JavaScript TypeScript HTML5 CSS3 GraphQL


React React Native Expo Next JS Apollo-GraphQL React Query React Router React Hook Form Redux Styled Components Ant-Design TailwindCSS Less SASS


Jest Testing-Library cypress


NodeJS NestJS Express.js Prisma


AWS Firebase Heroku Netlify


Bitbucket Git


Yarn NPM


Visual Studio Code Xcode Android Studio


πŸ” Find me


LinkedIn Gmail

Pinned

  1. CSS CSS Public

    Alguns conceitos de CSS

    JavaScript 1

  2. weather-now weather-now Public

    JavaScript 1

  3. poc-react-angular poc-react-angular Public

  4. vue-calculator vue-calculator Public

    A simple calculator using Vue to learn how to use Vue

    Vue 1

  5. HTTP to HTTPS redirect with NextJs H... HTTP to HTTPS redirect with NextJs Heroku
    1
    To configure an HTTP -> HTTPS redirect using NextJs on Heroku, is necessary to configure a [NextJs custom server](https://nextjs.org/docs/advanced-features/custom-server).
    2
    
    
    3
    Here is a custom server configured with the redirect working:
    4
    
    
    5
    > ### server.js