Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvin0319/alvin0319.github.io
my website
https://github.com/alvin0319/alvin0319.github.io
Last synced: about 1 month ago
JSON representation
my website
- Host: GitHub
- URL: https://github.com/alvin0319/alvin0319.github.io
- Owner: alvin0319
- License: apache-2.0
- Created: 2020-12-14T11:33:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T15:10:49.000Z (over 1 year ago)
- Last Synced: 2024-11-01T13:42:02.670Z (3 months ago)
- Language: CSS
- Size: 2.21 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
layout: home
title: 민재의 블로그
permalink: /
---## About Me
```kotlin
val shortInfo: Map = mapOf(
"name" to mapOf(
"kor" to "김민재",
"eng" to "kim minjae",
"aka" to "alvin0319"
),
"languages" to listOf(
"Kotlin",
"Java",
"JavaScript",
"TypeScript",
"PHP",
"Go"
),
"Tech Stacks" to listOf(
"Docker",
"Kubernetes"
)
)
```## Stats
![](https://github-readme-stats.vercel.app/api?username=alvin0319&show_icons=true&title_color=fff&icon_color=79ff97&text_color=9f9f9f&bg_color=151515&count_private=true)## Projects
### Kotlin
* [TTalker](https://github.com/alvin0319/TTalker)(private): Google Translate TTS-based Discord Bot.
* [MusicBot](https://github.com/alvin0319/MusicBot)(private): A Music Bot for Discord guilds.### Web
* [BedrockRank-backend](https://github.com/BedrockRank/BedrockRank-backend)(private): A Minecraft Bedrock Server rank site, BedrockRank's backend server written in Node.js
* [BedrockRank-frontend](https://github.com/BedrockRank/BedrockRank-frontend)(private): A Minecraft Bedrock Server rank site, BedrockRank's frontend written in Vue.js