Skip to content
View soradotwav's full-sized avatar
🙃
Struggling
🙃
Struggling

Highlights

  • Pro

Block or report soradotwav

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
soradotwav/README.md

A little about me

const soradotwav = {
  pronouns: "he" | "him",
  location: "Seattle, WA, USA",
  current: {
    school: {
      name: "Pacific Lutheran University",
      major: "Computer Science",
    },
    employer: [
      {
        name: "Microsoft",
        position: "Software Engineer Intern",
      },
      {
        name: "Pacific Lutheran University",
        position: "Computer Science TA",
      },
    ],
  },
  code: {
    languages: ["TypeScript", "Java", "C#", "CSS", "HTML", "JavaScript"],
    tools: ["React", "Node.js", "Express", "Spring Boot", "Docker", "MySQL", "Azure"],
    learning: ["Rust", "C++"],
  },
  hobbies: ["gaming", "programming", "music", "cooking"],
};

My stats

I'm an Early 🐤

🌞 Morning                1018 commits        ██░░░░░░░░░░░░░░░░░░░░░░░   07.95 % 
🌆 Daytime                5516 commits        ███████████░░░░░░░░░░░░░░   43.09 % 
🌃 Evening                5342 commits        ██████████░░░░░░░░░░░░░░░   41.73 % 
🌙 Night                  926 commits         ██░░░░░░░░░░░░░░░░░░░░░░░   07.23 % 

📅 I'm Most Productive on Monday

Monday                   2910 commits        ██████░░░░░░░░░░░░░░░░░░░   22.73 % 
Tuesday                  1426 commits        ███░░░░░░░░░░░░░░░░░░░░░░   11.14 % 
Wednesday                1948 commits        ████░░░░░░░░░░░░░░░░░░░░░   15.22 % 
Thursday                 1319 commits        ███░░░░░░░░░░░░░░░░░░░░░░   10.30 % 
Friday                   2742 commits        █████░░░░░░░░░░░░░░░░░░░░   21.42 % 
Saturday                 1891 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.77 % 
Sunday                   566 commits         █░░░░░░░░░░░░░░░░░░░░░░░░   04.42 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
TypeScript               25 hrs 43 mins      ██████████████████████░░░   86.54 % 
Markdown                 1 hr 50 mins        ██░░░░░░░░░░░░░░░░░░░░░░░   06.22 % 
Other                    48 mins             █░░░░░░░░░░░░░░░░░░░░░░░░   02.71 % 
Docker                   42 mins             █░░░░░░░░░░░░░░░░░░░░░░░░   02.37 % 
CSS                      14 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   00.79 % 

🐱‍💻 Projects: 
dashboard-clean          14 hrs 29 mins      ████████████░░░░░░░░░░░░░   48.75 % 
dashboard                7 hrs 52 mins       ███████░░░░░░░░░░░░░░░░░░   26.49 % 
dashboard-v2             5 hrs 5 mins        ████░░░░░░░░░░░░░░░░░░░░░   17.15 % 
Website                  37 mins             █░░░░░░░░░░░░░░░░░░░░░░░░   02.08 % 
wocheslander             32 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.81 % 

Pinned Loading

  1. catppuccin/steam-deck catppuccin/steam-deck Public

    🎮 Soothing pastel theme for the Steam Deck

    CSS 71 3

  2. microsoft/sql-server-samples microsoft/sql-server-samples Public

    Azure Data SQL Samples - Official Microsoft GitHub Repository containing code samples for SQL Server, Azure SQL, Azure Synapse, and Azure SQL Edge

    11.1k 9.1k

  3. fullsend fullsend Public

    Bypass file upload limits by combining all files in your codebase into a single formatted output.

    TypeScript