Skip to content
View skvggor's full-sized avatar
🇯🇲
Peace && Love.
🇯🇲
Peace && Love.

Organizations

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

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

Source: https://github.com/skvggor/waka-readme

Loading
pie
    "TypeScript" : 70.1
    "Bash" : 10.8
    "HTTP" : 6.1
    "Markdown" : 5.9
    "Other" : 2.0

Bio

interface ISkillSet {
  front_end: string[];
  back_end: string[];
  general_languages: string[];
}

class Skills implements ISkillSet {
  constructor(
    public front_end: string[],
    public back_end: string[],
    public general_languages: string[]
  ) {}
}

const 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.
`.trim();

const mySkills: ISkillSet = new Skills(
  ["React", "Vue", "MUI", "Tailwind CSS", "SCSS", "Stylus", "HTML"],
  ["Node.js", "Python", "Rust", "Clojure", "Apache Kafka", "GraphQL"],
  ["JavaScript", "TypeScript", "Java", "PHP"]
);

console.log("Experience Summary:", experience_summary);

console.log("Front-end Skills:", mySkills.front_end);
console.log("Back-end Skills:", mySkills.back_end);
console.log("General Languages:", mySkills.general_languages);

Pinned Loading

  1. ruby-koans Public

    The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries.

    Ruby 1

  2. linux-systems-configs Public

    A collection of system configuration and package installation scripts for various Linux distributions, including Debian-like, Arch-based and RHEL-like.

    Shell 1

  3. 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

  4. 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

  5. ultimate_rust2 Public

    Forked from CleanCut/ultimate_rust2

    The best Intermediate Rust course out there!

    Rust 1

  6. text-to-vertical-images Public

    WIP

    Shell 1

223 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing skvggor's contributions from April 07, 2024 to April 09, 2025. The contributions are 81% commits, 16% pull requests, 3% issues, 0% code review.   Code review 3% Issues 16% Pull requests 81% Commits

Contribution activity

April 2025

skvggor has no activity yet for this period.
Loading