The Lazy Solution!
While transferring large files from an SFTP server to Amazon S3, I faced a recurring issue: the program would frequently hang or crash while downloading the file to a temporary folder.
Essays and notes on engineering, systems, and thoughtful software design.
While transferring large files from an SFTP server to Amazon S3, I faced a recurring issue: the program would frequently hang or crash while downloading the file to a temporary folder.
While working with Pandas to process CSV files, I encountered a peculiar issue where certain columns, despite being explicitly defined as strings, were getting converted into float64, leading to unexpected NaN values after transformations
This blog walks you through the architecture of Docker
Docker is an open-source platform that lets you build, package, and run applications consistently using lightweight, portable containers.
Resources I used to prepare for HashiCorp certification.
Using Terraform with GitHub Actions to automatically provision and deploy Argo CD on Civo.
Kubernetes cluster on AWS, GCP and Azure
Approach to provisioning and configuring a Kubernetes cluster on AWS using Ansible.
Understand what are ansible roles and how to create them
In Hadoop cluster how to contribute limited/specific amount of storage as slave to the cluster?