Skip to content
View lluckymou's full-sized avatar
🔒
Working on private repositories
🔒
Working on private repositories

Organizations

@Natalnet @sBotics @Robocup-Brasil
Block or Report

Block or report lluckymou

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
lluckymou/README.md
using System;
using System.Collections.Generic;

class Llucmou : Person
{
    public static string Name
    {
        get => "Lucas Nascimento";
    }

    public static string Email
    {
        get => "llucmou@gmail.com";
    }

    static Dictionary<string, string[]> experiences = new Dictionary<string, string[]>()
    {
        {"FrontEnd" , new string[] {"JS", "jQuery", "Alpine.js", "CSS", "Boostrap", "Tailwind"}},
        {"BackEnd" , new string[] {"Ruby on Rails", "JS (Node.js)", "Java (Spring boot)", "Python (Django)", "Laravel"}},
        {"Tools" , new string[] {"Unity", "Linux", "Git", "Photoshop", "Astah", "Heroku"}},
    };

    public static override string[] Experience(string type) => experiences[type];

Experience

Software Engineer

Since November 2022, I've been working as a Frontend Engineer and Software Engineer for Robocup Brasil, designing, testing, implementing and maintaining their event-organizing platform "Sistema Olimpo".

    /*
     * public function start_date() {
     *   return strtotime('2022-11-01');
     * }
     *
     * public function end_date() {
     *   return Carbon::now();
     * }
     */

Unity developer

I'm the head developer of sBotics, a Rescue Line educational robotics simulator used by the Brazilian Robotics Olympiad and RoboCupJr Worldwide 2021, boasting thousands of users across the globe.

    public static DateTime StartDate
    {
        get => new DateTime(2018, 02, 01);
    }

    public static DateTime EndDate
    {
        get => DateTime.Today;
    }

Ruby on Rails full-stack developer

I worked for over a year at a local agency serving start-ups and other small businesses websites and web systems using jQuery, Bootstrap, MongoDB, Git, and obviously vanilla JS and CSS.

    /*
     * def start_date
     *   return Date.new(2019, 02, 01)
     * end
     *
     * def end_date
     *   return Date.new(2020, 05, 15)
     * end
     */

Timeline of skills

    public static string Description
    {
        get =>
        @"
            Tech-enthusiast, geography nerd, passionate
            self-paced learner with knowledge in Web and
            Game development.

            Languages: English (C2), French (A2) and Portuguese (native).
        ";
    }

}

You can read more about me interactively here.

Want to import this 'class' in your project? Contact-me on Email or LinkedIn.

Pinned Loading

  1. sBotics/programming-reference sBotics/programming-reference Public

    sBotics C# Programming Reference. For educational purposes ONLY.

    C# 5

  2. simple-pinball simple-pinball Public

    Simple physics-based pinball game made using Unity 2020.3 LTS for a university course.

    C# 6

  3. brashi/PetFera brashi/PetFera Public

    Programa de cadastro de animais para a loja de animais Pet Fera.

    C++ 3

  4. BahiaMod BahiaMod Public

    Source code and tutorial for the tModLoader mod "BahiaMod"

    C# 2