Stefan Šoć-McLeod

Engineering Leader · Chief Software Engineer · ex-Director of Technology

About

I'm an engineering leader who shapes culture and turns chaos into clarity. I've built and led teams across product, platform and R&D — from small startups finding their first market fit to enterprise organizations modernizing decades of accumulated complexity.

My focus is on building sustainable, high-performance architectures and the engineering organizations that own them. I treat code as a liability, performance as a feature, and clarity as the most underrated leadership skill there is.

I help teams break down hard problems, validate solutions quickly, and scale proven technology into real-world results — turning experimental work into platforms that other teams, products and businesses can build on.

How I Operate

Engineering Leadership

Building and scaling engineering teams that ship — setting the bar, growing the people, and creating the conditions for sustained, high-quality output.

Organization Design

Designing organizations that match the work — clear ownership, processes that serve outcomes, and cross-functional alignment between engineering, product and the business.

Systems & Architecture

Architecting durable, performance-first systems with a code-is-a-liability mindset — balancing reliability, developer experience and cost so platforms keep paying off years later.

R&D & Innovation

Turning open-ended problems into validated bets — rapid prototyping, tight feedback loops, and scaling proven ideas from experiment to production platform.

How I Lead

Leadership, to me, is mostly about building durable teams and then getting out of their way. I invest heavily in the people around me — through mentorship, deliberate delegation and creating the conditions where talented engineers can do their best work without friction. Strong teams compound; brittle ones bleed.

Day-to-day, that shows up as decisive judgement under pressure, active listening (the kind that actually changes my mind), and a willingness to surface trade-offs rather than paper over them. I work hard to examine my own biases, think critically about the problems in front of me, and mediate when disciplines collide. The job, ultimately, is to keep teams aligned, focused, and able to move quickly without losing the plot.

Made with ERS + fabric

This site runs on the EXO Rendering System (ERS) — a server-rendered, hydrate-in-browser component framework that ships SSR HTML from Cloudflare Workers and re-attaches interactivity once JavaScript loads. Think of it as Next.js for Cloudflare, currently built on Solid.js — though the architecture is framework-agnostic and other runtimes plug in cleanly.

The system co-locates server and client code in .fabric.tsx files. Functions tagged@server become typed RPC endpoints on the edge; @client functions inline as bootstrap scripts; and a Durable-Object-backed WebSocket transport keeps the client/edge dialog open for real-time work. Even this footer link is wired up by a @clientdirective.

I designed and built the meta-framework during the initial R&D phase at Touchless / Auto Genius, and have remained the principal engineer on it since. There is also a relatedUS patent filed under my name on the architecture.