17 articles

📰 Dev.to · Vicente G. Reyes

Articles from Dev.to · Vicente G. Reyes · 17 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10782) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Sorting Hashnode Series Posts: How to Display the Latest Post First
Dev.to · Vicente G. Reyes 2w ago
Sorting Hashnode Series Posts: How to Display the Latest Post First
When you publish a series of articles on your Hashnode blog and consume it via their GraphQL API for...
Building a Seamless JWT Onboarding Flow with React Router v7 and Django
Dev.to · Vicente G. Reyes 3w ago
Building a Seamless JWT Onboarding Flow with React Router v7 and Django
Authentication and onboarding are often the highest-friction points in a new user's journey. If the...
Why I Built My Own Unlimited Audio & Video Transcriber
Dev.to · Vicente G. Reyes 4w ago
Why I Built My Own Unlimited Audio & Video Transcriber
We've all been there. You have a massive audio file—a two-hour interview, a long lecture, or a...
Problem 15: Longest Common Prefix
Dev.to · Vicente G. Reyes 1mo ago
Problem 15: Longest Common Prefix
Hey everyone! 👋 Today, we're solving a popular string manipulation problem: Longest Common...
How I Fixed the Hashnode GraphQL API Stale Cache Bug (Stellate CDN)
Dev.to · Vicente G. Reyes 1mo ago
How I Fixed the Hashnode GraphQL API Stale Cache Bug (Stellate CDN)
If you're using Hashnode's GraphQL API to fetch your blog posts for a custom frontend (like a React...
Tracking Page Views in a React SPA with Google Analytics 4
Dev.to · Vicente G. Reyes 1mo ago
Tracking Page Views in a React SPA with Google Analytics 4
Adding Google Analytics (GA4) to a standard HTML website is straightforward: paste the tracking...
Elevating the Portfolio: A Deep Dive into Recent Enhancements
Dev.to · Vicente G. Reyes 1mo ago
Elevating the Portfolio: A Deep Dive into Recent Enhancements
A portfolio is more than just a list of links; it's a narrative of problem-solving, creativity, and...
The Great Decoupling: Is Headless WordPress Right for Your Next Project?
Dev.to · Vicente G. Reyes 1mo ago
The Great Decoupling: Is Headless WordPress Right for Your Next Project?
In the world of web development, "Headless" has become the architectural gold standard for...
Understanding select_related vs prefetch_related in Django
Dev.to · Vicente G. Reyes 7mo ago
Understanding select_related vs prefetch_related in Django
Another question I was asked in my technical interview was the difference between select_related and...
Understanding Django Relationships: OneToOneField vs ForeignKey vs ManyToManyField
Dev.to · Vicente G. Reyes 7mo ago
Understanding Django Relationships: OneToOneField vs ForeignKey vs ManyToManyField
A few hours ago, I was asked by a senior Django developer what the difference of OneToOneField,...
My passion? Building web apps that are both powerful and visually striking. Think robust Django backends, dynamic React frontends, and a design aesthetic that truly sets you apart. Ready for something different? hashtag#DjangoDeveloper hashtag#ReactDevelo
Dev.to · Vicente G. Reyes 9mo ago
My passion? Building web apps that are both powerful and visually striking. Think robust Django backends, dynamic React frontends, and a design aesthetic that truly sets you apart. Ready for something different? hashtag#DjangoDeveloper hashtag#ReactDevelo
A post by Vicente G. Reyes
Just committed to learning ruby for sonic pi and rails https://dev.to/highcenburg/2025-roadmap-mastering-ruby-for-sonic-pi-and-rails-696 wish me luck!
Dev.to · Vicente G. Reyes 1y ago
Just committed to learning ruby for sonic pi and rails https://dev.to/highcenburg/2025-roadmap-mastering-ruby-for-sonic-pi-and-rails-696 wish me luck!
A post by Vicente G. Reyes
How to Validate Rectangular Images in Django Using Python
Dev.to · Vicente G. Reyes 1y ago
How to Validate Rectangular Images in Django Using Python
When working with image uploads in a Django project, there may be situations where you need to...