Trying Azure Blob Storage
How I loaded CSV data from Azure Blob Storage in a school project—with local fallback and no hardcoded secrets.
- #platform
How I loaded CSV data from Azure Blob Storage in a school project—with local fallback and no hardcoded secrets.
Learn how I used Azure Container Registry to securely store Docker images from a personal project, with GitHub Actions CI and zero hardcoded secrets.
Securely manage app secrets in Azure using Key Vault—store credentials like GitHub OAuth IDs safely and handle local development with smart fallbacks.
Learn what fault tolerance means in cloud computing, how it works through redundancy and recovery, and why it’s key to keeping apps online even when systems fail.
Explore single-stage vs multi-stage Docker builds with a small Flask API, learning differences in image size, build speed, and container optimization.
Learn High Availability in the cloud: how redundancy, load balancing, and failover keep your applications online with minimal downtime.
Learn the key differences between cloud scalability and elasticity, with clear examples and visual timelines showing how resources adjust over time.
Learn how to trigger GitHub Actions workflows within the same repo and across repos to automate tasks like syncing blog posts.
Learn the essentials of HTTP methods (GET, POST, PUT, PATCH, DELETE) and common status codes to build clear, effective APIs.
Learn how SSL/TLS secures online communication, protects your data, and ensures privacy. Understand the handshake process and its importance in simple terms.
Explore the TCP 3-way handshake, a crucial step for reliable internet communication. Learn how it ensures accurate data transfer and stable connections.
Explore the key differences between IPv4 and IPv6, focusing on address size, security, and performance, and understand their impact on the internet.
Explore TCP vs UDP with a post office analogy. Learn when to choose reliable, ordered TCP or faster, less reliable UDP for different network applications.
Overview of the OSI Reference Model: Learn about the seven layers, their functions, and how they enable seamless network communication between diverse systems.
Learn how to change the remote URL in Git with simple steps. Update your repository's remote address effortlessly to keep your project in sync
Unlock the full potential of your Raspberry Pi with our step-by-step guides for remote desktop, SSH, and file transfers. Elevate your Pi experience today!”
Efficiently manage workflows in GitHub Actions by leveraging the “needs” syntax for job control.
Enhance Docker deployment with custom names for organized images and containers. Explore efficient file transfers using the 'docker cp' command.
Automate CI/CD tasks and improve your workflow with GitHub Actions. Learn triggers, jobs, steps & setting up Jest testing with a practical example.