> I had heard about backpropagation many times, but I never really understood how it actually worked. When someone asked me what backpropagation was, all I could say was, "It's how neural networks learn… I guess?"
> I'd seen the formulas, I knew the...
!Image descriptionhttps://dev-to-uploads.s3.us-east-2.amazonaws.com/uploads/articles/1t3vukgnuk2r4754axw6.png
What's Docker
> Docker is a containerization platform that packages applications with all dependencies into portable utils called containe...
I build a blog API with FastAPI + Redis + MySQL.
Three cache problems almost killed my app.
If you also face these problems!
Here's how I fixed each one.
1. Cache Penetration
What's Cache Penetration?
Cache Penetration refers to a scenario where t...