Skip to content
View aethelyn's full-sized avatar
💭
Meow
💭
Meow

Block or report aethelyn

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

Welcome — Arasea's Space

Typing SVG



About Me

const profile = {
  name: "Arasea",
  title: null,
  location: "Somewhere in the Universe",
  currentQuest: null,
  interests: [],
  dailyBuffs: [],
  commandPhilosophy: "just because you don't give up, doesn't mean you will make it",
  target: null,
  achievements: [
    "Alive"
  ]
};

My Dev Journey

journey
    title A Day in Arasea's Life
    section Morning
      Drink Milk              : 5: Me
      Open VSCode             : 3: Me
      Read Docs               : 2: Me
    section Afternoon
      Write Code              : 4: Me
      Debug for 2 hours       : 1: Me
      Copy from AI            : 5: Me
    section Evening
      Play Games              : 5: Me
      Watch Anime             : 5: Me
      Push to GitHub          : 3: Me
Loading

How I Build Things

flowchart TD
    A[Got an Idea] --> B{Does it exist?}
    B -- Yes --> C[Copy & Improve it]
    B -- No --> D[Build from scratch]
    C --> E[Write the Code]
    D --> E
    E --> F{Does it work?}
    F -- No --> G[Ask AI]
    G --> H[Copy Solution]
    H --> E
    F -- Yes --> I{Any bugs?}
    I -- Yes --> G
    I -- No --> J[Push to GitHub]
    J --> K[Ship it]
Loading

Battle Equipment

Primary Weapons


Tactical Systems


Support Equipment

Interface Systems


Tech Stack Architecture

graph LR
    subgraph Frontend
        HTML & CSS & Tailwind & React
    end

    subgraph Backend
        Go & Rust & PHP & Laravel & NodeJS
    end

    subgraph Database
        PostgreSQL & MySQL & MongoDB & Redis
    end

    subgraph DevOps
        Docker & Nginx & Linux & Git
    end

    Frontend <--> Backend
    Backend <--> Database
    DevOps --> Backend
    DevOps --> Frontend
Loading

Battle Records

aethelyn

Mission Activity


Current Vibe

mindmap
  root((Arasea))
    Gaming
      Honkai Impact
      Genshin Impact
      Wuthering Waves
    Music
      Lo-fi
      OST / Soundtrack
      J-Pop
    Anime
      Action
      Sci-Fi
      Slice of Life
    Coding
      Backend
      System Design
      Learning Rust
Loading

Visitors

Visitor Counter

Contact


github contribution grid snake animation
powered by tea, milk & copy-paste

Popular repositories Loading

  1. DB DB Public

  2. Perpus Perpus Public

    PHP

  3. Discord-Bot Discord-Bot Public

    Forked from CorwinDev/Discord-Bot

    Discord Bot with over 400 commands and made for large servers

    JavaScript

  4. elydb elydb Public

    JavaScript

  5. duckgpt duckgpt Public

    Forked from Vauth/duckgpt

    DuckDuckGo AI Chat Wrapper

    JavaScript

  6. serverless-dns serverless-dns Public

    Forked from serverless-dns/serverless-dns

    The RethinkDNS resolver that deploys to Cloudflare Workers, Deno Deploy, Fastly, and Fly.io

    JavaScript