TheTechWorld

  • Python #Class1

    Python was created by Guido Rossum in 1989 and has become one of the fastest growing language. It is an interpreted, object-oriented, high level programming language with dynamic semantics. DIFFERENCE BETWEEN INTERPRETER AND COMPILER Interpreter read each line again and again and if there is an issue, it returns back the error to the user then Continue reading

  • Learning Education

    What exactly is Education? In simple terms, education is simply the transmission of the values and accumulated knowledge of the society to the children in order to advance them towards their adulthood and direct them towards their role in the society. There are three types of education – Informal Education – This is the education Continue reading

  • Understanding Map Reduce

    There are two main components of Hadoop – Hadoop Storage ( HDFS) Map Reduce ( Processing Unit) What is Map Reduce? It is the processing unit of Hadoop and is used to process the data parallel. The data is stored in Hadoop in chunks of data blocks. Map reduce has the capability of processing data Continue reading

  • Hadoop # Introduction

    Hadoop is a framework that allows you to store big data in a distributed environment so that it can be processed parallel. It has two components – HDFS – It allows you to dump your data across any cluster. Map Reduce – It allows the parallel processing of the data stored in HDFS. Storing exponentially huge data Continue reading

  • Amazon Web Services # RDS

    What happens when the user logins to the Netflix? When the user logins to the Netflix database, there are things to be done with your personal database. Amazon RDS is a database platform provided by amazon web services and one of the most common usage of this is to store customer account information. So, when Continue reading