프론트 페이지프로젝트블로그소개
언어

프로젝트 진행 가능

환영합니다
Sazokashi Digital Studio에

Sazokashi는 Pragmatic Technologies, LLC.가 운영하는 AI-우선 디지털 제품 스튜디오입니다.

미국 네바다주 라스베이거스를 기반으로 합니다.

현대적인 도구를 중시하며, AI-네이티브이면서 확장 가능한 풀스택 웹 및 모바일 기기용 솔루션을 전문으로 합니다.

Location

경력

8+소프트웨어 엔지니어링 경력

Pragmatic Technologies

Full-Stack Developer · 2023 – Present

Multi-client delivery

Supplyframe (Siemens)

Full-Stack Engineer · 2019 – 2023

B2B SaaS for Meta, TI, Garmin

Caltech – Van Valen Labs

Software Engineer · 2018 – 2019

Published in Nature Methods

YoyoChinese.com

Full-Stack Developer · 2018 – 2019

138% revenue increase

Loading data...

기술 스택

React.js
Javascript
Redis
Linux
Docker Compose
Material UI
Git
TypeScript
Next
NodeJs
React Native
Tailwind
Jest
Astro
Docker
React.js
Javascript
Redis
Linux
Docker Compose
Material UI
Git
TypeScript
Next
NodeJs
React Native
Tailwind
Jest
Astro
Docker
React.js
Javascript
Redis
Linux
Docker Compose
Material UI
Git
TypeScript
Next
NodeJs
React Native
Tailwind
Jest
Astro
Docker
React.js
Javascript
Redis
Linux
Docker Compose
Material UI
Git
TypeScript
Next
NodeJs
React Native
Tailwind
Jest
Astro
Docker

제가 익숙한 기술 스택

주로 JavaScript Node.js 생태계, 클라우드 서비스 제공업체, Docker, PostgreSQL, MongoDB, Redis, Linux, TypeScript에 집중하고 있습니다.

영향

138%

Revenue increase at YoyoChinese

1000s

Engineers using products built at Supplyframe

Nature

Published in Nature Methods (Caltech)

언어

EnglishNative
PortugueseFluent
KoreanConversational
SpanishConversational
JapaneseConversational

Projects

Milestones in customer solutions

Each project is a new relationship with a trusting client.
Explore how we are leveraging the latest in web technologies to create new business system solutions.

모든 프로젝트 보기

Blog

Learning, Building, and
Documenting

Insights and experiences from our journey as developers, small business owners, and martial artists—exploring ideas,
overcoming challenges, and sharing lessons learned along the way.

모든 글 보기
A Practical OAuth Architecture with React Router, Express, Redis, MongoDB, and Docker Compose
April 8, 202612 min read

A Practical OAuth Architecture with React Router, Express, Redis, MongoDB, and Docker Compose

A generic, production-informed walkthrough of how a React SPA, Express API, Redis token cache, MongoDB persistence layer, and Docker Compose can work together to implement browser-safe OAuth-style authentication.

더 읽기
  • oauth2
  • authentication
  • react
  • express
  • redis
  • mongodb
  • docker
Security Response Headers That Actually Matter
April 5, 202610 min read

Security Response Headers That Actually Matter

A beginner-friendly guide to the browser security headers worth knowing, what each one does, why they matter, and how they work together in a production web app.

더 읽기
  • security
  • nginx
  • web
  • devops
SSL Termination, Cloudflare, and Why a Second TLS Hop Is Worth It
April 5, 202613 min read

SSL Termination, Cloudflare, and Why a Second TLS Hop Is Worth It

A beginner-friendly guide to using Cloudflare in front of a custom Nginx server with TLS on both hops, real client IP restoration, and safer origin protection.

더 읽기
  • cloudflare
  • nginx
  • security
  • devops
Why Nginx Still Matters in Multi-Container Deployments
April 4, 202612 min read

Why Nginx Still Matters in Multi-Container Deployments

A practical guide to using Nginx as a reverse proxy in a multi-container architecture to reduce public attack surface, isolate services, and enforce HTTP policy before requests reach application code.

더 읽기
  • nginx
  • docker
  • devops
  • security
A Comprehensive Testing Strategy: Unit, End-to-End, and Load Testing
March 18, 20257 min read

A Comprehensive Testing Strategy: Unit, End-to-End, and Load Testing

Building a practical testing pyramid with isolated unit tests, seeded end-to-end flows, and load testing that enforces performance thresholds before release.

더 읽기
  • testing
  • playwright
  • jest
  • performance
Multi-Currency Payment Architecture for Subscriptions and One-Time Purchases
March 15, 20254 min read

Multi-Currency Payment Architecture for Subscriptions and One-Time Purchases

How to design a payment system that handles multiple currencies, recurring and one-time plans, entitlement updates, caching, and operational safety around live billing.

더 읽기
  • payments
  • node.js
  • architecture
Self-Hosted CI/CD, Container Orchestration, and Zero-Downtime Deployment
March 10, 20253 min read

Self-Hosted CI/CD, Container Orchestration, and Zero-Downtime Deployment

How to build a self-hosted deployment pipeline with dedicated runners, isolated end-to-end environments, multi-stage container builds, backup automation, and safer production releases.

더 읽기
  • devops
  • docker
  • ci-cd
Defense for Backend: Layered Rate Limiting and Security Hardening for Production APIs
February 25, 20257 min read

Defense for Backend: Layered Rate Limiting and Security Hardening for Production APIs

How to combine edge filtering, reverse proxy controls, application rate limiting, request sanitization, CSRF protection, challenge-based bot checks, and safe logging into a practical layered defense model.

더 읽기
  • security
  • node.js
  • devops
Building a Custom OAuth2 Server with Cookie and Header-Based Authentication
January 28, 20254 min read

Building a Custom OAuth2 Server with Cookie and Header-Based Authentication

How to implement a custom OAuth2 storage model, scope-based access control, browser/mobile authentication strategies, and CSRF protection without relying on a hosted auth vendor.

더 읽기
  • oauth2
  • security
  • node.js
  • authentication
Railway-Oriented Programming and Functional Pipeline Composition in Node.js
January 15, 20253 min read

Railway-Oriented Programming and Functional Pipeline Composition in Node.js

How composable sync and async pipelines can replace long imperative route handlers, improve testability, and make server-side flows easier to reason about.

더 읽기
  • node.js
  • functional-programming
  • typescript
  • architecture
Containerizing the Application Layer with Docker and Compose
December 12, 20244 min read

Containerizing the Application Layer with Docker and Compose

A practical breakdown of multi-container application design, network segmentation, health checks, resource limits, and environment-aware Compose workflows.

더 읽기
  • docker
  • docker-compose
Tokenized Video Embeds and Basic Anti-Piracy Controls for Streaming Applications
December 12, 20243 min read

Tokenized Video Embeds and Basic Anti-Piracy Controls for Streaming Applications

How expiring embed tokens, playback authorization, and lightweight DRM-style controls can raise the cost of casual video theft without pretending piracy can be eliminated entirely.

더 읽기
  • streaming
  • security
  • javascript