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"
]
};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
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]
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
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


