📰 Dev.to · UponTheSky
Articles from Dev.to · UponTheSky · 3 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (8976)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
![[Book Review] Build a Large Language Model (From Scratch) by Sebastian Raschka](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0i69d2ddsw9cvm9oyweq.png)
Dev.to · UponTheSky
6mo ago
[Book Review] Build a Large Language Model (From Scratch) by Sebastian Raschka
TL; DR A very practical book to learn the general concepts of LLMs Saving tons of time...
![[Python] How to implement a transactional decorator in FastAPI + SQLAlchemy - with reviewing other approaches](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxrky4aja975vf8oiua2z.png)
Dev.to · UponTheSky
2y ago
[Python] How to implement a transactional decorator in FastAPI + SQLAlchemy - with reviewing other approaches
Introduction I would say that more than 80% of the code of a backend application is...
![[Python] A simple guide: how to mock dependencies for unit testing in FastAPI?](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9fj3yu4jvikbu625only.png)
Dev.to · UponTheSky
2y ago
[Python] A simple guide: how to mock dependencies for unit testing in FastAPI?
TL; DR Use dependency_overrides dictionary to override the dependencies set up. The...
DeepCamp AI