Skip to content
View burketyler's full-sized avatar

Organizations

@nadohe

Block or report burketyler

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

Tyler Burke

Senior Software Engineer specializing in TypeScript, AWS systems, and scalable web architecture.

I build production-oriented platforms, frameworks, and design systems that improve developer velocity and enable teams to ship faster with confidence.


🔧 Core Focus Areas

  • Frontend Architecture

    • Next.js, React, TypeScript
    • Design systems and component libraries
    • Scalable UI patterns and state management
  • Backend & Platform Engineering

    • API architecture (REST, GraphQL)
    • Serverless systems (AWS Lambda, SQS, DynamoDB)
    • Event-driven and distributed systems
  • Developer Experience (DevEx)

    • Internal tooling and frameworks
    • CI/CD pipelines and infrastructure as code
    • Monorepos and shared package ecosystems

🚀 Selected Work

⚙️ bigsby

TypeScript framework for building scalable AWS Lambda APIs.

  • Decorator-based architecture for routing, validation, and auth
  • Built-in dependency injection and middleware hooks
  • Designed to enforce modular, testable backend systems

Framework + tooling for AWS CloudFront Functions.

  • Simplifies edge logic development, testing, and deployment
  • Type-safe development experience with local simulation
  • Focused on performance-critical edge use cases

Lightweight dependency injection container for TypeScript.

  • Inspired by Spring-style architecture patterns
  • Enables modular, decoupled backend systems
  • Supports constructor and field injection

🧠 Engineering Approach

I’m particularly interested in:

  • Designing systems that scale across teams, not just applications
  • Reducing complexity through clear abstractions and strong typing
  • Building tools that improve developer productivity and consistency
  • Bridging frontend systems (design systems, Next.js) with backend platforms

🧱 Frontend & Design Systems

I have extensive experience:

  • Building React + Next.js applications at scale
  • Developing design systems and component libraries (Storybook, Material UI)
  • Translating UX/UI into accessible (WCAG-compliant), reusable components
  • Creating white-label and themable UI architectures

⚡ Tech Stack

Languages TypeScript, JavaScript, SQL

Frontend React, Next.js, Storybook, Material UI

Backend Node.js, Fastify, LoopBack, GraphQL, REST

Cloud & Infra AWS (Lambda, SQS, DynamoDB, API Gateway, CloudFront), Terraform

Tooling CI/CD (GitHub Actions, GitLab), Jest, ESLint, Lerna, OpenAPI


📫 Connect


💡 Notes

Most of my work experience is in private repositories, so this profile focuses on:

  • Frameworks and tooling I’ve built independently
  • Architectural patterns I care about
  • How I approach system design

Pinned Loading

  1. bigsby bigsby Public

    TypeScript framework for AWS Lambda APIs with decorators, validation, DI, versioning, and API Gateway parsing.

    TypeScript 1

  2. cf-functions cf-functions Public

    TypeScript-first CLI/framework for building, testing, and deploying AWS CloudFront Functions.

    TypeScript 5

  3. ts-injection ts-injection Public

    Lightweight dependency injection container for modular TypeScript/Node.js applications.

    TypeScript 2

  4. fastify-boot fastify-boot Public

    A Spring Boot inspired opinionated view on building and bootstrapping a Fastify web application.

    TypeScript

  5. create-fastify-boot create-fastify-boot Public

    Set up a Fastify Boot app with one command.

    JavaScript