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.

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   26 hrs 27 mins  ██████████████████████▒░░   88.83 %
Clojure      1 hr 37 mins    █▒░░░░░░░░░░░░░░░░░░░░░░░   05.46 %
Other        40 mins         ▓░░░░░░░░░░░░░░░░░░░░░░░░   02.28 %
GraphQL      22 mins         ▒░░░░░░░░░░░░░░░░░░░░░░░░   01.28 %
YAML         21 mins         ▒░░░░░░░░░░░░░░░░░░░░░░░░   01.19 %
fish         10 mins         ░░░░░░░░░░░░░░░░░░░░░░░░░   00.61 %
JSON         2 mins          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.15 %
Git Config   1 min           ░░░░░░░░░░░░░░░░░░░░░░░░░   00.10 %
Bash         1 min           ░░░░░░░░░░░░░░░░░░░░░░░░░   00.09 %
Markdown     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

    (WIP) 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

    (WIP) I developed a program that integrates with the Strava API to retrieve and display my total running distance for the current year.

    Clojure 1

  3. draw draw Public

    (WIP) 🎲 - A minimal Flutter web app where you can add items to a list and randomly draw one. URL: https://sorteio-flutter.vercel.app

    C++ 1

  4. configs_ubuntu-like configs_ubuntu-like Public

    Basic packages to Ubuntu-like systems.

    Shell 1

  5. pankkivahva pankkivahva Public

    An application to improve my skills in the Rust language.

    Rust 1

  6. ultimate_rust2 ultimate_rust2 Public

    Forked from CleanCut/ultimate_rust2

    The best Intermediate Rust course out there!

    Rust 1