Deploying the Gemini File Search Tool on Oracle Cloud's Free Tier
Learn how to deploy a Python application on Oracle Cloud Always Free tier, including VCN setup, security rules, Nginx reverse proxy, Let’s Encrypt SSL, and automated deployment.
Learn how to deploy a Python application on Oracle Cloud Always Free tier, including VCN setup, security rules, Nginx reverse proxy, Let’s Encrypt SSL, and automated deployment.
](https://sabit-shaikholla.github.io/til/dependency.png)
Ever wondered how to keep track of critical architectural decisions in your software projects? Discover how Architecture Decision Records (ADRs) can streamline communication, prevent repeated mistakes, and ensure your team stays aligned and efficient.
A comprehensive guide on creating a personal website using Hugo static site generator with PaperMod theme, including installation, configuration, and deployment to GitHub Pages
Best practices for logging in Java applications, based on my experience