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 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
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 a Night 🦉

🌞 Morning                102 commits         █░░░░░░░░░░░░░░░░░░░░░░░░   04.57 % 
🌆 Daytime                628 commits         ███████░░░░░░░░░░░░░░░░░░   28.14 % 
🌃 Evening                933 commits         ██████████░░░░░░░░░░░░░░░   41.80 % 
🌙 Night                  569 commits         ██████░░░░░░░░░░░░░░░░░░░   25.49 % 

📅 I'm Most Productive on Friday

Monday                   231 commits         ███░░░░░░░░░░░░░░░░░░░░░░   10.35 % 
Tuesday                  321 commits         ████░░░░░░░░░░░░░░░░░░░░░   14.38 % 
Wednesday                227 commits         ███░░░░░░░░░░░░░░░░░░░░░░   10.17 % 
Thursday                 349 commits         ████░░░░░░░░░░░░░░░░░░░░░   15.64 % 
Friday                   453 commits         █████░░░░░░░░░░░░░░░░░░░░   20.30 % 
Saturday                 303 commits         ███░░░░░░░░░░░░░░░░░░░░░░   13.58 % 
Sunday                   348 commits         ████░░░░░░░░░░░░░░░░░░░░░   15.59 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
TypeScript               1 hr 53 mins        ███████████████░░░░░░░░░░   58.65 % 
JSON                     28 mins             ████░░░░░░░░░░░░░░░░░░░░░   14.85 % 
Other                    17 mins             ██░░░░░░░░░░░░░░░░░░░░░░░   09.26 % 
TSConfig                 6 mins              █░░░░░░░░░░░░░░░░░░░░░░░░   03.30 % 
CSS                      5 mins              █░░░░░░░░░░░░░░░░░░░░░░░░   02.91 % 

🐱‍💻 Projects: 
differential             1 hr 2 mins         ████████░░░░░░░░░░░░░░░░░   32.43 % 
bot                      58 mins             ████████░░░░░░░░░░░░░░░░░   30.33 % 
logi.dist                50 mins             ███████░░░░░░░░░░░░░░░░░░   26.11 % 
pally                    19 mins             ██░░░░░░░░░░░░░░░░░░░░░░░   09.97 % 
Unknown Project          2 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   01.16 % 

Pinned Loading

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

    🎮 Soothing pastel theme for the Steam Deck

    CSS 63 2

  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

    10.9k 9.1k

  3. fullsend fullsend Public

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

    TypeScript