Skip to content
View nahSystemu's full-sized avatar
👑
👑

Block or report nahSystemu

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

Hey, I'm Alex!

Stuff I know/use...

Javascript Node.js Typescript HTML CSS Python Go Bash
React Vite Next.js Express Svelte Tailwind
Flask Django FastAPI
PostgreSQL Supabase MongoDB SQLite MySQL
GitHub Git Docker Portainer NGINX Vercel Bitwarden

A little more about me...

class Profile {
  public readonly name = "Alex";
  public readonly gender = "Male";
  public readonly level = 28;
  public readonly interests = ["Programming", "Gaming", "Sleeping"];

  public getLanguages() {
    return {
      primary: "English",
      secondary: "Russian",
    };
  }

  public getDailyDrivers() {
    return {
      laptop: "MacBook Pro M3 (2023)",
      headphones: "Airpods Max 2",
      keyboard: "Keychron K2 HE",
      trackpad: "Apple Magic Trackpad",
    };
  }

  public getHomeSetup() {
    return {
      desk: {
        type: "custom",
        dimensions: "200cm x 80cm",
        material: "American walnut",
        heightRegulators: "electronic",
      },
      chair: "Herman Miller Cosm White/Mineral High Back Office Chair",
      desktop: {
        monitors: ["MSI G274QPX 240Hz", "MSI G272QPF E2 180Hz"],
        peripherals: {
          mouse: "Logitech G Pro X Superlight 2",
          keyboard: "Lemokey P1 Pro",
          streamDeck: "Elgato Stream Deck MK.2",
          deskmat: "Dark Gray Fabric 1200x600mm (XXL)",
        },
        audio: {
          microphone: "Shure SM7B",
          audioInterface: "RØDECaster Duo",
          headphones: "beyerdynamic DT 770 Pro (250 Ohm)",
        },
        specs: {
          case: "Fractal Design North Tempered Glass",
          motherboard: "ASUS ROG STRIX B550-F GAMING",
          cpu: "AMD Ryzen 7 5700X",
          cooler: "Noctua NH-D15",
          gpu: "MSI GeForce RTX 3060",
          ram: "Corsair Vengeance LPX 32GB 2x16GB 3200MHz",
          storage: ["Samsung 970 EVO Plus 2 TB", "Samsung 980 500 GB"],
          pcu: "Thermaltake Toughpower GF1 PE 850W 80+ Gold",
        },
      },
    };
  }
}





Pinned Loading

  1. meetrevision/revision-tool meetrevision/revision-tool Public

    A tool to personalize ReviOS to your needs

    Dart 385 51