My Projects

目次

  1. Tech Blog
    1. Related Technologies
  2. Nvim AI Chat
    1. Related Technologies
    2. More Info
  3. VisaHack
    1. Related Technologies
    2. More Info
  4. TwiBotMaker
    1. Related Technologies
    2. More Info
  5. Super Project Manager
    1. Related Technologies
    2. More Info
  6. Regex Quest
    1. Related Technologies
    2. More Info
  7. Tech Book Maker
    1. Related Technologies
  8. Word Teacher (LINE BOT)
    1. Related Technologies
    2. More Info
  9. Master Of Djembe
    1. Related Technologies
  10. Quote API
    1. Related Technologies
    2. More Info

These are the projects I’ve worked on aside from work.

Tech Blog

This is my tech blog to output what I’ve learnt (This website itself!).

  • HTML/CSS/JS
  • Hexo (Static Site Generater)
  • GitHub Pages (Hosting)
  • Docker/Docker Compose (Local development environment)

Nvim AI Chat

Nvim AI chat is a NeoVim plugin to call OpenAI api from NeoVim.

NVIM Chat

  • Lua
  • NeoVim

More Info

GitHub: https://github.com/karintomania/nvim-ai-chat

VisaHack

VisaHack is a job board specialised to jobs which offers visa sponsorships.
VisaHack 1
VisaHack 2

  • PHP/Laravel (for Website)
  • MySQL
  • Python (for scraper)
  • Kubernetes (for cron jobs)
  • Docker/Docker Compose

More Info

GitHub - Website: https://github.com/karintomania/VisaHack

GitHub - Scraper: https://github.com/karintomania/visahack_scraper

TwiBotMaker

TwiBotMaker is an android app to make it easy to create a twitter bot.
TwiBotMaker
TwiBotMaker

  • Kotlin
  • Twitter API
  • OAuth (for Twitter Authentication)
  • Android App

More Info

GitHub: https://github.com/karintomania/TwiBotMaker

Super Project Manager

Super Project Manger is a fun game. You will deal with bugs by assigning resources properly as a project manager of a big project for Buggy Tech Inc.

You can play it here: https://www.bedroomcomputing.com/projects/super-project-manager/game.html

Project Manager 1
Project Manager 2
Project Manager 3

  • C#
  • Unity

More Info

GitHub: https://github.com/karintomania/regexquest

Regex Quest

Regex Quest is an android game app to learn Regex.

Regex Quest 1
Regex Quest 2
Regex Quest 3

  • Kotlin
  • Android App
  • Regex

More Info

GitHub: https://github.com/karintomania/regexquest

Tech Book Maker

Tech Book Maker is a website where you can design your own tech books.

https://www.tech-book.bedroomcomputing.com/

bm.png

  • JS/React
  • GitHub Pages (for hosting)

Word Teacher (LINE BOT)

Word Teacher is a LINE bot that teaches you English words by interactive quizzes.
(LINE is a popular messenger app in Japan, like WhatsApp.)

Word Teacher

  • Java/Spring Boot
  • LINE Bot SDK (Link)
  • REST API
  • Heroku (PaaS)
  • PostgreSQL@Heroku (DB)

More Info

GitHub: https://github.com/karintomania/wordbot

Related blog article for this project. (Japanese Only)

Spring BootでLINE Botのサンプルを動かす 〜おうむ返しのその先へ〜LINE BotでFlex Messageを使う (with Spring Boot)

Master Of Djembe

You can play a Djembe (African Drum) online!

https://karintomania.github.io/Master-Of-Djembe/

  • HTML/JS/CSS

Quote API

Quote API is an API from which you can get quotes of famous programmers.
Quote API

  • Spring Boot
  • REST API
  • Azure App Service (PaaS)
  • Cosmos DB (NoSQL by Azure)

More Info

Related blog article for this project. (Japanese Only)

Spring Boot + Azure App Engine +Cosmos DBでAPIを無料で爆速開発する - その1Spring Boot + Azure App Engine +Cosmos DBでAPIを無料で爆速開発する - その2