Anupam kushwahaStoring Django Static and Media Files on Amazon S3 private bucket and serve it through Cloudfront…What would you learn?Sep 3
InPython in Plain EnglishbyArif RahmanComprehensive Guide to Deploying Django with Docker, Nginx, and Serving Static FilesIntroductionMar 14
InDev GeniusbyKirubakaranGo’s Best-Kept Secret: Embed Files Directly into Your Executables (and Why You Should)Go, with its simplicity and efficiency, has done a great deal in the development world. But did you know it has a hidden feature that most…Jul 132Jul 132
InStackademicbyArif RahmanBuilding a Multi-Upload File Service with Golang Echo and Serving Static FilesIntroductionMar 14Mar 14
Anupam kushwahaStoring Django Static and Media Files on Amazon S3 private bucket and serve it through Cloudfront…What would you learn?Sep 3
InPython in Plain EnglishbyArif RahmanComprehensive Guide to Deploying Django with Docker, Nginx, and Serving Static FilesIntroductionMar 14
InDev GeniusbyKirubakaranGo’s Best-Kept Secret: Embed Files Directly into Your Executables (and Why You Should)Go, with its simplicity and efficiency, has done a great deal in the development world. But did you know it has a hidden feature that most…Jul 132
InStackademicbyArif RahmanBuilding a Multi-Upload File Service with Golang Echo and Serving Static FilesIntroductionMar 14
RaguDeploying Django with PostgreSQL, Cron Jobs, and Nginx in Docker Compose with Static File Serving…Deploying Django with PostgreSQL, Cron jobs, and Nginx in Docker containers provides a robust, scalable, and production-ready environment…Oct 20
InOpenWit Tech BlogbyAgboola KayodeHandling Static Files in Django Based ProjectsThe ‘STATIC_URL’ setting is the url that points to the location where the static files are collated to so that they can be served.Jun 26, 2023
Vinsen MuliadiSecuring Static File using OAuth2-ProxyUsually, we’re using a web server to serve static files to the public. In case we need to authenticate the user, we’re (back again) going…Feb 19, 20231