Skip to content
View YgorSecco's full-sized avatar
📈
📈

Organizations

@Sirge-io

Block or report YgorSecco

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

Hi, I'm Ygor Secco 👋

Full-Stack Developer · Tech Lead · Product Builder

Portfolio LinkedIn Email

About me

I'm a full-stack developer and tech lead from São Paulo, Brazil, with 8+ years of experience building and evolving digital products.

I work across the full product lifecycle: translating designs and business requirements into maintainable interfaces, defining backend contracts and data flows, integrating third-party platforms, improving performance, supporting releases, and debugging the occasional production issue that only appears at the worst possible time.

A large part of my professional work lives in private repositories. Across those projects, I have contributed to:

  • SaaS analytics and attribution products, including campaign reporting, customer journeys, ROAS, cost-per-order, and conversion-focused tooling
  • Production applications built with Next.js, React, TypeScript, GraphQL, and AWS
  • Serverless APIs and background workflows using AppSync, Lambda, SQS, S3, Cognito, and AWS CDK
  • Shopify storefronts, custom Liquid sections, subscription integrations, and Figma-to-theme implementations
  • Release workflows, feature flags, QA iterations, performance fixes, hotfixes, and internal developer tooling

I enjoy working close to both product and engineering, especially where good architecture, careful UI implementation, and measurable business outcomes meet.

What I'm focused on

  • Building product-oriented applications with Next.js, React, NestJS, and TypeScript
  • Designing reliable APIs, integrations, and serverless workflows on AWS
  • Developing conversion-focused Shopify experiences
  • Creating reusable AI-assisted development workflows and engineering documentation
  • Exploring SaaS products, game systems, image processing, and developer tools

Tech stack

Languages

TypeScript JavaScript Python HTML5 CSS3 Liquid

Frontend

React Next.js Tailwind CSS Framer Motion GSAP

Backend and APIs

Node.js NestJS GraphQL REST APIs Stripe

Data

PostgreSQL MongoDB Prisma TypeORM

Cloud and infrastructure

AWS AWS Lambda AWS Amplify Amazon S3 Amazon Cognito AWS CDK Docker NGINX GitHub Actions

Commerce and product tools

Shopify Figma Sentry PostHog

Testing and quality

Jest Vitest ESLint Prettier

Selected public projects

A privacy-focused image compression tool that processes files directly in the browser using Next.js, React, and WebAssembly-based image codecs.

A Python-based image upscaling utility and experimentation space for practical image-processing workflows.

More of my recent product work is private, but you can find additional context, experiments, and case studies at secco.tech.

How I like to work

  • Understand the product problem before choosing the implementation
  • Keep interfaces responsive, accessible, and faithful to the design
  • Build backend contracts and data flows that are easy to reason about
  • Prefer reusable patterns and documentation over one-off fixes
  • Treat QA, observability, and deployment as part of development—not as afterthoughts
  • Use AI as an engineering accelerator while keeping architecture and review decisions human-owned

Outside work

When I'm not working on SaaS or e-commerce products, I'm usually experimenting with game-related tools, automation, image processing, or another side project that started with: “this should be simple.”

Follow Ygor Secco on GitHub

Pinned Loading

  1. next-image-compressor next-image-compressor Public

    Browser-only image compressor. JPEG/PNG/WebP/AVIF via WebAssembly codecs in a Web Worker — no uploads, no servers. Next.js + Tailwind, 16 languages.

    TypeScript

  2. python-upscaler python-upscaler Public

    Single-file AI image upscaler CLI. Loads ESRGAN, Real-ESRGAN, DAT, HAT, SwinIR, SRFormer and friends via spandrel.

    Python