Skip to content
View lschiavini's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Organizations

@UnbDroid

Block or report lschiavini

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

Hi, I'm Lucas Schiavini

Control and Automation Engineer @ University of Brasilia
Developer @ ShowSeeker

Check out My Website

GitHub Lucas Github Views

about me

me but in json

const Lucas = {
    nickName: "luskira",
    code: [
        "C", "C++", "Javascript", "Typescript", 
        "Python", "Java", "Kotlin", "Dart", 
        "Node", "Lua", "NextJS", "Flutter",
        "ReactJS", "React Native",
    ],
    platforms: [
        "Android", "iOS", "macOS",
        "Esp32", "RaspberryPi3", "Arduino"
    ],
    tools: [
        "Android Studio", "XCode", "nvim"
        "AWS", "Firebase",
        "Photoshop", "Illustrator",  
        "InDesign", "Figma", "After Effects",
        "Altium", 
    ],
    architectures: [
        "microservices", 
        "MVVM", 
        "KMM", 
        "MVI"
    ],
    talkToMeAbout: [
        ...yourinterests,
         "it's always sunny in philadelphia", "maths",
        "economics", "algorithms", 
        "psychology", "meditation",
        "technology", "philosophy",
    ],
}

From @Lucas

Pinned Loading

  1. Data-Transmission Data-Transmission Public

    Repo for a simple ChatRoom App developed for Data Transmission Course

    Python

  2. Industrial-Robotics Industrial-Robotics Public

    2DOF Robot Arm Code

    MATLAB 1

  3. Hypothetical-Assembler-Loader Hypothetical-Assembler-Loader Public

    Hypothetical Language assembler with linking and loading with multiple .asm files

    C++