Skip to content
View MarcosFlavioGS's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report MarcosFlavioGS

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

Typing SVG


About Me

struct Developer {
    name:     &'static str,
    role:     &'static str,
    location: &'static str,
    focus:    Vec<&'static str>,
}

fn main() {
    let me = Developer {
        name:     "Marcos Flávio",
        role:     "Back-end Developer @ JustTravel",
        location: "Brazil, São Paulo",
        focus:    vec!["Systems", "Web", "DevOps", "Functional Programming"],
    };

    println!("Currently leveling up: DevOps  ");
    println!("Reach me at: mfghost69@gmail.com  ");
}

GitHub Stats


GitHub Streak


Tech Stack

Operating Systems

Languages

Frameworks

Databases

DevOps & Cloud


Let's Connect

Email GitHub


Typing SVG

Profile Views

Profile Views

Pinned Loading

  1. Prefect Prefect Public

    A C build tool if you are too lazy for Makefile

    OCaml 6

  2. Password_Genius Password_Genius Public

    A CLI password manager written in Rust

    Rust 3

  3. fil_de_fer_42_FDF fil_de_fer_42_FDF Public

    This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.

    C

  4. kumpel_back kumpel_back Public

    This is the backend of the Kumpel gorup chat

    Elixir 1

  5. Kumpel_client Kumpel_client Public

    This is a Kumpel client.

    TypeScript 1

  6. Conway-s-Game-of-Life Conway-s-Game-of-Life Public

    This is an implementation of John Conway's game of life in C++ using Raylib

    C 1