Skip to content
View suwakei's full-sized avatar
  • kanagawa/Japan

Block or report suwakei

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
suwakei/README.md

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.
    • 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. go-zhconv go-zhconv Public

    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 deno-zhconv Public

    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. logo logo Public

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

  4. echo echo Public

    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. cobra cobra Public

    Forked from spf13/cobra

    A Commander for modern Go CLI interactions

    Go