📰 Dev.to · Iman
7 articles · Updated every 3 hours · View all reads
All
Articles 95,256Blog Posts 111,879Tech Tutorials 24,009Research Papers 20,249News 15,274
⚡ AI Lessons

Dev.to · Iman
4d ago
Show Dev: TSAuditor, a data quality auditing library for time-series tabular data
Check out the library here! I made TSAuditor, a pure Python, open-source, data-quality auditing...

Dev.to · Iman
2w ago
Deployment challenges
Let's talk about cloud deployment pain points. If you deploy to AWS, what's your current workflow?...

Dev.to · Iman
1mo ago
Stop Using .iterrows(). Here's What Actually Fast Looks Like
You're looping over a DataFrame. It feels natural. It's killing your performance. # What most...

Dev.to · Iman
1mo ago
Why Your Windows Paths Break Inside a Docker Container (and How to Fix It in .NET)
If you have ever deployed a .NET app inside a Docker container on a Windows host, you have probably...

Dev.to · Iman
1mo ago
How Analyzing Stock Market Data Taught Me What Time Series Textbooks Couldn't
I spent a semester analyzing OGDC — Pakistan's largest oil and gas company — on the Pakistan Stock...

Dev.to · Iman
1mo ago
Calling Your First API Using Its OpenAPI Spec — A Python Walkthrough
Every public API comes with documentation. But some APIs go further — they ship an OpenAPI spec. It's...

Dev.to · Iman
1mo ago
Stop Breaking Your System Python: A Practical Guide to Managing Multiple Python Versions
Every Python developer eventually hits the same wall: one project needs Python 3.9, another requires...
DeepCamp AI