Skip to content
View alalbux's full-sized avatar
πŸ‘½
πŸ‘½

Block or report alalbux

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

Hi, fellow developers πŸ‘‹

I'm Amanda Albuquerque, a Software Engineer and Engineering Manager based in SΓ£o Paulo, Brazil.
I build scalable web platforms, developer tooling, and backend services β€” with a strong focus on product impact, engineering quality, and clear architecture.


πŸš€ What I work on

My work usually lives at the intersection of frontend platforms, backend services, and developer experience.
You’ll find here experiments, production-grade foundations, and open-source explorations across different stacks.

Some themes you’ll see repeatedly:

  • Design systems & UI platforms
  • API design (REST & GraphQL)
  • Backend services in Go & Node.js
  • LLM-powered content pipelines
  • Infrastructure, CI/CD, and developer tooling

πŸ“Œ Highlighted Projects

🧩 UI Platforms & Design Systems

boilerplate-ui-kit
A production-ready UI Kit boilerplate using React + Storybook, focused on:

  • Component isolation
  • Design consistency
  • Scalability for large frontend teams

Built to speed up UI development without sacrificing maintainability.


⚑ High-performance Backend Services

bonde-imaginary
A fast HTTP microservice written in Go, backed by libvips, designed for large-scale image processing.

  • High throughput
  • Low memory footprint
  • Suitable for public or private image pipelines

πŸ”Œ APIs & GraphQL

gqlgen-todos
A GraphQL API built with Go + gqlgen, showcasing:

  • Strong typing
  • Clean schema-first design
  • Queries and mutations done right

πŸ” Blockchain & Web3

smart-contracts
A WIP Next.js application integrating with the Ethereum blockchain using ethers.js.

  • Wallet interaction
  • Smart contract communication
  • Frontend ↔ blockchain integration

πŸ€– LLM & Automation

llm-content-factory
Experiments around LLM-driven content generation, automation, and prompt orchestration.

  • Structured pipelines
  • Content generation at scale
  • Foundation for RAG & agent-based workflows

πŸ§ͺ Problem Solving & Experiments

cuddly-guacamole
A collection of HackerRank challenges and algorithmic exercises β€” because fundamentals still matter.


πŸ›  Tech Stack

Languages

  • TypeScript / JavaScript
  • Go
  • Node.js
  • Python
  • PHP

Frontend

  • React, Next.js, Vue.js
  • Storybook
  • Design Systems & UI Kits
  • HTML, CSS, SCSS
  • PWA & Service Workers

Backend & APIs

  • Go (HTTP services, GraphQL with gqlgen)
  • Node.js, Express
  • GraphQL, Apollo
  • RESTful APIs

Infrastructure & Tooling

  • Docker
  • GitHub Actions (CI/CD)
  • AWS
  • Monorepos & developer tooling

Testing & Quality

  • Jest
  • Contract-driven APIs
  • Code reviews focused on learning & quality

🧠 How I think about engineering

  • Clarity over cleverness
  • Systems over scripts
  • Foundations before features
  • Code should scale with teams, not just traffic

πŸ“« Get in touch

  • πŸ’Ό LinkedIn
  • ✍️ Medium (soon)

Always happy to talk about architecture, developer experience, or weird side projects.

Pinned Loading

  1. boilerplate-ui-kit boilerplate-ui-kit Public

    This project serves as a boilerplate for kickstarting your UI development using a robust component library and Storybook, the industry-standard tool for developing UI components in isolation.

    MDX

  2. bonde-imaginary bonde-imaginary Public

    Fast HTTP microservice written in Go for high-level image processing backed by bimg and libvips. imaginary can be used as private or public HTTP service for massive image processing with first-clas…

    Go

  3. smart-contracts smart-contracts Public

    WIP: a simple Next.js web application that connects to the Ethereum blockchain using the ethers.js

    TypeScript 1

  4. cuddly-guacamole cuddly-guacamole Public

    Repository with some hackerrank challenges

    JavaScript

  5. gqlgen-todos gqlgen-todos Public

    This is a GraphQL project in Go for managing queries and mutations using gqlgen.

    Go

  6. llm-content-factory llm-content-factory Public

    LLM Content Factory

    TypeScript