Skip to content
View lucasdbr05's full-sized avatar
  • University of Brasilia

Highlights

  • Pro

Block or report lucasdbr05

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
lucasdbr05/README.md

👋 Hi, I'm Lucas Lima

🚀 About Me

I'm a Computer Science undergraduate at the University of Brasília (UnB) passionate about solving complex problems through technology.

#include <bits/stdc++.h>
#include "Fluminense.h"

class Lucas_Lima : public Fluminense_Supporter {
  private:
    std::string name;
    int age;
    std::string university;
    std::string undergraduation;
    std::string location;
    std::vector<std::string> interests;
    std::vector<std::string> programming_languages;

  public:
    Lucas_Lima() : Fluminense_Supporter() {
      name = "Lucas Gabriel de Oliveira Lima";
      age = calculate_age(2005, "April", 8);
      university = "University of Brasilia - UnB";
      undergraduation = "Computer Science";
      location = format_address("Brasília", "DF", "Brazil");
      
      interests = {
        "Artificial Intelligence",
        "Software Engineering",
        "DevOps and Infraestructure",
        "Competitive Programming",
        "Data Science",
        "Web Development",
        "Graphics Computation",
        "Blockchain Development"
      };
      
      programming_languages = {
        "TypeScript",
        "JavaScript",
        "C++",
        "Python",
        "Rust",
        "C#",
        "Java",
        "Go",
        "Solidity"
      };
    }
};

🛠️ Tech Stack

🤖 AI & Machine Learning
Python LangChain Hugging Face Ollama Tensorflow
Scikit Learn Pandas Numpy Jupyter FastAPI
💻 Full Stack Development
TypeScript JavaScript Next.js NestJS React
React Native Node.js Java HTML5 CSS3
🗄️ Databases
MongoDB PostgreSQL Prisma
☁️ DevOps & Cloud
AWS Docker Kubernetes Terraform Ansible
Nginx Vercel Bash NVIDIA
🧪 Testing & Quality
Jest TDD
🔧 Other Technologies
C++ OpenGL Ruby Go Rust
C# .NET R

Popular repositories Loading

  1. feira-selecic-mp feira-selecic-mp Public

    TypeScript 3 2

  2. link-health-tp1 link-health-tp1 Public

    Projeto de TP1

    Java 2 2

  3. JiUNBScore JiUNBScore Public

    TypeScript 1 1

  4. digital-signature-with-rsa-pss digital-signature-with-rsa-pss Public

    Python 1

  5. semi-fungible-tokens-sticker-album semi-fungible-tokens-sticker-album Public

    TypeScript 1 1

  6. python_projects python_projects Public

    Python