In this blog I am going to show you how to setup a Angular 5 app and how to create routing with its components. As you all know Angular is the powerful framework of Javascript, and it is basically a front end development computer language for SPA’s (Single Page Application). Before I start about […]
What is Nuxt.js?
Nuxt.js is a framework for creating Universal Vue.js Applications. Its main scope is UI rendering while abstracting away the client/server distribution. It is used to create a framework flexible enough that you can use it as a main project base or in addition to current project based on Node.js. Nuxt.js presets all the configuration needed to […]
Why should we use HTML5 and CSS3 for our websites
Now a days to build a website basically we need to use HTML and CSS together at first step for giving the website a look. As HTML have upgraded to its HTML5 version along with CSS have upgraded to its CSS3 version. The new upgrades have brought many advantages for the websites as well […]
What is CLI (Command Line Interface) used in latest JS frameworks
Many modern JavaScript frontend frameworks such as Angular, React and Vue are complemented by a standalone Command Line Interface (CLI) program that assists with setting up a suitable development environment. This post will give an overview of CLI and why should we go for this technology. The aim is to help new developers understand the benefits […]
Which is the better JS framework? Angular, React or Vue
Now a days, JS frameworks become very popular and if we talk about Angular, React or Vue JS, all of three are the best with their respective properties and qualities. Then which framework should we use for our projects? Here is the conclusion. We will go each of three frameworks one by one with […]
Compile a Sass file to Css and run by linking it with Html pages
Sass is the most mature, stable, and powerful professional grade CSS extension language in the world. It is a very popular useful css compiler now a days. There are also other css compilers like less etc. but sass has been using from long time. In fact Bootstrap itself have accepted Sass and it have […]
What’s new in Bootstrap 4
In this blog I am going to explain about new Bootstrap version that is Bootstrap v4.0.0-beta.2. At first I am going to tell what is Bootstrap and what for this is used. Bootstrap is basically a css framework i.e. front-end component library which build responsive, mobile-first projects on the web. It is also an […]
How to create reaction emoji using Ionic Framework
In this blog I am going to show how to create simple reaction emojis in an Ionic app. Please note: I am using free images from google. Let us move on to our first step. Step 1 : Install Node JS first. You can download node js from https://nodejs.org/en/download/ Install Ionic from https://ionicframework.com/getting-started/ If […]
Top Platforms to Build Chatbots
Chatbots have become the new frenzy of modern generation. Brands are using this technology to implement it in the chat system. Facebook has already opted for this arena. They have their own chatbot messenger. If you want to join the revolution as well, you can explore the various platforms that are available for chatbot building. […]
What is a chatbot, why you need it?
If you have attempted to get in touch with a company, you would know the depth of frustration which one goes through. Calling does not help as the caller is put through a lengthy process which does not yield result in the end. Though companies have implemented various improvement plans, the situation has not gone […]