Skip to content
View lipex360x's full-sized avatar
:octocat:
:octocat:

Block or report lipex360x

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

Hi 👋

I'm Felipe, a full-stack software engineer based in Galway, Ireland. Currently completing my Higher Diploma in Computer Science @ CCT Dublin, mentoring on the Programming module, and building open-source AI dev tooling on the side.

More stuff about me

Quick overview

GitHub stats

GitHub stats Top languages

What I do

I spend most of my time these days on AI-assisted developer tooling. Not because AI is about to replace engineers, but because the engineers who can shape AI's output to match real production standards will outperform the ones who let it run unchecked. That belief runs through most of what I ship: keep the model honest, keep the test bar high, keep humans in the loop.

The headline projects:

  • sourcemap-indexer: code-indexing tool for LLM-assisted dev workflows. Python, 629 tests at 100% coverage.
  • dev-quality: linters, hooks and bootstrap scripts that hold AI-generated code to the same bar as anything else. Currently Python, pipeline ready for other languages.
  • docx_builder: generates .docx files (including my own CV) from a YAML description, so documents go through git like code.
  • github-toolkit: Bash dispatcher that scaffolds repos, labels, project boards, milestones and releases from JSON fixtures in a single command.
  • cct-hdip-study: multilingual study materials for CCT classes, deployed at hdip-study-notes.vercel.app.
  • web-view: project-agnostic Chrome/CDP toolkit on Playwright. Wait on state, never on time.

My skills 📜

Backend

  • Java and Spring Boot (AlgaWorks Backend Specialist, AlgaWorks Web Services and Microservices)
  • Node.js and NestJS
  • Python (FastAPI, LLM tooling)
  • REST APIs, event-driven microservices, domain-driven design

Frontend

  • React and Next.js
  • TypeScript, Tailwind CSS
  • Vue.js

Cloud and infra

  • AWS (Cloud Practitioner, AI Practitioner Early Adopter): SQS, SNS, Lambda, DynamoDB, S3
  • Docker, Docker Compose, Nginx
  • Vercel, Supabase

AI tooling

  • Anthropic Claude API and Claude Code
  • LLM workflows: code indexing, code review automation, document generation
  • Custom Skills and Agents for repeatable tasks

Quality

  • Jest, pytest, JUnit
  • pre-commit, dev-quality (own toolkit), 95%+ coverage targets
  • Code review as a first-class practice

Languages 🌐

Language Proficiency
Portuguese Native
English Professional working proficiency

What I'm currently learning 📚

  • Java internals and JVM tuning, via the CCT HDip curriculum
  • Spring Boot 3 advanced patterns (AlgaWorks track)
  • Building custom extensions for pi-coding-agent in TypeScript, so I can compare different AI harnesses against Claude Code
  • Better prompting for code review and refactoring workflows

How I actually work 🛠️

A few unusual bits about my setup that people sometimes ask about:

Thing Why
Shared "brain" directory synced across machines Memory, skills and sub-agents are git-versioned and identical on every machine I touch
Telegram bridge to my coding agent I can hand the agent tasks from my phone and get the results back asynchronously
Custom Skills + Agent definitions Repeatable tasks (code review, document generation, Gmail filter management) live as small files
docx_builder for my own CV This CV is generated from YAML and rebuilt on every change, so document edits go through git

Pinned Loading

  1. dev-quality dev-quality Public

    Central quality tooling for all stacks — checkers, pre-commit hooks, and bootstrap scripts

    Python

  2. sourcemap-indexer sourcemap-indexer Public

    Codebase indexer powered by local LLM

    Python

  3. github-toolkit github-toolkit Public

    Standalone GitHub project setup/teardown scripts (extracted from pi-cli, runs from any cwd)

    Shell

  4. web-view web-view Public

    Project-agnostic Chrome/CDP toolkit on Playwright. Wait on state, never on time.

    Python

  5. docx_builder docx_builder Public

    Generate DOCX reports from a content.yaml file

    Python

  6. cct-hdip-study cct-hdip-study Public

    Unofficial multilingual study materials for CCT classes — interactive slide decks with SVG diagrams

    HTML