Projects
Here are some of the projects I've worked on. You can find more on my GitHub profile.
Open Source Projects¶
I wish I had more to share on this section
asdf-neovim¶
A plugin for the asdf version manager and mise that allows you to manage your Neovim versions.
- Technologies: Bash, ASDF, Mise
- GitHub: Link to repository
tmux-plugin-playerctl¶
A plugin for Tmux that allows you to display MPRIS metadata from media players like Spotify, VLC, and others.
- Technologies: Bash, Tmux
- GitHub: Link to repository
Professional Work¶
While much of my professional work is proprietary, here are some projects I can share:
AI marketing content¶
A simple prototype for an AI-powered (sorry, had to!) marketing content generator using AI agents.
- Technologies: Python, Claude, Next.js, AWS
- Role: Principal Software Engineer
- Outcome: Built a functioning prototype in time for a client demo
Florist point-of-sale¶
Simple POS system for a local florist to manage inventory, sales, and customer data.
- Technologies: Next.js, Supabase, Shadcn/UI
- Role: Full-stack Developer
- Outcome: Fully functional POS system and website (check it out at tulipancitos.com)
Side Projects & Experiments¶
N8N Workflow Automation¶
Lately I've been working with n8n to build workflow automations for personal projects and to streamline my daily tasks and those of my small businesses.
Some workflows are:
- Automatic handling of electronic invoices: I receive invoices via email, and n8n automatically saves them to a platform I developed.
-
Telegram bot AI agent: I built a Telegram bot that uses n8n and a custom AI agent to casually chat.
-
Technologies: n8n, Python, AI
- What I Learned: How to build and deploy workflow automations with n8n, how to self-host n8n, and how to integrate it with other services.