News, articles, tips & tricks
React Development Tutorials : Introduction
What is react ? React is an interactive UI library written in Javascript and open source under MIT License created by engineering team at Facebook. React can be used for website, server, native mobile apps and even 360 VR applications. The core of react lies in Virtual DOM (Document Object Model) manipulation on client side.…
Learn moreWeb Application Development Security : Best Practices
Every piece of data that’s less than fully protected is an opportunity for hackers to implement potential data breaches. This leaves sensitive business information, business reputation and monetary transactions to be all at stake. To stay focused on finding existing security exposure is important, it’s even more critical to make sure that your web applications…
Learn moreReactJS Tutorial : Fetching Data From APIs
Using fetch with JavaScript to retrieve data from an API is quite similar using with React. In this post, we will discuss through the steps to use fetch to get data from an API using React. We will be going slow enough that, even if this is your first time using an API, or you’re…
Learn moreReactJS Tutorial: Component Data Transfer
In React JS, there’s generally a need to pass data from one component to another. With the help of state, we can pass data from somewhere in a component, to somewhere else inside the same component. State is the heart of every React component. It’s an object that determines component behavior and distribution. In other…
Learn more11 Best Quiz Games For Android
We at Unanimous Studios collected some of the best puzzle games for our readers 1.Jeopardy Jeopardy is a Classic choice Easy gameplay, customizable avatar, easy to follow instructions. And you can turn off the annoying music if it gets to be too much. Some of the categories come up repeatedly no matter which level you…
Learn more12 Best Android Games Of 2016 (Till Now)
12 Best Android Games Of 2016 (Till Now) There are actually good android games out there, but you must be tired of drudging through endless shovel ware games just to find a good one.People look for android RTS, flight sims, platformers, and probably a few other categories and sure, some of the games found aren’t…
Learn more


