MSMusaib Shaikhinmusaib.hashnode.dev·Sep 28, 2023 · 4 min readTransforming Semistructured Data with PySpark and Storing in Hive Using Cloudera ETL.In the vast landscape of data engineering and analysis, one common challenge is to transform the raw semi-structured/unstructured data into meaningful insight. In this blog, we will transform the semistructured data i.e. the CSV file into a structure...00
MSMusaib Shaikhinmusaib.hashnode.dev·Aug 1, 2023 · 3 min readJenkins Workflow Push Docker images to DockerHub.In this blog, I will share the simplest way of deploying Docker Images to Docker Hub via Jenkins. I will be using a sample web app for deployment that is written in Django and available in my GitHub repo. I assume that you have the Jenkins server and...00
MSMusaib Shaikhinmusaib.hashnode.dev·Jul 12, 2023 · 3 min readNetworking in docker made easy.Networking concepts are important to understand as they play an important role in real time deployments whether it could be through docker or kubernetes without properly exposing the ports and communication of your apps it may lead to issues and resu...00
MSMusaib Shaikhinmusaib.hashnode.dev·Jun 30, 2023 · 2 min readConnect Gcp Instance Through Putty!There are multiple ways of connecting to the terminal of an instance running in the cloud as in AWS it provides the .pem file which is used to authenticate with the running instance through putty or CMD/POWERSHELL. But in the case of GCP it doesn't p...00
MSMusaib Shaikhinmusaib.hashnode.dev·Jun 11, 2023 · 2 min readLearn how a Computer Starts !Welcome ! In this blog, I will explain how a computer starts or how basically boot process happen. Even though you will find it through many sources I will keep it simple. So Let's start. It all starts with a Power button when you press the power but...00