Gulp Introduction

What is Gulp Gulp is a “JavaScript task runner” — like its main competitor Grunt, it’s a development tool that can be used to automate things like minification, concatenation, unit testing, linting (i.e. identifying code errors — see https://en.wikipedia.org/wiki/Lint_%28software%29 for more information) and template pre-rendering. Gulp is code-based, and tasks are written using normal JavaScript code. Gulp requires Node, … Continue reading Gulp Introduction

Python Introduction

What is Python? Python is an object-oriented programming language created by Guido Rossum in 1989. It is ideally designed for rapid prototyping of complex applications. It has interfaces to many OS system calls and libraries and is extensible to C or C++. Many large companies use the Python programming language include NASA, Google, YouTube, BitTorrent, … Continue reading Python Introduction

Vue JS Interview Questions

Vue js is progressive javascript framework used to create dynamic user interfaces.It is very easy to learn.You don’t need to install any third party libraries to use Vue js just need add Vue js library in your project. Followings are some of useful interview questions and answers for vue.js : 1.What is Vue.js? Vue.js (pronounced /vjuː/, like … Continue reading Vue JS Interview Questions

Ionic Introduction

What is Ionic Ionic is a powerful tool for building mobile apps using HTML, CSS, and JavaScript. Ionic is an HTML5 mobile app development framework targeted at building hybrid mobile apps. Hybrid apps are essentially small websites running in a browser shell in an app that have access to the native platform layer. Hybrid apps … Continue reading Ionic Introduction

Iot Introduction

What is IoT: IoT is a network of physical devices, including things like smartphones, vehicles, home appliances, and more, that connect to and exchange data with computers. So Internet of Things or IoT basically is connecting Embedded System to internet. The term Internet of Things (often abbreviated IoT) was coined by industry researchers but has emerged … Continue reading Iot Introduction

React component Lifecycle

One of the most valuable parts of React is its component lifecycle — so understanding exactly how components function over time is instrumental in building a maintainable application. High-Level Component Lifecycle At the highest level, React components have lifecycle events that fall into three general categories: Initialization State/Property Updates Destruction Every React component defines these … Continue reading React component Lifecycle

React JS Introduction

What is React? React is a UI library developed at Facebook to facilitate the creation of interactive, stateful & reusable UI components. It is used at Facebook in production, and Instagram.com is written entirely in React. One of it's unique selling points is that not only does it perform on the client side, but it … Continue reading React JS Introduction

Vue.js

Vue.js shares similar concepts to other popular JavaScript frameworks like Rivet.js, Ractive.js, Angular.js, and Knockout.js. These types of frameworks offer a structural outline for interactive web applications. Raw HTML acts as the templating language, while these frameworks extend the syntax to provide data binding and User Interface data modeling. Vue.js strives to make working with … Continue reading Vue.js