Skip to content
View S-mishina's full-sized avatar
:octocat:
:octocat:

Block or report S-mishina

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
S-mishina/README.md

👏 About Me

👦 Name

Seiryu Mishina

💼 Career

Year Organization & Role
2018/04~2022/03 Teikyo University (Dept. of Information & Electronic Engineering)
2020/12~2022/03 EXIDEA Inc. (Intern: Data Scientist)
2022/04~2024/02 ZOZO Inc. (ZOZOMOTOWN SRE dept. Platform Service SRE)
2024/02~2026/03 ZOZO Inc. (ZOZOMOTOWN SRE dept. Front SRE)
2025/04~2025/09 ZOZO Inc. (ZOZOMO dept. SRE)
2025/09~ ZOZO Inc. (New Product Section BE dept. Platform Engineer)

📊 GitHub Stats

trophy

📝 Qiita Activity

Articles Contributions

sandbox series

Category Repository Description
Application mvc-model-sample Minimal sample implementation of MVC architecture Repo
thread_pool_task_executor_sandbox Experimental implementation of a thread pool–based task executor Repo
springboot-worker-sandbox Sandbox for worker-based architecture using Spring Boot Repo
Observability spring-boot-jmx-metrics-sample Sample for collecting JMX metrics from Spring Boot applications Repo
sandbox-otel-py-app Python application for experimenting with OpenTelemetry tracing Repo
apm-sandbox Sandbox project for validating APM concepts and configurations Repo
log-mask-sandbox This repository is a sandbox that explores methods for masking application logs. Repo
Onboarding Materials flexiblemockserver Flexible mock server designed for onboarding and local development Repo
GitOps image-resource-controller-argocd-sandbox Sandbox for Image Resource Controller integration with Argo CD Repo
image-resource-controller-flux-sandbox Sandbox for Image Resource Controller integration with Flux Repo
DB innodb_buffer_pool_size_sandbox Sandbox for analyzing the behavior of InnoDB buffer pool size Repo
rds-ops-sandbox Sandbox environment for learning RDS operations. Learn MySQL operations using the schema of the large-scale SNS service “SocialHub”. Repo

SRE Tools

Tool Repository Description
flexiblemockserver flexiblemockserver Flexible mock server for API simulation, onboarding, and local testing in SRE workflows Repo
p_terraformer p_terraformer Utility tool for processing and generating Terraform-related resources and configurations Repo
redis_benchmark (in preparation) locust-redis-benchmark Redis benchmarking tool using Locust for load and performance testing (WIP) Repo
hcl_processor hcl_processor Tool for parsing and processing HCL (HashiCorp Configuration Language) programmatically Repo
open-api-mock-build open-api-mock-build Tool to automatically generate mock servers from OpenAPI specifications Repo
cobrayaml cobrayaml YAML based command builder and code generator for Cobra CLI applications Repo

SRE Platform

Tool Repository Description Platform
reusable-workflows reusable-workflows Reusable GitHub Actions workflows for testing, linting, Docker builds, releases, and security scans across Go, Python, Java, and more. Repo

Kuberentes custom operator

Operator Repository Description
image-resource-controller image-resource-controller Kubernetes custom operator that manages container image resources declaratively, enabling GitOps-friendly image updates and lifecycle control Repo
initjob-operator initjob-operator Kubernetes operator that manages one-time initialization jobs with diff detection, ensuring idempotent Repo

✏️Qiita activity

📰 Medium Articles

Pinned Loading

  1. hcl_processor hcl_processor Public

    This is a Python tool that reads Terraform HCL files and sends them to the AWS Bedrock API (e.g. Claude and generates JSON output and Markdown reports. It supports automated analysis and documentat…

    Python 1

  2. image-resource-controller image-resource-controller Public

    Image Resource Controller is a Kubernetes Operator that automatically detects container images from AWS ECR, generates Kubernetes resources, and commits them to Git repositories. It provides comple…

    Go 1

  3. initjob-operator initjob-operator Public

    A Kubernetes operator that manages initialization jobs for your applications.

    Go 1

  4. locust-cache-benchmark locust-cache-benchmark Public

    locust-cache-benchmark repository provides a tool for benchmarking Redis performance using Locust, enabling scalable load testing with pre-configured scenarios.

    Python