Skip to content
View skvggor's full-sized avatar
🦀
Rust is becoming second nature as I delve deeper into its syntax.
🦀
Rust is becoming second nature as I delve deeper into its syntax.
  • Radix ∴ Engenharia e Software
  • São Paulo, Brasil

Organizations

@iMastersDev @php-brasil @begyland @dandara-nucleo-de-tecnologia @RadixNexus

Block or report skvggor

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

Weekly code

Latest data

TypeScript   18 hrs 57 mins  ████████████████████░░░░░   80.48 %
JSON         2 hrs 8 mins    ██▒░░░░░░░░░░░░░░░░░░░░░░   09.13 %
Bash         1 hr 4 mins     █░░░░░░░░░░░░░░░░░░░░░░░░   04.55 %
Other        36 mins         ▓░░░░░░░░░░░░░░░░░░░░░░░░   02.59 %
TSConfig     13 mins         ▒░░░░░░░░░░░░░░░░░░░░░░░░   00.94 %
JavaScript   9 mins          ▒░░░░░░░░░░░░░░░░░░░░░░░░   00.69 %
Git Config   9 mins          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.66 %
Rust         6 mins          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.46 %
YAML         2 mins          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.21 %
Text         2 mins          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.18 %
Markdown     1 min           ░░░░░░░░░░░░░░░░░░░░░░░░░   00.11 %
INI          0 secs          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.00 %

Bio

#[derive(Debug)]
struct Skills {
    front_end: Vec<&'static str>,
    back_end: Vec<&'static str>,
    others: Vec<&'static str>,
}

fn main() {
    let skills = Skills {
        front_end: vec![
            "React",
            "Vue",
            "MUI",
            "Tailwind CSS",
            "SCSS",
            "Stylus",
            "HTML",
        ],
        back_end: vec![
            "Node.js",
            "Python",
            "Rust",
            "Clojure",
            "Apache Kafka",
            "GraphQL",
        ],
        others: vec!["JavaScript", "TypeScript", "Java", "PHP"],
    };

    let experience_summary = "
        I am a senior full-stack developer with about 14 years of experience in large-scale projects
        across advertising, marketing, telecommunications, and engineering sectors.
        I have led technical teams, built applications using modern front-end frameworks like React and Vue,
        and developed microservices in Go, Python, C#, and Node.js. My recent work focuses on improving
        developer experience through automation and quality practices, leveraging my skills in both
        front-end and back-end technologies.
    ";

    println!("Front-end Skills: {:?}", skills.front_end);
    println!("Back-end Skills: {:?}", skills.back_end);
    println!("Other Skills: {:?}", skills.others);
    println!("Experience Summary: {}", experience_summary);
}

Pinned Loading

  1. microservice-python-fastapi microservice-python-fastapi Public

    WORK IN PROGRESS - A scaffold for microservices using Python and FastAPI. This project is intended to be used as a template for new projects.

    Python 1

  2. strava-api-wrapper-clojure strava-api-wrapper-clojure Public

    Program written in Clojure that acts as a wrapper for the Strava API.

    Clojure 1

  3. pankkivahva pankkivahva Public

    An application to improve my skills in the Rust language.

    Rust 1

  4. ultimate_rust2 ultimate_rust2 Public

    Forked from CleanCut/ultimate_rust2

    The best Intermediate Rust course out there!

    Rust 1

  5. trve.in trve.in Public

    My personal website.

    TypeScript 1

  6. configs_ubuntu-like configs_ubuntu-like Public

    Basic packages to Ubuntu-like systems.

    Shell 1