Skip to content
View Lucas-Ribeiro-Lima's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Lucas-Ribeiro-Lima

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
Lucas-Ribeiro-Lima/README.md

Lucas Ribeiro 🥷🏼

👋 Greetings! I'm Lucas Ribeiro Lima, a 23-year-old Software Engineering enthusiast with a flair for crafting seamless and engaging user experiences. Currently navigating the Information Technology landscape, I specialize in frontend technologies such as React, Next.js, and TypeScript.

🚀 Here's a glimpse of what I bring to the coding table:

💻 Proficiency in Frontend Technologies: Fluent in the art of React.js and Next.js, I take pleasure in constructing dynamic and efficient user interfaces.

🌐 Web Development Enthusiast: With an insatiable curiosity for the ever-evolving web landscape, I'm committed to staying at the forefront of frontend development.

🚀 Eternal Learner: As a devoted student of Software Engineering, I am on a perpetual quest to explore new technologies and refine my skills to conquer the challenges of the digital realm.

Feel free to delve into my repositories to discover some of the coding adventures I've embarked upon. Let's connect and embark on a coding journey together! 🚀✨

Knowledge

  • Frontend-Web
  • Javascript
  • Typescript
  • React
  • Next.JS
  • DevOps
  • Kubernetes
  • Docker
  • Python

LinkedIn

Instagram

Notion

Explore my projects here on Github 💻

interface MyProfile {
    name: string,
    age: number,
    graduation: string,
}

const Profile = ({ name, age, graduation }: MyProfile) => {
    console.log(`Hello World. I am ${name}, ${age}, ${graduation}`)
}

Feel free to reach out and let's turn code into magic! 🌟

Popular repositories Loading

  1. GithubDocker GithubDocker Public

    My personal deployment of docker's container's

    Vue 1

  2. linuxResizeLVM linuxResizeLVM Public

    Basic tutorial to resizing an online Linux system file

    1

  3. dustmist dustmist Public

    My first NextJS portfólio website.

    TypeScript 1

  4. Lucas-Ribeiro-Lima Lucas-Ribeiro-Lima Public

    Config files for my GitHub profile.

  5. Mysql-Database Mysql-Database Public

    Mysql learning SQL coding and modeling a database

  6. WEB-Developer WEB-Developer Public

    This project is my first Portfólio WebSite, that was made with pure HTML, CSS and JavaScript

    CSS