Skip to content
View Soujiro0's full-sized avatar

Highlights

  • Pro

Block or report Soujiro0

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
Soujiro0/README.md

Hi there, I'm Jerry. 👋

Full-Stack Developer | IT | System Architect

Design. Build. Deploy.

LinkedInPortfolio


💻 Tech Stack & Tools

I specialize in building robust backend architectures and local-first applications using modern toolchains.

Frontend: React Vite TailwindCSS JavaScript

Backend: Laravel NodeJS Express.js PHP Socket.io WebRTC

Databases & BaaS: MySQL Postgres Supabase

Infrastructure & DevOps: Docker Nginx Git GitHub Actions Vercel Render


📊 GitHub Contributions & Activity Graph

Jerry's Contribution Activity Graph

Jerry's GitHub Stats Jerry's GitHub Streak


🚀 Featured Launches & Experience

Explore my latest shipped products, internships, and architectural case studies:

  • ZeroAuth Chat — A zero-registration, ephemeral real-time messaging and WebRTC calling platform with 7-day automatic data pruning for privacy by design.

    • Real-Time WebSockets (Socket.IO): Engineered multi-room live channel grids (#Global, custom rooms) and instant 1-click private direct messaging (dm_uuidA_uuidB) using device-bound UUID identity (#1A2B).
    • WebRTC Signaling & Media Processing: Integrated peer-to-peer audio/video live calling and multi-format media upload pipelines with server-side compression (Sharp + FFmpeg).
  • Toolshare Capstone — A full-stack asset borrowing and inventory management system.

    • Role-Based Access Control (RBAC): Architected secure, multi-tier user authentication and authorization workflows to govern asset checkouts, approvals, and inventory logs.
  • ValACE OPAC — An on-premise library online public access catalog (OPAC) system built during a technical internship.

    • RESTful API & Database Architecture: Designed high-concurrency relational database schemas and optimized API endpoints for rapid book querying and catalog indexing.
  • AniSwipe — A responsive swipe-to-discover anime mobile web application connected to a custom API proxy.

    • Cross-Repo CI/CD Pipeline: Engineered automated, event-driven GitHub Actions workflows (repository_dispatch & fine-grained PAT sync) that bridge private codebases with public release mirrors—automating SemVer Git tagging and changelog releases.
  • LocalLink - Anime Stream — A self-hosted, local-first anime streaming platform containerized with Docker.

    • Containerization & Reverse Proxy: Architected network-isolated Docker containers coupled with custom API proxy endpoints for smooth, local-first media streaming.
  • TermHub — An Electron-based desktop terminal workspace manager.

    • Desktop Apps & Process Management: Built persistent local CLI state recovery to instantly save and restore complex, multi-tab terminal environments across reboots.
  • Auto Puller WSL — A zero-dependency Linux/WSL automation utility.

    • Bash Scripting & DevOps Automation: Developed background SSH polling, automated Git deployments, and Docker container lifecycle management scripts.
  • Google Drive Storage Monitor — A serverless quota monitoring system built on Google Workspace.

    • Serverless Google Apps Scripting: Automated storage tracking and multi-account quota alerts with zero third-party dependencies or external server overhead.

🔬 Continuous Learning & Hands-On Labs

I actively expand my skill set through practical, project-based roadmaps on NextWork, documenting my progress in a structured knowledge base:

  • NextWork Projects & Documentation Showcase — A centralized repository of hands-on labs, architectural breakdowns, and step-by-step technical guides spanning Cloud Engineering, AI & LLM Tooling, DevOps & Security, and Full-Stack Systems.
    • Structured Documentation: End-to-end technical walkthroughs, system architecture diagrams, and downloadable lesson guides.
    • Practical Implementations: Real-world cloud configurations, containerization workflows, automation scripts, and live deployments across modern tech stacks.

🧠 What I Bring to the Table

I streamline the software development lifecycle, moving efficiently from initial client scoping to technical roadmapping and final production handover.

  1. Full-Stack Engineering: Deep expertise in connecting React.js frontends with robust Laravel or Node.js backends via secure APIs.
  2. Real-Time & Distributed Systems: Architecting low-latency WebSocket signaling (Socket.IO), peer-to-peer WebRTC media flows, and self-cleaning ephemeral data lifecycles.
  3. Complex Architecture: Designing relational databases, transaction logs, and time-based state changes to enforce user accountability and data privacy.
  4. Local-First Solutions: Pushing boundaries with local-only applications and personal cloud ecosystems using Docker and advanced containerization for secure, network-isolated environments.
  5. CI/CD & DevOps Automation: Architecting cross-repository event-driven GitHub Actions workflows that securely bridge private development codebases with public release mirrors—automating semantic versioning, Git tagging, and changelog release publishing with zero manual overhead.

Pinned Loading

  1. toolshare-borrowing-system toolshare-borrowing-system Public

    Complete architectural overview and system previews for the Toolshare asset borrowing platform. Details the full-stack Laravel/React integration and database schema

  2. valace-opac-system valace-opac-system Public

    System architecture showcase for the ValACE OPAC prototype. A high-performance, containerized library resource platform built with Laravel, React, and Meilisearch. (Closed-source).

  3. aniswipe-releases aniswipe-releases Public

    A swipe-based anime discovery mobile web application designed to help you quickly find and track your next favorite series.

  4. locallink-anime-stream locallink-anime-stream Public

    Self Local Hosted Anime Streaming Proxied site powered by Miruro Pipe

    JavaScript 1

  5. TermHub TermHub Public

    The modern multi-terminal manager desktop application

    TypeScript

  6. wsl-git-autopuller wsl-git-autopuller Public

    A zero-dependency Bash script for automated Git deployments, secure SSH background pulling, and Docker container management on Linux/WSL

    Shell