hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Wednesday, 27 March, 2019 UTC

Developer Tutorial | Building a Sales Dashboard using React Framework

In this tutorial, we’ll be creating a Sales dashboard by fetching data using Google Sheets API. In any organization, revenue is key for growth, and the sales team manages this. For the sales team, it is important to understand how many leads from marketing ... more


Monday, 28 January, 2019 UTC

Tutorial: Creating a Real-Time Bitcoin Ticker in JavaScript

Bitcoin, the popular cryptocurrency that’s going to replace traditional fiat currency in the future – say many crypto enthusiasts. Well, that’s a fact that’s becoming more of fiction, especially after last year, when Bitcoin prices rose up astronomically ... more


Tuesday, 17 July, 2018 UTC

6 Data Visualization Trends For The Present Day

Data visualization can be an incredible driver for communicating key business information. It helps present a visual narrative that’s easier to digest for those without the time to pour over large swaths of text (think CxOs, busy senior management, or ... more


Thursday, 17 May, 2018 UTC

The Best Python Data Visualization Libraries

The Python Package Index has libraries for practically every data visualization need—from Pastalog for real-time visualizations of neural network training to Gaze Parser for eye movement research. Some of these libraries can be used no matter what field ... more


Wednesday, 14 February, 2018 UTC

How To Visualize Real-Time Data [creating charts using Socket.io]

There’s no doubt that we live in a world where immediacy is essential, experiences are defined by the ‘ right here, right now. ’ As a result, our reaction to any event is – “Are we getting this in real time?” From wildfires raging across California to ... more


Tuesday, 30 January, 2018 UTC

How To Create Charts In Underscore.JS

Underscore.JS, developed by Jeremy Ashkenas in the year 2009, is a JavaScript library that has more than 100 inbuilt functions to manipulate data quickly and efficiently. These functions, based on the datatype they are used for, can be categorized as ... more


Thursday, 25 January, 2018 UTC

Creating an Analytical Dashboard Using React and GraphQL

Analytical dashboards are reporting tools that help organizations study historical data to understand trends and foresee outcomes. Analytical dashboards are created using advanced features, like drill-down, given that they plot a large amount of data. ... more


Friday, 19 January, 2018 UTC

How To Build Mobile Responsive Dashboard Using Bootstrap

How often do you access the internet when you are traveling, grabbing a quick lunch at your favorite restaurant, or while relaxing after dinner? Quite often, isn’t it? And not every time you access the internet, it is on the laptop. With a lifestyle ... more


Tuesday, 9 January, 2018 UTC

How To Create Charts In BackboneJS

Released in 2010 Backbone.js is a javascript library which gives structure to web applications. Being one of the frameworks, it provides models with key-value binding and custom events. Backbone.js is used in many places for the development purpose. ... more


Tuesday, 9 January, 2018 UTC

Create Stunning Charts In Your iOS Apps

It’s 2018, and the world’s now certifiably mobile-first. Around 56% of us access the internet on smartphones. Last we checked, iTunes had over 2 million apps. And interestingly, after gaming, the most popular category is business – an area ripe for data ... more


Wednesday, 27 December, 2017 UTC

How To Visualize Data In MeteorJS

Meteor is a powerful platform for building responsive web and mobile applications. It uses modular components, full-stack reactivity, and data on the wire. It is a full-stack framework where you can build real-time web applications for desktop and mobile ... more


Wednesday, 27 December, 2017 UTC

How To Render Charts Using Aurelia And FusionCharts

Aurelia is a JavaScript client framework for mobile, desktop and web which helps in developing applications. The application can be a collection of modern javascript modules and with MV architecture it can be used with business logic. Using Aurelia framework, ... more


Tuesday, 5 December, 2017 UTC

Creating Reusable React Components To Deploy Multiple Charts

ReactJS is a JavaScript-based front-end library that helps developers create dynamic and responsive user interfaces. It lets you divide your UI into reusable pieces that are independent of each other in terms of functionality. These pieces are called ... more


Tuesday, 28 November, 2017 UTC

Create Delightful Charts With Vue.JS And FusionCharts

Vue.JS a progressive JavaScript-based framework works well when you want to build user interfaces. The Vue framework is designed such that it can be adopted incrementally; a developer’s familiarity with HTML, CSS, and JavaScript, therefore, makes it ... more


Friday, 24 November, 2017 UTC

Creating Dynamic JavaScript Charts With Firebase

Backend-as-a-Service—BaaS—is a mobile-based backend service that lets web and mobile application developers link their applications to the backend cloud storage. Firebase, a provider of BaaS, allows developers to create delightful user experiences by ... more


Wednesday, 22 November, 2017 UTC

How To Setup Charts In ‘Ruby On Rails’ Web Apps

Written in the Ruby language, Ruby on Rails is an open-source framework. It uses the MVC architecture; where ‘M’ stands for Model, ‘V’ stands for View, and ‘C’ stands for Controller. Before we go ahead, here’s an interesting fact about Ruby on Rails. ... more


Wednesday, 15 November, 2017 UTC

How To Create Stunning Charts In Polymer Applications

Polymer is a JavaScript library which helps in building custom components for a web page or a web application. Web components are low-level primitives that lets you define your own HTML elements and as Polymer is build using web components, it provides ... more


Monday, 13 November, 2017 UTC

Creating Mobile Charts In Ionic 2 Framework Using SQLite

Ionic is one of the leading SDK (Software development kit) for hybrid mobile app development in open-source platform. The latest Ionic SDK, Ionic 2 is built on top of AngularJS. Ionic is an open source framework which provides an array of tools and services ... more


Thursday, 9 November, 2017 UTC

Creating Interactive Charts With PHP And Cassandra

Apache Cassandra is a distributed database with unique benefits which should ideally be present in the developer’s toolkit. Cassandra is free and open-source distributed database management system which is designed to manage very large amount of structured ... more


Tuesday, 31 October, 2017 UTC

Charting In Spring Framework – All You Need To Know

Spring is a well-established framework with features that help developers focus on the actual code of their application, instead of worrying about setting up the configuration files, the mapping, and other infrastructure details. FusionCharts Suite XT ... more


Friday, 27 October, 2017 UTC

How To Create Charts In Hibernate Framework

Hibernate Framework is an Object/Relational Mapping (ORM) solution for Java environments. The framework simplifies the mapping of data between an object model representation and a relational data model representation. Hibernate maps Java classes to corresponding ... more


Monday, 23 October, 2017 UTC

How To Create Charts Using Laravel In Your Web Application

Laravel is a PHP framework used to develop web applications. As a framework, Laravel is composed of a series of ready-to-use tools, libraries, and assets. It is based on the MVC paradigm, which allows the developer to extract applications into a business ... more


Tuesday, 17 October, 2017 UTC

Create Stunning Charts In EmberJS Web Application

EmberJS is a JavaScript based front-end framework that helps developers: build websites with rich and complex user interactions manage the complexity in modern web applications. The open-source framework also comes with an integrated development toolkit ... more


Thursday, 12 October, 2017 UTC

How To Create Charts In PHP By Fetching Data From MongoDB

Most enterprise apps currently use relational databases like SQL, MariaDB, or MySQL due to their popularity and stable nature. However, developers face issues when they try to scale such databases. Furthermore, considering the recent breed of web applications ... more


Wednesday, 4 October, 2017 UTC

How To Create Charts In Django

The Python programming language was becoming increasingly popular in the development of web-based applications. In an attempt to leverage this and help speedily deploy secure and maintainable web applications, the Django web framework was developed. ... more


Thursday, 28 September, 2017 UTC

How To Create Charts In Your Mobile Application Using Ionic 2

With the number of smartphone users globally pegged at 2.3 billion, there is a distinctive shift in the consumption of digital media. While users have been consuming online content from desktops, of late trends show a rise in consumption through smartphones. ... more


Wednesday, 20 September, 2017 UTC

All You Need To Know To Create Charts Using CakePHP

One of the major reason developers are ignoring standard technology languages like PHP, is the issues faced with the vigor and scalability of the platform. CakePHP is one such robust open-source web framework which is stealing the limelight due to its ... more


Monday, 18 September, 2017 UTC

How to Create Charts for Your Web Apps Using ASP.NET

Despite the growing number of technologies, Microsoft’s ASP.NET is surprisingly one of the most commonly used server-side web application frameworks. ASP.NET is a closed-source and reliable platform, which is why its adoption rate was very high for small ... more


Thursday, 14 September, 2017 UTC

Integrating FusionCharts with .NET Web Service(ASMX)

FusionCharts Suite XT comes with 90+ charts that can be used to visualize data for a number of business applications. Additionally, it also includes several basic and advanced features using which charts can be configured for improved visualization. ... more


Tuesday, 12 September, 2017 UTC

How to Create Stunning Charts with Angular

AngularJS (version 1.x) when launched by Google a few years back was a compelling JavaScript library. However, the library faced an unexpected developer attrition, when Facebook launched the ReactJS library. To prevent it from becoming obsolete, the ... more