DEV Community

Vicente G. Reyes profile picture

Vicente G. Reyes

Web Developer | Technical Writer | OSS Contributor | Musician | Gamer | Cyclist

Mars Joined on  https://vicentereyes.org

Education

Bachelors of Science in Computer Science

Pronouns

He/Him

Work

Web Developer @ Rev6: A Revolution In Motion®

React
April Fools Challenge Completion Badge
Cloud Run Badge
Google AI Challenge Completion
Google AI
Seven Year Club
Future Writing Challenge Completion Badge
2025 New Year Writing Challenge Completion Badge
Six Year Club
AssemblyAI Challenge Completion Badge
Top 7
Writing Debut
Building a Search Modal for a Membership-Gated WordPress Site

Building a Search Modal for a Membership-Gated WordPress Site

7 min read

Want to connect with Vicente G. Reyes?

Create an account to connect with Vicente G. Reyes. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
The Paywall That Wasn't: Debugging a 919-Video Leak on WordPress

Routine ticket turned full rebuild

The Paywall That Wasn't: Debugging a 919-Video Leak on WordPress

2
4
8 min read
Rebuilding a Divi Blog with Custom Shortcodes: A Field Report

Rebuilding a Divi Blog with Custom Shortcodes: A Field Report

2
6 min read
How I Shaved 10 MB Off My Portfolio in One Command

How I Shaved 10 MB Off My Portfolio in One Command

1
6 min read
Building an RSS Feed for a Django + React Portfolio (With a Styled Browser View)

Building an RSS Feed for a Django + React Portfolio (With a Styled Browser View)

1
1
2 min read
Why My Analytics Was Logging Every Page Visit Twice (And How I Fixed It)

Ref guard limitations in React StrictMode

Why My Analytics Was Logging Every Page Visit Twice (And How I Fixed It)

10
7
4 min read
Building a Resume Download Gate: Email Collection, Signed Tokens, and an S3 Lesson

Building a Resume Download Gate: Email Collection, Signed Tokens, and an S3 Lesson

1
7 min read
How I Added Live Charts to the Django Admin Without Installing a Single Package

How I Added Live Charts to the Django Admin Without Installing a Single Package

1
4 min read
The Django Singleton Model: How to Manage Page Headers Without a CMS

The Django Singleton Model: How to Manage Page Headers Without a CMS

1
5 min read
How I Caught and Fixed an N+1 Query in My Django REST API

Silent bottlenecks invisible in local dev

How I Caught and Fixed an N+1 Query in My Django REST API

6
3
3 min read
Post-Mortem: Why My Blog Cover Images Silently Failed to Restore from S3

Post-Mortem: Why My Blog Cover Images Silently Failed to Restore from S3

1
4 min read
Deploying Cookiecutter Django on DigitalOcean (Ubuntu 24.04 (LTS) x64)

Deploying Cookiecutter Django on DigitalOcean (Ubuntu 24.04 (LTS) x64)

1
6 min read
Automating Cloudflare WARP Based on WiFi SSID (Linux Guide)

Automating Cloudflare WARP Based on WiFi SSID (Linux Guide)

28
2 min read
Hunting Disk Hogs on Ubuntu: A Shell Script for Finding the Largest Files

Hunting Disk Hogs on Ubuntu: A Shell Script for Finding the Largest Files

1
6 min read
Renaming 1000+ Pages Worth of "Levels" Without Losing My Mind

Renaming 1000+ Pages Worth of "Levels" Without Losing My Mind

4 min read
How to Manually Backup WordPress Sites via SSH

How to Manually Backup WordPress Sites via SSH

3 min read
I Built an Enterprise Coffee Dashboard (That Refuses to Brew Coffee)

April Fools Challenge Submission ☕️🤡

I Built an Enterprise Coffee Dashboard (That Refuses to Brew Coffee)

2
3 min read
Post-Mortem: The March 2026 Axios Supply Chain Attack

Post-Mortem: The March 2026 Axios Supply Chain Attack

2 min read
Claude Code vs Antigravity?

Claude Code vs Antigravity?

1 min read
Sorting Hashnode Series Posts: How to Display the Latest Post First

Sorting Hashnode Series Posts: How to Display the Latest Post First

1
4 min read
Building a Seamless JWT Onboarding Flow with React Router v7 and Django

Building a Seamless JWT Onboarding Flow with React Router v7 and Django

2
4 min read
Why I Built My Own Unlimited Audio & Video Transcriber

Why I Built My Own Unlimited Audio & Video Transcriber

4
2
4 min read
A Reimagined Classic: DrugLord '98 in the Browser

A Reimagined Classic: DrugLord '98 in the Browser

2
1
3 min read
Problem 15: Longest Common Prefix

Problem 15: Longest Common Prefix

1
3 min read
How I Fixed the Hashnode GraphQL API Stale Cache Bug (Stellate CDN)

How I Fixed the Hashnode GraphQL API Stale Cache Bug (Stellate CDN)

5
3
3 min read
Tracking Page Views in a React SPA with Google Analytics 4

Tracking Page Views in a React SPA with Google Analytics 4

3 min read
Elevating the Portfolio: A Deep Dive into Recent Enhancements

Elevating the Portfolio: A Deep Dive into Recent Enhancements

3 min read
The Great Decoupling: Is Headless WordPress Right for Your Next Project?

The Great Decoupling: Is Headless WordPress Right for Your Next Project?

1
3 min read
To Headless or Not to Headless? A Shopify Expert’s Guide to the Pros and Cons

To Headless or Not to Headless? A Shopify Expert’s Guide to the Pros and Cons

1
3 min read
Problem 14: Check if a Number is Prime

Problem 14: Check if a Number is Prime

3 min read
Dev Log: Modernizing the Oatopia Shopify Experience

Dev Log: Modernizing the Oatopia Shopify Experience

2
2
2 min read
Problem 13: Group Anagrams

Problem 13: Group Anagrams

1
3 min read
Boosting LCP: A Guide to fetchpriority="high"

Boosting LCP: A Guide to fetchpriority="high"

2 min read
Problem 12: Find Pairs with Target Sum

Problem 12: Find Pairs with Target Sum

3 min read
Problem 11: Count Character Frequency

Problem 11: Count Character Frequency

1
2 min read
Getting Brutal. A brutalist portfolio of who I am, what I do and the accomplishments I've done

New Year, New You Portfolio Challenge Submission

Getting Brutal. A brutalist portfolio of who I am, what I do and the accomplishments I've done

11
3
2 min read
How I Fixed a Critical Memory Leak in My Python Audio App

How I Fixed a Critical Memory Leak in My Python Audio App

2
1
2 min read
Problem 10: Duplicate Removal

Problem 10: Duplicate Removal

1
2 min read
Problem 9: Most Frequent Element

Problem 9: Most Frequent Element

1
2 min read
Problem 8: Count Vowels

Problem 8: Count Vowels

6
2 min read
Problem 7: Factorial

Problem 7: Factorial

1
2 min read
Problem 6: Reverse a List (without using reverse())

Problem 6: Reverse a List (without using reverse())

1
2 min read
Problem 5: Palindrome Checker

Problem 5: Palindrome Checker

2
1 min read
Brutal Efficiency: A Tech Breakdown of My Portfolio

Brutal Efficiency: A Tech Breakdown of My Portfolio

2
2
2 min read
Problem 4: Flatten a Nested List

Problem 4: Flatten a Nested List

1
2 min read
Problem 3: Mastering FizzBuzz in Python: A Step-by-Step Guide

Problem 3: Mastering FizzBuzz in Python: A Step-by-Step Guide

1
3 min read
Problem 2: Finding Min and Max Without Built-in Functions: A Python Tutorial

Problem 2: Finding Min and Max Without Built-in Functions: A Python Tutorial

1
3 min read
Problem 1: Sum of Digits: A Beginner's Guide to String Iteration in Python

Problem 1: Sum of Digits: A Beginner's Guide to String Iteration in Python

1
3 min read
How many instruments did you have at one point?

How many instruments did you have at one point?

10
10
1 min read
This is one way I use AI for coding

This is one way I use AI for coding

3
2
3 min read
What DAW are you using?

What DAW are you using?

7
13
1 min read
Soul Heist EP released in 2020

Soul Heist EP released in 2020

3
5
1 min read
Tame Impala - Loser (Official Video)

Tame Impala - Loser (Official Video)

7
2
1 min read
Understanding select_related vs prefetch_related in Django

Understanding select_related vs prefetch_related in Django

6
2
2 min read
Understanding Django Relationships: OneToOneField vs ForeignKey vs ManyToManyField

Understanding Django Relationships: OneToOneField vs ForeignKey vs ManyToManyField

5
2 min read
Reviewing FinalRoundAI: My First Experience with the AI Interview Copilot

Reviewing FinalRoundAI: My First Experience with the AI Interview Copilot

3
1
2 min read
Is this scale Phrygian or did AI give me a delusion?

Is this scale Phrygian or did AI give me a delusion?

4
1
1 min read
What have you been listening to lately?

What have you been listening to lately?

1
1 min read
Learning intervals on the guitar

Learning intervals on the guitar

7
3
3 min read
How'd you learn intervals?

How'd you learn intervals?

4
2
1 min read
loading...