Dashboard

A Case Study – Building a Dashboard using Google charts in ASP.NET

April 16, 2020

Tracking KPIs, metrics and any other relevant data is important for any business looking to improve their performance, and proper visualisation can be helpful for identifying trends and patterns. A useful information management tool is a dashboard, which can be used to provide a graphical summary of all relevant information. This article details a recent […]

Read More
React Native app development

React Native vs Native apps development

April 16, 2020

React Native has some exciting features that make it popular in the developer community. Many popular apps such as Instagram, Facebook Ads Manager, Walmart, SoundCloud and Netflix are based on React Native. We have worked with both Native app development and React Native, and in this article we share our experience and give some examples. […]

Read More
horizontal data partitioning

Data Partitioning

April 13, 2020

Database Performance Optimization through Data Partitioning Improving database performance is a challenging task that developers need to pay attention to in order to reduce the response time for the users. In this article, I am sharing a technique for Database Performance Optimization using Data Partitioning. What is Data Partitioning? Data Partitioning refers to the database […]

Read More
static typing 2

TypeScript in React

April 13, 2020

TypeScript is a useful technology for maintaining code quality and for self documentation of code in React. The use of “self-explanatory” code significantly reduces development cost and time. Typescript reduces the code analysis time and aids quick understanding of the existing implementation. This article serves as an overview for budding developers who wish to learn […]

Read More
Portability summary

Converting an MVC web APP to .Net Core Web App

April 13, 2020

History Like many others, we have been working on MVC 5 based web applications since 2013. With Microsoft planning significant investment into the open-source development platform .Net core, we saw the advantage of migrating our current applications to the new platform sooner rather than later. The first version of .Net Core 1.0 was released by […]

Read More
BLE

Bluetooth Low Energy (BLE) technology usage and its communication with mobile devices

March 4, 2020

BLE is a wireless technology for a personal area network that is designed and marketed by the Bluetooth Special Interest Group. It is a low power-consuming device which maintains the same communication range as that of Bluetooth classic. It is mainly used in small and low power consumption devices such as a, smartwatch, BLE keychain, […]

Read More
Configuring React JS with Mapbox

Six smart steps to configure Mapbox with ReactJS

November 13, 2019

Mapbox provides custom maps, search and navigation. It supports many platforms. The tool is powered by programmers as well as millions of devices providing Location Data. It provides developers a platform and a toolset to build customized applications where location-based data can be used to meet a variety of business requirements. A typical scenario where […]

Read More
MetaBiz

8 Features required in a Workflow Management Software

December 14, 2018

Managing daily business chores in an organized and efficient manner is no more an easy task. So it becomes imperative for organizations to invest in customized workflow management systems which can help in scaling up production. Also, since the kind of tasks involved in every organization differs, the one size fits all is now a […]

Read More

FileMaker OAuth 2.0 Authentication

April 25, 2018

In this article, we take a look and understand what is OAuth Authentication in FileMaker? With the release of FileMaker 16, users can log in to a FileMaker database using OAuth 2.0. A feature that will ease the lives of FileMaker developers and their client’s lives as well. What is Authentication, External Authentication, and OAuth […]

Read More