Checklist for Mobile App and Web App UI components March 28th, 2018

Although work on the backend of any software application could begin as soon as the wireframes are in place, development[...]

Written by: Sharath Shambu | March 28th, 2018

Categories: UI/UX

Google Cast SDK Tutorial for Android January 29th, 2018

Enabling your android app to cast media to other devices such as a google home speaker or a chromecast enabled[...]

Written by: Aaron Dominick | January 29th, 2018

Categories: Android

  • Android

  • Casting

  • Google

  • Java

  • Programming

AutoLayout Libraries for Swift in iOS July 28th, 2017

The concept of AutoLayout is being implemented more lately. Although it should’ve gotten more popularity sometime ago.  

Written by: Sharath Shambu | July 28th, 2017

Categories: Swift

  • Auto Layout

  • iOS

  • Programming

Semantic HTML and its advantages December 18th, 2015

What is Semantic HTML? HTML is a markup language used to write Web Pages. HTML has evolved a lot since[...]

Written by: Sharath Shambu | December 18th, 2015

Categories: HTML

JS-Variable Scope

Types of JavaScript variables: There can be two types of variables in JS, ● local variable ● global variable Scope[...]

Written by: Nagendra Rao | December 18th, 2015

Categories: Javascript

Inheritance in JavaScript

Introduction to Prototype: Prototype? Why this sudden change of topic? Not really! In javascript, inheritance is implemented through prototype, unlike[...]

Written by: Nagendra Rao | December 18th, 2015

Categories: jQuery

Email with HTML

Introduction There are times when we would want to send interesting Emails to our users rather than just plain old[...]

Written by: Sharath Shambu | December 18th, 2015

Categories: Email, HTML, Php

Custom Events with Laravel 5 ­ Part 1

It is easy to write custom events and handlers, but writing your own events will allow a lot more flexibility[...]

Written by: Sharath Shambu | December 18th, 2015

Categories: Laravel, Php

What is Composer?

Composer is a dependency manager for PHP. The way I’d like to look at it is – Composer facilitates the inclusion / reference of external PHP libraries in your project.

Written by: Sharath Shambu | December 18th, 2015

Categories: Composer, Php