ReactJS Important Updates To Use
React team has pushed some important updates recently which should be implemented across all projects. Lets look at those updates those updates in detail and how to use them.
Our Company Blog
React team has pushed some important updates recently which should be implemented across all projects. Lets look at those updates those updates in detail and how to use them.
VueJS team has recently launched VUE CLI 3.0 which lot of cool features. In this blog post we will discuss these new features and see how we can implement these in our VueJS projects and some of the best practices to always use in your projects.
This blog post will act as an prelude to our smart contracts & dapps development series. In the blog we will try to first understand what is a blockchain, how it works and specifically focus on bitcoin/ethereum. Its required to have good understanding on core concepts to do development on the platform. Blockchain Blockchain is […]
In this blog post, we will see how to add google login for your mobile app. We will see how to add it all three platforms desktop, android and ios
In this blog post we will see how to integrate facebook login with cordova for your mobile app. We will see how to integrate this on desktop, android and ios. This blog uses the ionic framework, but you can use plan simple cordova as well.
In this blog post we look at how to use the angularjs ui router library. This is not the $routeProvider service which comes with angularjs but rather an external and more powerful library for routing.
In this blog post we will see how scope work with directives, how directive inherits scope from controller and what are the best ways of doing this.
AngularJS has a directive “ng-repeat” which is very widely used. ng-repeat is used in almost every application but if not used properly can cause various performance issues.
In this blog post we see what all things we need to know/take care of while making responsive design. This blog will mostly be a collection of important css resources which you need to know when starting with responsive design.
In this blog we will see what is CORS or Cross Origin Resource Sharing and how to handle this issue while developing a mobile app