Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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