30 articles

📰 Dev.to · Eric Rodríguez

Articles from Dev.to · Eric Rodríguez · 30 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10431) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Day 53: CI/CD for React on AWS S3 & CloudFront (No Access Keys!) 🚀
Dev.to · Eric Rodríguez 4d ago
Day 53: CI/CD for React on AWS S3 & CloudFront (No Access Keys!) 🚀
Deploying React to S3 manually gets old fast. If you are still dragging and dropping folders into the...
Day 52: How to build a Split-Screen Login & Parse JWTs in AWS Lambda 🔐
Dev.to · Eric Rodríguez 5d ago
Day 52: How to build a Split-Screen Login & Parse JWTs in AWS Lambda 🔐
I hated the default Amazon Cognito login screen. It looked like a dashboard from 2015. Today, I...
Day 51: I stopped building Login pages manually 🛑🔑
Dev.to · Eric Rodríguez 6d ago
Day 51: I stopped building Login pages manually 🛑🔑
I am officially done writing tags for login and registration. Today (Day 51 of my cloud journey), I...
Day 50 🎉: Securing my GenAI API with Amazon Cognito
Dev.to · Eric Rodríguez 1w ago
Day 50 🎉: Securing my GenAI API with Amazon Cognito
I hit Day 50 of my #100DaysOfCloud challenge today! To celebrate, I decided to tackle the scariest...
Day 49: Adding a Monetization Layer to my Serverless App 💸
Dev.to · Eric Rodríguez 1w ago
Day 49: Adding a Monetization Layer to my Serverless App 💸
If you are building a SaaS or Fintech application, eventually you need to figure out how to monetize...
Day 48: Deploy AWS Lambda without ClickOps (Using GitHub Actions & OIDC)
Dev.to · Eric Rodríguez 1w ago
Day 48: Deploy AWS Lambda without ClickOps (Using GitHub Actions & OIDC)
Uploading .zip files to the AWS console gets old really fast. Today, I completely automated my...
Day 47: Stop Calling Third-Party APIs on Page Load (CQRS Lite in AWS Lambda)
Dev.to · Eric Rodríguez 1w ago
Day 47: Stop Calling Third-Party APIs on Page Load (CQRS Lite in AWS Lambda)
Are you fetching data from external APIs directly inside your user-facing Lambda functions? Stop. I...
Day 46: Making React feel Native with Stale-While-Revalidate
Dev.to · Eric Rodríguez 1w ago
Day 46: Making React feel Native with Stale-While-Revalidate
After spending weeks optimizing my AWS backend, I realized my React frontend was still forcing users...
Day 43: Adding a Duolingo-style Streak UI to my React Dashboard
Dev.to · Eric Rodríguez 2w ago
Day 43: Adding a Duolingo-style Streak UI to my React Dashboard
Yesterday I built the backend logic for a "Savings Streak" in DynamoDB. Today, I connected the wires...
Day 42: Building a Gamification Engine in a Stateless Serverless App
Dev.to · Eric Rodríguez 2w ago
Day 42: Building a Gamification Engine in a Stateless Serverless App
Today I tackled one of the most common issues in Serverless: How do you track continuous user state...
Day 41: Ditching print() for AWS Lambda Powertools (Structured Logging)
Dev.to · Eric Rodríguez 2w ago
Day 41: Ditching print() for AWS Lambda Powertools (Structured Logging)
Building my AI Financial Agent has taught me a lot about cloud infrastructure, but today I learned a...
Automated Vulnerability Scanning for AWS Lambda with Amazon Inspector
Dev.to · Eric Rodríguez 2mo ago
Automated Vulnerability Scanning for AWS Lambda with Amazon Inspector
Writing secure code is only half the battle. Modern software is built on giants' shoulders...
Debugging Serverless Latency: Enabling AWS X-Ray for Lambda
Dev.to · Eric Rodríguez 2mo ago
Debugging Serverless Latency: Enabling AWS X-Ray for Lambda
As my "Finance Agent" grows in complexity (Day 36!), understanding performance bottlenecks becomes...
Securing Serverless Apps: Migrating from Env Vars to AWS SSM Parameter Store
Dev.to · Eric Rodríguez 2mo ago
Securing Serverless Apps: Migrating from Env Vars to AWS SSM Parameter Store
We've all done it. We start a project and shove API keys into .env files or Lambda Environment...
Building a GenAI Observability Deck: Tracking Latency and Costs with CloudWatch Logs Insights
Dev.to · Eric Rodríguez 2mo ago
Building a GenAI Observability Deck: Tracking Latency and Costs with CloudWatch Logs Insights
Deploying an LLM is easy. Knowing what it’s doing in production is hard. When you move from a local...
Day 30: Implementing FinOps in Python - Calculating GenAI Costs per Request
Dev.to · Eric Rodríguez 2mo ago
Day 30: Implementing FinOps in Python - Calculating GenAI Costs per Request
Serverless is cheap, but "pay-per-use" can become a nightmare if you don't track the usage. Today, I...
Day 28: Adding a Conversational AI Interface to a React App with AWS Bedrock
Dev.to · Eric Rodríguez 2mo ago
Day 28: Adding a Conversational AI Interface to a React App with AWS Bedrock
Static dashboards are great, but sometimes you have a specific question that a pie chart can't...
Day 27: Adding Predictive Analytics to a React Dashboard with Python
Dev.to · Eric Rodríguez 2mo ago
Day 27: Adding Predictive Analytics to a React Dashboard with Python
Most dashboards are rearview mirrors. They show you historical data perfectly, but they fail to warn...
Day 26: Building a Transparent Financial Scoring Engine with Python, AWS Lambda, and React
Dev.to · Eric Rodríguez 2mo ago
Day 26: Building a Transparent Financial Scoring Engine with Python, AWS Lambda, and React
Data visualization is the first step of any application, but data interpretation is where we add real...
I taught my AI to be sarcastic, but AWS Safety Filters fought back.
Dev.to · Eric Rodríguez 2mo ago
I taught my AI to be sarcastic, but AWS Safety Filters fought back.
Yesterday, my finance agent was just a script that ran in the dark. Today, I wanted to give it a face...