Venkat Rajgopal
RSS FeedMy personal blog page based on the minimalist AstroPaper.
Featured
-
Threading limitations in Python
Why Python threads can't speed up CPU-bound work, how multiprocessing helps, and how Rust's Rayon achieves true parallelism without a GIL.
-
Managing internal Python packages with Poetry
Efficiently hosting py projects across an organisation
-
Static Webpage Hosting on AWS. An Architectural Guide
Hosting static webpages securely on AWS
-
Rectified ADAM Optimizer
Comparison between R-Adam vs Traditional Adam optimizer
-
Randomised approach to matrix decomposition; Fast SVD
An in-depth approach to Faster Singular value decomposition
-
Deploying small apps to Azure
Deploy Streamlit App to Azure app service