Skip to content
View Zoturn's full-sized avatar

Block or report Zoturn

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.

Content in all repositories owned by your account will be closed.
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
Zoturn/README.md

Oleksandr Savchenko

Full Stack Developer, 7 years of commercial experience. Kyiv region, Ukraine.

Stack: TypeScript · React · Next.js · Node.js (Express, NestJS) · PostgreSQL · MongoDB · AWS


AI-native development

Claude Code is my daily working environment — as a built process, not autocomplete. My five most recent projects here carry that setup, so you can see how I work:

  • Rules — project conventions live in .claude/rules/*.md, scoped by paths: so they load only for the files they govern. CLAUDE.md carries orientation, not a wall of rules.
  • Hooks — formatting, test companionship, post-commit test runs and documentation checks run automatically, so they don't depend on anyone remembering them.
  • Skills & subagents — pre-merge code review, refactoring passes, and a task-implementer that produces a proposal through a review gate before any code is written.

The gates matter more than the speed: agents drift predictably, so the approval point sits where a mistake is cheapest to catch — at the plan, not the diff.


About the repositories

My commercial work is under NDA, so what's here is pet projects and test assignments. They're a window into how I structure code and tooling rather than a portfolio of products.


📫 LinkedIn · satturrn@gmail.com

Pinned Loading

  1. KSP-back KSP-back Public

    Project, in progress. NestJS 11 + Apollo Server 5 (code-first GraphQL) + TypeORM + PostgreSQL. Foundation is working: validated config, migrations, health checks, committed schema.gql, tests. Catal…

    TypeScript

  2. KSP-front KSP-front Public

    Project, not started yet. Planned React + Vite + TypeScript storefront for the KSP GraphQL API (TanStack Query, Tailwind, graphql-codegen client). Currently holds conventions, specs and learning pl…

    JavaScript

  3. Data-Room Data-Room Public

    Secure virtual data room: an owner stores folders and PDFs and shares them read-only, by public link or with named people, for due diligence. Next.js 15 + NestJS + Prisma + Supabase.

    TypeScript

  4. product-content-studio product-content-studio Public

    Product content editor for an online store — admins edit descriptions and SEO fields behind a JWT-guarded area; visitors browse only what's published. Next.js 15, TypeScript, Prisma, PostgreSQL, MUI.

    TypeScript

  5. bulls_media bulls_media Public

    An AI agent that triages inbound advertising enquiries: classifies, extracts a brief, checks ad policy, prices from a rate card, drafts a reply, then stops for human approval.

    TypeScript