Skip to content
View sshiling's full-sized avatar

Sponsoring

@posva
@luongnv89
@nuxt
@NomenAK
@Yeachan-Heo
@glittercowboy

Highlights

  • Pro

Block or report sshiling

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

What I'm Building

Agentic AI Developer Workflows

Building AI-assisted development workflows with Claude Code, MCP servers, and custom skills — turning multi-step engineering tasks into reviewable, automated pipelines with built-in quality gates.

Frontend Observability Sandbox

A Nuxt 4 app instrumented with OpenTelemetry for traces, metrics, and logs — exported via OTEL Collector to Grafana Cloud. A hands-on environment for learning frontend observability.

Multi-Tenant Frontend Architecture

Modular feature → flow → tenant → app hierarchy powering a large-scale Nuxt.js platform. Trunk-based development with observability baselines as guardrails for safe, continuous delivery.

Headless Frontend Modules

Reusable, infrastructure-agnostic feature modules (auth, onboarding, payments, dashboard) powered by Pinia, XState, and dependency injection contracts. Stateful units initialized via shared context.


Tech Stack

Core               
State & Logic      
Backend
CMS
Infrastructure         
Observability      
AI Tooling   


$ whoami

const sergii = {
  role: "Senior Frontend Engineer",
  company: "LotusFlare",
  location: "Kyiv, Ukraine",
  focus: [
    "Agentic AI developer workflows",
    "Frontend observability & DevOps",
    "Multi-tenant frontend architecture",
    "Modular frontend systems. Vue/Nuxt/TypeScript",
  ],
};

Profile views

"Build growing systems. Focus on what matters"

Popular repositories Loading

  1. 42-push_swap 42-push_swap Public

    Push Swap - Algorithmic project on C

    C 5 3

  2. 42-libft 42-libft Public

    Implementation of some of the Standard C Library functions

    C 2

  3. 42-C-Pool 42-C-Pool Public

    UNIT Factory (School 42) qualifying stage

    C

  4. 42-fillit 42-fillit Public

    Create the smallest square possible from random Tetris figures

    C

  5. 42-GetNextLine 42-GetNextLine Public

    Function that returns a line read from a file descriptor

    C

  6. 42-ft_printf 42-ft_printf Public

    My own implementation of the C printf function

    C