TheTechWorld

  • Web Scraping

    Web scraping is not just about doing regex, but more about understanding how the website has been laid out! It is basically a technique to extract large amounts of data from websites and storing them into local or database! We are using python for it, packages included are, request and beautiful soup. Although, beautiful soup Continue reading

  • Cloud computing and The Shared Responsibility Model

    What is Cloud Computing? Cloud computing is renting it out! Instead of buying all the resources and maintaining them, making sure the backups are in place and everything keeps running even when failures happen, you rent it out to someone who will take care of the backend, while you can bother about everything else! Just Continue reading

  • Design for Virtual Machine Solutions

    Azure Virtual Machines are the basis of the IaaS model in azure. The main scenarios where virtual machine become an ideal compute services are – When in azure, creating a virtual machine, following are the basic configurations that allow you to create a virtual machine – Project Details Subscription – This is the billing bucket Continue reading

  • Design an Azure Compute Solution #Introduction

    Before we understand the concepts of moving the data or application into azure, the most important is understanding what it takes to move the data or application into cloud, which is building an infrastructure for the organization. In the unit of AZ 305, Design Infrastructure Solution, we learn about the design strategies for building the Continue reading

  • V’s of Big Data #2

    We have talked about the 4 V’s here – V’s of Big Data . This time we are looking at validity, variability, volatility, visualisation and volume. Let’s get into it! As of now, we read about the collection of data, and the processing of data. When the collection and processing is done, the next step Continue reading