Front End DevelopmentMobilityTechnology

Realtime Preview Direct from Photoshop to Mobile Device using Skala

Have you ever faced problems such as changed font, not enough contrast etc…after reflecting the design on a mobile device? Probably Yes! The traditional method of previewing the design on mobile devices is a very time consuming model however, It is an essential exercise but also very taxing. Fortunately, there are some awesome tools using […]

AgileAngularJSFront End Development

FullStack 2016 Day 1

As some of you might already know, FullStack 2016 was recently concluded in London and was a full packed house this time with the tickets being sold out about a week in advance. I was fortunate enough to be a part of the event as a speaker and was talking about PolymerJS. But more than […]

Technology

Test Automation Approach for Mobile Games

Challenges in Testing Mobile Games Games developed with OpenGL or ActiveX bypassing the OS level services so mobile elements aren’t identifiable Elements in application cannot be identified by any locator stratergies like xpath, id, classname others  Inspector tools fails to identify on gaming application Different screen resolution for Android, hence vast range of device to […]

AWSDevOpsTechnology

Python Borrowing Resources using Fabric

In my previous blog post, I wrote about Cost Optimizations for the various AWS resources. The script consisted of six methods and the overall time required for the script to execute was roughly about 15-20 mins. While the script is running, it used to slow down my system. Also, there was a time consumption due […]

Technology

Understanding syntax and creating patterns | Cypher Query Language

Cypher Query Language or CQL is the language to traverse and update graph structures in Neo4J. The language is similar to SQL and provides a declarative syntax for querying. However, it is worth mentioning that unlike SQL in which one needs to provide the complete procedure how to get records by defining joins etc. CQL’s language […]

AWSDevOps

Concurrency and Parallelism using Python

As we know Python supports multiple approaches for concurrent programming with threads, sub-processes and some other ways which could help achieving solutions built on multiple CPUs or multi-core CPU.   I tried implementing something similar on my existing use case for AWS Security Re-Check where I was running a check on AWS for my responsibilities […]

iOSMobilitySoftware development

Introduction to Core Spotlight Framework

Core Spotlight APIs introduced in iOS 9 that allows your content searchable to users. Core Spotlight Framework has a design different than NSUserActivity that also allows apps content to be Searchable. It follows a database-style design and allows you to provide more information about a searchable content. For more on NSUserActivity read Spotlight Search APIs […]

Connected TVManual TestingMedia & Entertainment

Things to be taken care while testing ROKU TV.

What is ROKU? Smart TV development has witnessed an extraordinary growth in the last few years. TV testing is an interesting market. ROKU is a streaming platform which helps enhance the power of an ordinary TV thereby transforming it into Smart TV, opening the doors to the outer world. It allows seamless Media transfer. ROKU […]

Technology

Asset Management System For Frontend Development in Drupal 8

Introduction : Drupal 8 brings many changes in terms of frontend. Drupal is now focused on the mobile-first responsive approach. Frontend performance has been given a high priority, unlike previous versions of Drupal. There is a new asset management system based around libraries that will deliver only the minimum required assets for a page that […]