suwakei - Overview

Hi, I'm Keito Suwahara 👋

I'm a backend engineer based in Japan, passionate about building scalable systems and contributing to open source.

  • 🔧 Currently contributing to

    • Docker Compose: A Docker configuration management tool that allows you to define and run multiple container services.
    • Gin: A fast and lightweight web application framework made of Go.
    • Echo: High performance, minimalist Go web framework.
    • Claude-code: AI code assistant utilizing Anthropic's Claude AI (similar example: GitHub Copilot).
    • ESLint: Static analysis tool to maintain JavaScript/TypeScript code quality.
    • Prisma: Next-generation ORM and database toolkit for Node.js & TypeScript that simplifies database access and schema migrations.
    • Prettier:
  • 🚀 Aiming to contribute to Next.js

  • 🧠 Interested in distributed systems and developer tooling

📫 Reach me at: Zenn

Popular repositories Loading

  1. This is a library that supports character conversion in the Go language. It performs mutual conversion between full-width and half-width characters and kana.

    Go 3

  2. deno-zhconv is a library that supports character conversion in Deno. It performs mutual conversion between full-width and half-width characters and kana.

    TypeScript 1

  3. This repository is a storage of assets of suwakei's project

  4. Forked from labstack/echo

    High performance, minimalist Go web framework

    Go

  5. gin gin Public

    Forked from gin-gonic/gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

    Go

  6. Forked from spf13/cobra

    A Commander for modern Go CLI interactions

    Go