Skip to content
View LucasNahuel945's full-sized avatar
  • Buenos Aires, Argentina

Block or report LucasNahuel945

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

Hi there!

🧔 I'm Lucas Sandoval, from Buenos Aires, Argentinia 🇦🇷🧉. I'm a web developer mainly based on javascript technologies such as React, Node, Mongo and MERN stack basically.
💻 I work with ArchLinux as my main operating system whit this dotfiles config.

const Me = {
  pronouns: 'He', 'Him',
  code: ['Javascript', 'Typescript', 'Python', 'C#', 'HTML', 'CSS'],
  askMeAbout: ['web development', 'electronic', 'football', 'chess'],
  technologies: {
    css: ['Tailwind', 'Boostrap', 'Bulma', 'Sass'],
    javascript: ['ES6', 'React', 'Node', 'Express'],
    databases: ['MySQL', 'MariaDB', 'MongoDB', 'Mongoose', 'Sequalize', 'TypeORM'],
  },
  languages: ['Spanish', 'English'],
  OS: 'ArchLinux'
}

Thanks for see my profile 🙂 feel free to see my work and collaborate with it if you want.

Pinned Loading

  1. react-pomodoro-timer react-pomodoro-timer Public

    Timer web app based on Pomodoro technique develop using React technologies such as Redux, React-router and styled-components.

    JavaScript 1

  2. nest-blog-api nest-blog-api Public

    An blog api based on Nest.js and TypeORM

    TypeScript 1

  3. TicTacToe.net TicTacToe.net Public

    C# 1

  4. weather-cli weather-cli Public

    A comand line tool to know the weather status based on openweathermap.org API using python.

    Python