<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Angel Baez</title><description>Angel Baez - Agentic Developer and entrepreneur based in Cancun, Mexico. Building AI agents, autonomous systems, and intelligent web apps with TypeScript and Node.js.</description><link>https://angel-baez.com/</link><language>en</language><item><title>A Tool for Dealing with Life Changes</title><link>https://angel-baez.com/blog/a-personal-tool-i-use-to-deal-with-changes-in-life/</link><guid isPermaLink="true">https://angel-baez.com/blog/a-personal-tool-i-use-to-deal-with-changes-in-life/</guid><description>A personal tool I use to deal with changes in life</description><pubDate>Fri, 12 Jul 2024 10:00:00 GMT</pubDate></item><item><title>How I Achieved Perfect Lighthouse Scores (100 Across the Board)</title><link>https://angel-baez.com/blog/achieving-perfect-lighthouse-scores/</link><guid isPermaLink="true">https://angel-baez.com/blog/achieving-perfect-lighthouse-scores/</guid><description>A walkthrough of the specific fixes I made to push my Astro site from 95/81/92 to 100/100/100 on Lighthouse&apos;s Accessibility, Best Practices, and SEO audits.</description><pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate></item><item><title>First Year in Cancun</title><link>https://angel-baez.com/blog/first-year-in-cancun/</link><guid isPermaLink="true">https://angel-baez.com/blog/first-year-in-cancun/</guid><description>About new beginnings</description><pubDate>Wed, 19 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Flying to Mexico City</title><link>https://angel-baez.com/blog/flying-to-mexico-city/</link><guid isPermaLink="true">https://angel-baez.com/blog/flying-to-mexico-city/</guid><description>I truly enjoy flying</description><pubDate>Thu, 18 Jul 2024 04:06:08 GMT</pubDate></item><item><title>Hue-CLI: Control Philips Hue Lights from Your Terminal</title><link>https://angel-baez.com/blog/huecli-control-the-lights-of-your-home-from-your-terminal-part-1/</link><guid isPermaLink="true">https://angel-baez.com/blog/huecli-control-the-lights-of-your-home-from-your-terminal-part-1/</guid><description>Launching a CLI tool to control your Phillips Hue devices.</description><pubDate>Mon, 15 Jul 2024 10:00:00 GMT</pubDate></item><item><title>Hello World Again!</title><link>https://angel-baez.com/blog/hello-world-again/</link><guid isPermaLink="true">https://angel-baez.com/blog/hello-world-again/</guid><description>I&apos;ve decided to start writing again. But this time I&apos;m taking it seriously.</description><pubDate>Tue, 02 Jul 2024 11:00:00 GMT</pubDate></item><item><title>I Changed My Mind About Daily Posts</title><link>https://angel-baez.com/blog/i-changed-my-mind-about-daily-posts/</link><guid isPermaLink="true">https://angel-baez.com/blog/i-changed-my-mind-about-daily-posts/</guid><description>I changed my mind about daily posts</description><pubDate>Mon, 19 Aug 2024 10:00:00 GMT</pubDate></item><item><title>Automating Post Creation on Jekyll with a Custom Bash Script</title><link>https://angel-baez.com/blog/automating-post-creation-on-jekyll-with-a-custom-bash-script/</link><guid isPermaLink="true">https://angel-baez.com/blog/automating-post-creation-on-jekyll-with-a-custom-bash-script/</guid><description>A bash script to automate the creation of new posts on Jekyll.</description><pubDate>Wed, 10 Jul 2024 10:00:00 GMT</pubDate></item><item><title>FizzBuzz: Classic Coding Interview Problem</title><link>https://angel-baez.com/blog/fizzbuzz/</link><guid isPermaLink="true">https://angel-baez.com/blog/fizzbuzz/</guid><description>How I solved the FizzBuzz problem on Leetcode.</description><pubDate>Fri, 05 Jul 2024 11:00:00 GMT</pubDate></item><item><title>Middle of the Linked List: Two-Pointer Technique</title><link>https://angel-baez.com/blog/middle-of-a-linked-list/</link><guid isPermaLink="true">https://angel-baez.com/blog/middle-of-a-linked-list/</guid><description>Solving the middle of the linked list problem on Leetcode</description><pubDate>Sun, 07 Jul 2024 11:00:00 GMT</pubDate></item><item><title>Implementing Confetti Animation with Vanilla JavaScript</title><link>https://angel-baez.com/blog/implementing-confeti-animation-with-vanilla-javascript/</link><guid isPermaLink="true">https://angel-baez.com/blog/implementing-confeti-animation-with-vanilla-javascript/</guid><description>Creating a confetti animation effect using vanilla JavaScript.</description><pubDate>Mon, 08 Jul 2024 10:00:00 GMT</pubDate></item><item><title>Number of Steps to Reduce a Number to Zero</title><link>https://angel-baez.com/blog/number-of-steps-to-reduce-a-number-to-zero/</link><guid isPermaLink="true">https://angel-baez.com/blog/number-of-steps-to-reduce-a-number-to-zero/</guid><description>Solving the Number of Steps to Reduce a Number to Zero problem on Leetcode.</description><pubDate>Sat, 06 Jul 2024 11:00:00 GMT</pubDate></item><item><title>Progress is Not Linear</title><link>https://angel-baez.com/blog/progress-is-not-linear/</link><guid isPermaLink="true">https://angel-baez.com/blog/progress-is-not-linear/</guid><description>I learned to be compassionate with myself and that progress is not always linear.</description><pubDate>Sat, 13 Jul 2024 10:00:00 GMT</pubDate></item><item><title>Array Problems: Running Sum and Maximum Wealth</title><link>https://angel-baez.com/blog/sum-of-1d-array/</link><guid isPermaLink="true">https://angel-baez.com/blog/sum-of-1d-array/</guid><description>Solving Sum of 1d Array and Richest Customer Wealth problems on Leetcode.</description><pubDate>Thu, 04 Jul 2024 11:00:00 GMT</pubDate></item><item><title>From YouTube Videos to Recipes with AI</title><link>https://angel-baez.com/blog/youtube-to-recipe-with-ai/</link><guid isPermaLink="true">https://angel-baez.com/blog/youtube-to-recipe-with-ai/</guid><description>How I built a CLI tool that extracts recipes from YouTube cooking videos using Deepgram and ChatGPT.</description><pubDate>Fri, 23 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Implementing a Queue in TypeScript</title><link>https://angel-baez.com/blog/implementing-a-queue-in-typescript/</link><guid isPermaLink="true">https://angel-baez.com/blog/implementing-a-queue-in-typescript/</guid><description>Implementing a queue in TypeScript</description><pubDate>Sun, 14 Jul 2024 10:00:00 GMT</pubDate></item><item><title>How to Set Up Dynamic Imports in Laravel Mix and TypeScript</title><link>https://angel-baez.com/blog/setup-dynamic-imports-laravel-mix-typescript/</link><guid isPermaLink="true">https://angel-baez.com/blog/setup-dynamic-imports-laravel-mix-typescript/</guid><description>This tutorial guides you on how to set up dynamic imports in Laravel Mix and handle them with TypeScript</description><pubDate>Wed, 03 Jul 2024 11:00:00 GMT</pubDate></item><item><title>Visual Regression Testing with Playwright</title><link>https://angel-baez.com/blog/visual-regression-testing-with-playwright/</link><guid isPermaLink="true">https://angel-baez.com/blog/visual-regression-testing-with-playwright/</guid><description>Visual testing with Playwright</description><pubDate>Thu, 11 Jul 2024 10:00:00 GMT</pubDate></item><item><title>Using Levenshtein Distance and Python to Find Similar Names</title><link>https://angel-baez.com/blog/using-levenshtein-distance-and-python/</link><guid isPermaLink="true">https://angel-baez.com/blog/using-levenshtein-distance-and-python/</guid><description>A Python script to find similar names using the Levenshtein distance algorithm.</description><pubDate>Tue, 09 Jul 2024 10:00:00 GMT</pubDate></item><item><title>WordPress Security Best Practices for Developers</title><link>https://angel-baez.com/blog/wordpress-development-best-security-practices/</link><guid isPermaLink="true">https://angel-baez.com/blog/wordpress-development-best-security-practices/</guid><description>Essential security practices for WordPress development and maintenance</description><pubDate>Tue, 16 Jul 2024 10:00:00 GMT</pubDate></item></channel></rss>