mirror of
https://github.com/Radiquum/Radiquum.git
synced 2025-12-11 18:20:47 +00:00
46 lines
873 B
Markdown
46 lines
873 B
Markdown
# Kentai Radiquum 🍎
|
|
|
|
Async/Await
|
|
|
|
Cute fluffy red panda 🍎
|
|
|
|
Furry, Photographer, Coder, Self-Hosting Enthusiast.
|
|
|
|
[Photo Gallery](https://wah.su/photos) | [wah.su project](https://wah.su) | [Other Links](https://wah.su/radiquum)
|
|
|
|
```ts
|
|
|
|
const profile = {
|
|
name: "Kentai Radiquum",
|
|
username: "@Radiquum",
|
|
hobbies: [
|
|
"Programming",
|
|
"Photography"
|
|
],
|
|
tools: {
|
|
languages: [
|
|
"CSS",
|
|
"HTML",
|
|
"JavaScript/TypeScript",
|
|
"Python"
|
|
],
|
|
browsers: [
|
|
"Firefox",
|
|
"Google Chrome",
|
|
],
|
|
"misc": [
|
|
"Visual Studio Code",
|
|
"Figma",
|
|
"TailwindCSS"
|
|
]
|
|
},
|
|
frameworks: [
|
|
"Next.JS",
|
|
"Hono.JS",
|
|
"FastAPI",
|
|
"Flask"
|
|
]
|
|
}
|
|
|
|
```
|