Monthly Archives: September 2015

A First Look At Scrapy

Extracting data from multiple websites for use in web applications is a common practice, popularly known as web scraping. The best example of which can be found in travel booking websites like Expedia, ebookers, etc. which gather data from multiple … Read More »

How to Create a Custom iOS 8 Keyboard

Hey Guys, In this post I’m going to show you how to create a custom keyboard in iOS 8. Now you’ll probably ask, why do we need a custom keyboard, why not just use the stock iOS keyboard? Well, there’s … Read More »

Getting Started with Elastic Search

Hey Guys, In this post we’re going to be looking at Elastic Search. So what exactly is elastic search? It’s basically an enterprise search engine that can be used to solve data related problems that you typically come across when … Read More »

Tagged , , , , |

How to setup Role Based Access Control (RBAC) and Authentication in Yii2

Hey Guys, As you know, data based applications almost always require access restrictions in place for users, since not everyone can be allowed to access all the data in the data in the application. Administrators, content writers, marketers, reporters, viewers, … Read More »

Using UITableview in an Apple Watch App

As most of you know, one of the most useful components of iOS is UITableView, which is used to display a list of data whose content changes dynamically. To do the same in Apple Watch apps, we have the WKInterfaceTable … Read More »

Texting on Apple Watch: How to Send a text from a Watch App in WatchOS2

Hey Guys, In this tutorial I’m going to show you how to leverage the watchOS 2 for texting on Apple Watch. This tutorial will enable you to open the message app and send a text, using the open system URL … Read More »

AngularJS Tutorial – Writing a To-do Application

Hey Guys, In the previous post we’ve learned How To Create Quick Search Tab Using Angular JS. In this post I’ll give you a quick AngularJS tutorial on how to develop a To-do application. AngularJS Tutorial: STEP 1 – Setup Project … Read More »

Tagged , |

An Introduction to AngularJS

Everyone is asking for single page applications that provide a better user experience with minimum page load times. Although there are a lot of JavaScript frameworks available in the market that supports single page applications, we’re going to be looking … Read More »

Apple September Event 2015 Highlights

The Apple September Event is one of the most hotly anticipated events in the tech industry since it always entails new product announcements and upcoming services that the company plans to introduce as well as improvements/additions to existing services. This … Read More »

Getting Started with RecyclerView in Android Lollipop

As an Android developer you’ll no doubt come across situations where you need to display large sets or lists of data without compromising the app’s user experience. To cater to this requirement, the Android OS provides the ListView and ExpandableListView … Read More »

How to Create an Apple Watch App using WatchKit

Hey guys, In this post I’m going to show you how to create a Hello World app for the Apple Watch using the WatchKit. As you know, WatchKit is Apple’s new development framework, released on November 18th, 2014 along with … Read More »