CSS Cheat Sheet: Everything You Need to Know in One Place

CSS cheat-sheet Basic Selectors: * /* Universal selector */ element /* Selects all elements of a type */ .class /* Selects elements by class */ #id /* Selects elements by ID */ element , element /* Grouping selectors */ Box Model: element { margin : 10px ; /* Space outside the element */ padding : 10px ; /* Space inside the element */ border : 1px solid #000 ; /* Border around the element */ width : 100px ; /* Element width */ height : 100px ; /* Element height */ box-sizing : border-box; /* Includes padding/border in width and height */ } Text Styling: element { font-family : Arial, sans-serif; /* Font family */ font-size : 16px ; /* Font size */ font-weight : bold; /* Font weight (bold, normal) */ font-style : italic; /* Italic text */ text-align : center; /* Aligns text (lef...

Big Data Analytics Syllabus

BDA Syllabus

 Theory

 Introduction to Big Data: 

    Classification of Digital Data, Characteristics of Data, Def inition of Big Data, Challenges with Big Data, Definitional Traits of Big Data, Traditional Business Intelligence (BI) versus Big Data, Coexistence of Big Data and Data Warehouse, Realms of Big Data, Big Data Analytics, Classification of Analytics, Challenges of Big Data, Terminologies Used in Big Data Environments, Few Top Analytics Tools.

The Big Data Technology Landscape: 

    NoSQL (Not Only SQL), Types of NoSQL Databases, SQL versus NoSQL, Introduction to Hadoop, RDBMS versus Hadoop, Dis tributed Computing Challenges, Hadoop Overview, Hadoop Distributors, HDFS (Hadoop Distributed File System), Working with HDFS commands, Interacting with Hadoop Ecosystem.

 Mapreduce Programming: 

    Processing Data with Hadoop, Mapper, Reducer, Com biner, Partitioner, Searching, Sorting, Compression, Managing Resources and Applica tions with Hadoop YARN.

 Cassandra:

    Features of Cassandra, CQL Data Types, Keyspaces, CRUD Operations, Collection Types, Table Operations. MONGODB: Features of MongoDB, RDBMS vs MongoDB, Data Types in MongoDB, MongoDB Query Language, CRUD operations, Count, Limit, Sort, and Skip.

 PIG:

    The Anatomy of Pig, Pig Philosophy, Pig Latin Overview, Data Types in Pig, Run ning Pig, Execution Modes of Pig, Relational Operators, Eval Functions, Word Count using Pig. HIVE: Introduction to Hive, Hive Architecture, Hive Data Types, Hive File Format, Hive Query Language (HQL): DDL, DML, Partitions, Pig versus Hive.


Stay connected! Follow me on Socials.

Comments

Popular posts from this blog

How to Implement Push Notifications Using JavaScript

How to Implement a Countdown Timer in C++ Using SFML