Latest Insights on App Development for Your Business-Innofied

Tag: Javascript

  • React Native: Top 10 Best Practices We Follow at Innofied

    Updated on ‘Aug 16, 2019’ “Change is the only Constant”. Well, this quote fits really well in the world of mobile app development. No wonder why there is a buzz for new technologies every now and then. Developers are looking for technologies that has a quick deployment time, shorter development cycles, and deliver better app…

  • Single Device Session Handling Using NodeJS

      Want to build an app with node.js that is secured and can be trusted by the user; seems you need to handle sessions…!! What is Session…?? In the computing world, a session refers to a limited time of communication between two systems. It is a sequence of interactions between client and server, or between…

  • Real Time Communication With MQTT – It’s in Trend (Part – 2)

      My previous blog was all about server (broker) creation and options, provided during creation. In this blog post, I am going to discuss available events of Mosca and the step by step procedure of creating MQTT client. Let’s start with Mosca events first. Mosca emits these events for the server. clientConnected :  when a…

  • Real Time Communication With MQTT – It’s in Trend(Part – 1)

    If you are thinking or trying to build an application which will have the capability of doing real time communication among the devices (machine to machine), this blog is going to be helpful for you. Here I will discuss about MQTT. My early days with MQTT was not very good due to the lack of…

  • Innofied Attended Great Indian Developers Summit (GIDS), 2016

    Web and mobile development visionaries are something that is not constant, it’s ever-changing and it gets even better every day.  27th April 2016 at GIDS, web & mobile developers got the scope to brew some new ideas that are even more hot. HTML5, UI/UX, JavaScript, Responsive Web Design, Mobile UX, Native Apps, IOS, Android, they covered it…

  • Are You Familiar with Javascript Functions…Really?

    In a programming language a function is a procedure or routine, better to say a piece of code which may take some inputs and process them to return a result. Javascript started its journey from 1995 and day by day it improved and became the language of the web. From 2015 ECMAScript (a.k.a Javascript) promised…

  • Code Deployment in Parse

    Parse.com provides backend services to developers. If your mobile or desktop app requires a backend on the internet, then Parse is one of the options you can choose. I first came across this service a few months ago and noted that they provide SDKs that let your apps run on various devices connected to the…

  • AngularJS – JS Framework for your next app

    I started my career by working on JavaScript. Eventually I moved on to node.js. Playing around this technology has always been a busy yet pleasant experience. One time I received a project with UI elements to generate html content. Primarily I chose Jade (a template engine) for simplicity. But it turned out quite incapable in terms of serving data repeatedly…

  • Code optimization and organization in Javascript / jQuery

    (This article is a combined effort of Innofied Javascript developers Puja Deora and Subhajit Ghosh) We have been working on a project for past 8 months (ongoing). Over the course of this project, we have learnt that small tweaks to general coding practices goes a long way in improving the overall performance of the code.…

  • Basket.js: achieve lightning fast performance for website

    Recently I was developing a web application for a client. All was going well in development till it moved  to production, where I had to face a new problem that lead to many a sleepless night. The end-users for our application were mostly from India. You might be aware of the fact that over 85%…