All
Articles 185,014Blog Posts 167,851Tech Tutorials 49,532Research Papers 35,896News 22,818
⚡ AI Lessons
![[Opinion] Why I write again even in the era of AI](https://media2.dev.to/dynamic/image/width=1200,height=627,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fffm20avq4nzzys5w9fo0.png)
Dev.to · UponTheSky
20h ago
[Opinion] Why I write again even in the era of AI
This is 100% handwritten - you can see bunch of grammatical errors from the paragraphs. So...
![[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
🧠 Large Language Models
⚡ AI Lesson
11mo 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
🔧 Backend Engineering
⚡ AI Lesson
3y 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
🔧 Backend Engineering
⚡ AI Lesson
3y 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