Who would have thought that a concept that has its inception marked in the early 1956 would take the world of technology by storm in the coming years? This is exactly what AI has ended up doing, so much so that the big shots of the world of technology have adorned Artificial Intelligence the title […]
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 […]
Python-The best global coding language of 2017
Finding the most trending coding or programming language, given at any point in time, has become super easy. The world of the Internet has given people the blessing of accessibility. This is most opportune in the case of both an engineering fresher trying to crack the dream job or even an existing professional in the […]
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 […]
Loosing competition for lack of technology exposure – Act Fast
Technology has the strength to change the face of the professional world. It holds within its grip the power to change the way this society functions. We have been keeping a watchful eye on the changing phase of the technical world. We have also seen the challenges that the businesses face due to lack of […]
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 […]
How to create a custom registration form for native app using Ionic framework and PHP (for backend)
In this article we are going to build a simple registration form by using Ionic framework for front end and core Php for back end Step 1 Install Ionic Cordova. If you have done it already, skip this step. Step 2 app.module.ts Import http module as we will use http post method in our […]
Ruby on rails in ubuntu 16.04
PART -1 (Installation) sudo apt-get update sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev nodejs cd git clone https://github.com/rbenv/rbenv.git ~/.rbenv echo ‘export PATH=”$HOME/.rbenv/bin:$PATH”‘ >> ~/.bashrc echo ‘eval “$(rbenv init -)”‘ >> ~/.bashrc exec $SHELL git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build echo ‘export PATH=”$HOME/.rbenv/plugins/ruby-build/bin:$PATH”‘ >> ~/.bashrc exec $SHELL […]
Know the real tricks to keep users hooked to your Mobile App
Not long back the app development companies used to concentrate only on increasing the rate of their app downloads. Their success and achievements depended on the number of times the app gets downloaded. With the technology evolution, things changed. Now the application market is simply flooded with creative apps. Every day a new application get […]