Posts

Showing posts from July, 2021

Introduction to SASS

Image
           INTRODUCTION TO SASS:                  From the previous post , we came to know about BEM methodology. You might feel like naming the class based on BEM would be the toughest one. But this one can be easily resolved by using SASS/SCSS.                     What is SASS ? S yntactically A wesome S tyle S heet (SASS). It is a CSS preprocessor , which adds special features such as variables, nested rules and mixins.                       First, what is a CSS preprocessor ? It is nothing but a scripting language that extends CSS by allowing developers to code in one language  and that will get compiled to CSS. SASS is one of the preprocessors. There are some other preprocessors like LESS, Stylus etc.                     Now, we get into our case ” SASS ”.                     Why SASS ? Allow writing clean CSS in a programming construct. Reduce repetition Create more manageable, reusable, compact style sheets which can be imported and used. Faster development time Programmatic C

4 REAL TIME APPLICATIONS OF DATA SCIENCE

Image
  L et us start with the fact “ Data science has become fuel for industries ”. Yes, there is no industry in the world th at does not use data. Since data is the most required thing in industries. Data science has large number of applications and it is ruling the industries in the world today in order to grow their business and to increase customer satisfaction. In this blog, we will see some amazing applications of data science which has transformed the world. Before seeing the applications, let us know what data science is?.. Data science deals with large volumes of data that uses complex algorithms and modern tools to find unseen patterns, retrieves meaningful information and make business decisions. Data scientists apply machine learning algorithms to images, videos, text to produce AI systems to perform tasks that ordinarily require human intelligence.   Now, we shall have some simple applications of data science that you come up on your daily basis. The recommended movies app

INTRODUCTION TO BIG DATA

Image
INTRODUCTION TO BIG DATA With the development of technology, social media have become part of people's life. Each one of us uses social media like Facebook, Twitter, Instagram, Youtube every day. Have you ever thought about the suggestion result social media gives us ? For instance, if we surf about a particular topic on youtube, Youtube gives us more proposals about that definite topic, which indicates that s ocial marketers have started exploring customer's likes and dislikes to plan their social media campaigns accordingly. How do they collect information about us? Let's travel back years ago, Floppy Disks, CDs, DVDs, Hard disks are used to store data, but today we have unlimited cloud storage . Due to the drastic increase in technology, people who use the internet give information to the Outer world knowingly or unknowingly. The information inclined by the internet users together is known as the Big Data. The term “Big Data” refers to data that is so large, fast, o

Introduction to BEM Methodology

Image
INTRODUCTION TO BEM METHODOLOGY:                     From the earlier post , we get to know what CSS Architecture is and why we need that. If you have not taken a look, I would have recommended you to peer at that once. What is methodology ? In simple terms, naming the CSS selectors in a particular way. This very day, the developers are using various methodologies with an ultimate aim of reducing the CSS code and making our CSS more maintainable. As mentioned in the earlier post, as the size of the team and project grows, basic type of styling would mess up everything. BEM methodology is mainly used to speed up the development process and ease teamwork by arranging the CSS classes into independent modules. BEM => B lock E lement M odifier. This is not any kind of coding language or dependencies or logic or libraries that need to be perfect and  be downloaded. This is just to declare a CSS class. *Note: This methodology is applicable only for classes since ID should not repea