Two major milestones: finalizing my database choice and successfully running a local model for data extraction.
SlimToolkit helps shrink Docker images safely, keeping only required files to improve performance, speed, and storage efficiency.
Favoring Docker Compose didn’t make the CLI obsolete. In fact, I clarified the distinction between the two tools. Using CLI ...
On Docker Desktop, open Settings, go to AI, and enable Docker Model Runner. If you are on Windows with a supported NVIDIA GPU ...
If you have never used Docker or VScode, this section explains the advantages of each tool and why they work so well together. Docker is a CI/CD tool that enables seamless code deployment from ...
├── Backend (FastAPI) │ ├── /random-character - Returns random character data │ ├── CORS middleware for frontend integration │ └── External API integration with Rick and Morty API ├── Frontend (React ...