📰 Dev.to · Vinicius Fagundes
Articles from Dev.to · Vinicius Fagundes · 15 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10273)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Vinicius Fagundes
1w ago
Setting Up Your Databricks Account (Free Trial + First Look at the UI)
Enough theory. Let's get you inside Databricks. In this article we'll create your free account, take...

Dev.to · Vinicius Fagundes
3w ago
How Databricks Fits in the Modern Data Stack
How Databricks Fits in the Modern Data Stack Before you write a single line of code in...

Dev.to · Vinicius Fagundes
2mo ago
Building Your First Pipeline: From Concept to Execution
Introduction We've covered the theory. We've discussed the tools. We've explored the...

Dev.to · Vinicius Fagundes
2mo ago
Tools of the Trade: What Powers Modern Data Engineering
Introduction You understand what data engineering is. You know how pipelines, ETL, and...

Dev.to · Vinicius Fagundes
2mo ago
Anomaly Detection + LLM: Statistical Rigor Meets AI Insights
TL;DR: Z-score with seasonality detects sales anomalies at 90% accuracy. Add Claude to explain them....

Dev.to · Vinicius Fagundes
2mo ago
Pipelines, ETL, and Warehouses: The DNA of Data Engineering
Introduction In the previous article, we explored what data engineering is and why it...

Dev.to · Vinicius Fagundes
2mo ago
Data Engineering Uncovered: What It Is and Why It Matters
The first chapter in a beginner-friendly series on becoming a data engineer. Learn what data engineering is, why organizations need it, and whether this career

Dev.to · Vinicius Fagundes
3mo ago
Real-Time is an SLA, Not an Architecture: When You Actually Need Kafka (And When You Don't)
TL;DR: Inherited a streaming architecture with 47 Kafka topics. Only 3 needed sub-second latency. 38...

Dev.to · Vinicius Fagundes
3mo ago
Train Models. Ship Systems. Know the Difference.
TL;DR: Your model's 94% accuracy means nothing if your system crashes after 10 predictions. The team...

Dev.to · Vinicius Fagundes
3mo ago
Anomaly Detection in Seasonal Data: Why Z-Score Still Wins (But You Need to Use It Right)
TL;DR: When you have seasonal, multi-dimensional data (like smartphone sales), naive z-score fails....

Dev.to · Vinicius Fagundes
3mo ago
Production AI: Monitoring, Cost Optimization, and Operations
Quick Reference: Terms You'll Encounter Technical Acronyms: SLA: Service Level...

Dev.to · Vinicius Fagundes
3mo ago
RAG Evaluation Metrics: Measuring What Actually Matters
Quick Reference: Terms You'll Encounter Technical Acronyms: RAG: Retrieval-Augmented...

Dev.to · Vinicius Fagundes
4mo ago
Prompt Engineering Patterns: From Zero-Shot to Chain-of-Thought Reasoning
📚 Tech Acronyms Reference Quick reference for acronyms used in this article: API -...

Dev.to · Vinicius Fagundes
4mo ago
Function Calling and Tool Use: Turning LLMs into Action-Taking Agents
📚 Tech Acronyms Reference Quick reference for acronyms used in this article: API -...

Dev.to · Vinicius Fagundes
5mo ago
Building Custom MCP Servers with Python: A Data Engineer's Guide 🛠️
The Model Context Protocol (MCP) lets you connect AI assistants directly to your data infrastructure....
DeepCamp AI