# hey everyone today (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover hey everyone today.

Page: <https://rssamplifier.com/topics/hey-everyone-today/blogs>  
Feed: <https://rssamplifier.com/topics/hey-everyone-today/blogs.md>

---

## [Deploying Cookiecutter Django on a DigitalOcean Droplet (Ubuntu 24.04 LTS)](https://blog.vicentereyes.org/deploying-cookiecutter-django-on-a-digitalocean-droplet-ubuntu-24-04-lts)

_2026-05-09 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

A no-fluff deployment runbook for getting a Cookiecutter Django project live on DigitalOcean using Docker and Traefik. Covers the full path from droplet provisioning to a working production deployment

## [Automating Cloudflare WARP Based on WiFi SSID (Linux Guide)](https://blog.vicentereyes.org/automating-cloudflare-warp-based-on-wifi-ssid-linux-guide)

_2026-05-06 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

If you’re switching between networks with different trust levels—home, café, coworking space—you probably don’t want your VPN behavior to be static. This guide walks through a clean, system-level way

## [Hunting Disk Hogs on Ubuntu: A Shell Script for Finding the Largest Files](https://blog.vicentereyes.org/hunting-disk-hogs-on-ubuntu-a-shell-script-for-finding-the-largest-files)

_2026-04-21 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

Why this script exists If you've ever watched your free disk space quietly shrink over a few weeks of active development, you know the feeling: yesterday you had plenty of headroom, today your IDE is

## [Renaming 1000+ Pages Worth of "Levels" Without Losing My Mind](https://blog.vicentereyes.org/renaming-1000-pages-worth-of-levels-without-losing-my-mind)

_2026-04-21 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

A message from a colleague dropped into my inbox one morning: Hi Ice, now that we pushed the changes sa site, we need to scour the site for mentions of Level 1, Level 2, Level 1/2 and change them acc

## [How to Manually Backup WordPress Sites via SSH](https://blog.vicentereyes.org/how-to-manually-backup-wordpress-sites-via-ssh)

_2026-04-17 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

Backing up your WordPress site is one of the most important maintenance tasks you can do as a site owner. While plugins like UpdraftPlus or Jetpack make this easy, knowing how to do it manually via SS

## [Post-Mortem: The March 2026 Axios Supply Chain Attack](https://blog.vicentereyes.org/post-mortem-the-march-2026-axios-supply-chain-attack)

_2026-03-31 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

The Incident On March 31, 2026, a high-profile supply chain attack targeted Axios, a critical HTTP client for the JavaScript ecosystem. By hijacking a maintainer's NPM account, attackers injected a ma

## [Sorting Hashnode Series Posts: How to Display the Latest Post First](https://blog.vicentereyes.org/sorting-hashnode-series-posts-how-to-display-the-latest-post-first)

_2026-03-25 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

When you publish a series of articles on your Hashnode blog and consume it via their GraphQL API for a custom portfolio or website, you quickly run into a common roadblock: Hashnode’s API natively ret

## [Building a Seamless JWT Onboarding Flow with React Router v7 and Django](https://blog.vicentereyes.org/building-a-seamless-jwt-onboarding-flow-with-react-router-v7-and-django)

_2026-03-17 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

Authentication and onboarding are often the highest-friction points in a new user's journey. If the process is clunky or requires too many redirects, users drop off. Recently, I set out to build a str

## [Why I Built My Own Unlimited Audio & Video Transcriber](https://blog.vicentereyes.org/why-i-built-my-own-unlimited-audio-video-transcriber)

_2026-03-16 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

We've all been there. You have a massive audio file—a two-hour interview, a long lecture, or a recorded meeting—and you just need it converted to text. You do a quick search for "free audio to text tr

## [A Reimagined Classic: DrugLord '98 in the Browser](https://blog.vicentereyes.org/a-reimagined-classic-druglord-98-in-the-browser)

_2026-03-06 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

If you were gaming in the late 90s and early 2000s, you likely remember the thrill of text-based trading simulation games. Today, we're taking a look at a fantastic modernization of one of those class

## [Retro Grid Dungeon Crawler (Sponsored)](https://crawlproof.com/a/ExtXNkoVjz5y)

_2026-03-06 · **Sponsored**_

Retro grid movement with first-person combat, loot and skill-tree progression.

## [Problem 15: Longest Common Prefix](https://blog.vicentereyes.org/problem-15-longest-common-prefix)

_2026-02-23 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

Hey everyone! 👋 Today, we're solving a popular string manipulation problem: Longest Common Prefix. The Problem The goal is to write a function that finds the longest common prefix among a list of str

## [How I Fixed the Hashnode GraphQL API Stale Cache Bug (Stellate CDN)](https://blog.vicentereyes.org/how-i-fixed-the-hashnode-graphql-api-stale-cache-bug-stellate-cdn)

_2026-02-23 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

If you're using Hashnode's GraphQL API to fetch your blog posts for a custom frontend (like a React or Next.js portfolio), you've probably run into this incredibly frustrating issue: You publish a new

## [Tracking Page Views in a React SPA with Google Analytics 4](https://blog.vicentereyes.org/tracking-page-views-in-a-react-spa-with-google-analytics-4)

_2026-02-23 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

Adding Google Analytics (GA4) to a standard HTML website is straightforward: paste the tracking snippet into your and you're done. Every time a user clicks a link, the browser fetches a new HTM

## [Elevating the Portfolio: A Deep Dive into Recent Enhancements](https://blog.vicentereyes.org/elevating-the-portfolio-a-deep-dive-into-recent-enhancements)

_2026-02-21 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

A portfolio is more than just a list of links; it's a narrative of problem-solving, creativity, and technical execution. Recently, significant updates were pushed to the portfolio to refine its presen

## [The Great Decoupling: Is Headless WordPress Right for Your Next Project?](https://blog.vicentereyes.org/the-great-decoupling-is-headless-wordpress-right-for-your-next-project)

_2026-02-17 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

In the world of web development, "Headless" has become the architectural gold standard for high-performance applications. But for those of us who have spent years in the comfortable, PHP-driven embrace of traditional WordPress, the jump to a decouple...

## [To Headless or Not to Headless? A Shopify Expert’s Guide to the Pros and Cons](https://blog.vicentereyes.org/to-headless-or-not-to-headless-a-shopify-experts-guide-to-the-pros-and-cons)

_2026-02-17 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

As a Shopify developer, the most common "crossroads" question I get from growing brands is: "Should we go headless?" With the rise of Hydrogen/Oxygen and frameworks like Next.js, the allure of total creative freedom is stronger than ever. However, "H...

## [Problem 14: Check if a Number is Prime](https://blog.vicentereyes.org/problem-14-check-if-a-number-is-prime)

_2026-02-16 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

Hey everyone! 👋 Today, we're solving a classic mathematical problem: Checking if a Number is Prime. The Problem The goal is to write a function that determines whether a given number is prime. A prime number is a natural number greater than 1 that ...

## [Dev Log: Modernizing the Oatopia Shopify Experience](https://blog.vicentereyes.org/dev-log-modernizing-the-oatopia-shopify-experience)

_2026-02-13 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

Weekly Sprint Report: February 4 – February 6, 2026 This week, we executed a comprehensive technical overhaul of the Oatopia Shopify theme. Our focus shifted from foundational modernization of legacy assets to high-level performance tuning and UX pol...

## [Problem 13: Group Anagrams](https://blog.vicentereyes.org/problem-13-group-anagrams)

_2026-02-10 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

Hey everyone! 👋 Today, we're tackling a popular interview question: Group Anagrams. The Problem The goal is to write a function that groups words that are anagrams of each other from a given list of strings. An anagram is a word or phrase formed by...

## [100,000 Bonus Points Await You (Sponsored)](https://crawlproof.com/a/ot4x9Bfj07ab)

_2026-02-10 · **Sponsored**_

Earn 100,000 bonus points after spending $5,000 in the first 3 months.

## [Boosting LCP: A Guide to fetchpriority="high"](https://blog.vicentereyes.org/boosting-lcp-a-guide-to-fetchpriorityhigh)

_2026-02-06 · Vicente Reyes · Freelance Full-Stack Developer | Django + React | Shopify, WordPress & Automation | I Build Web Experiences That Convert_

In the world of web performance, every millisecond counts. We’ve all been there: you open a site, the text loads, but the main hero image—the thing you actually want to see—stays blank for an extra second. That lag often kills your Largest Contentful...

