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];
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();
* }
*/
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;
}
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
*/
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.