TO THE NEW Blog PAGES

AndroidConnected TViOS

Comparison between smart tv’s : Roku 4 vs Apple Tv (2015) vs Amazon Fire Tv (2015) vs Nvidia Shield Android Tv vs ChromeCast

Smart TVs and chrome cast have amused users with some very compelling features and UX. Every product has different capabilities and qualities and choosing one over the other can vary from person to person according to their needs and past experience with technologies. Three main categories in smart TVs that attract users are: Apps and […]

iOSTechnology

12 Key Differences between Objective C and Swift

Apple recently unveiled a new programming language Swift, to replace Objective-C for OS X and iOS application development. The advent of Swift marks the transformation from a decade old language to a naive yet effective programming language – Swift. The main purpose of introducing Swift is to provide a new easier, simpler, more flexible programming language […]

TechnologyTesting

Effective Bug Reporting

Effective Bug Reporting is a skill that every tester should possess because it is as important as finding bugs. If developers cannot reproduce the bugs reported by testers, then how are they going to fix it? Anyone can report a bug, but not everyone can do bug reporting effectively. A high-quality bug report is made […]

AgileTesting

5 Benefits of Software Testing in an Agile Environment

5 Benefits of Software Testing in an Agile Environment In today’s fast-growing world of the Internet, customers demand faster implementation and update on their software products. Software companies are working in parallel on their products or applications to fix bugs in released versions and release new versions with new features. In order to cope with […]

DevOps

What is Docker and Why You Must Use It?

Running your software application on different environments can become very tricky. The behavior of your application on the test, staging and production environments may not be the same as you would expect. In fact, you cannot run the application in datacenters in a similar way as you run on the cloud. Every environment can be unique, […]

AndroidConnected TVMedia & Entertainment

Setup for Android TV Apps

Android TV development follows the same structure as other android apps like Android phones and tablets. We can modify an existing Android app to an Android TV app. Anybody with a good understanding of Android application development can create a TV app. Prerequisites for Android TV App Android Development IDE (Android Studio) SDK Tool Verison : […]

Connected TViOSMedia & Entertainment

Introduction of Client-Server based tvOS Application using TVML & TVJS

In September 2015 at WWDC event, Apple introduced the most powerful and advanced updates to the Apple TV set-up box. It provides simple, most effective and handy user interfaces to the users for navigating and viewing video content. It also supports other third-party applications and games named as tvOS applications. Apple’s 4th generation TV hardware […]

Manual TestingTesting

Overview of Database Testing

With a mushrooming number of internet users, the data creation, storage, and retrieval has reached new heights and so has the number of issues arising due to these activities. The major source of origin of these failures/defects lies in minimal attention paid towards database handling and testing. So what do we understand by Database and […]

AWSDevOps

Utilizing AWS Ruby SDK to get AWS EC2 details in a CSV file

Over the years, Amazon has been integrating its web services with various programming languages to make it easier for developers to utilize various AWS resources effectively. It has made specific tools for popular programming languages like Ruby, Python, Java, .NET etc. Talking about Ruby, it is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed […]

Grails

GR8Conf EU 2016 – Highlights

The day one of conference at GR8Conf EU had amazing line-ups of back to back talks. There were three simultaneous tracks for Grails, Groovy, and Gradle. Everyone was very excited and engaged in serious selection of which sessions to attend. The first talk of the day was on “Feeling Groovy: Experiences as a Groovy Developer in […]

DevOpsTechnology

Setup Rails with Nginx using Passenger

  The demo aims at running rails application behind Nginx using Passenger. Nginx is a high performance webserver. Passenger is a free web server/application server with support for Rails, Python, Node.js. Passenger is highly stable and fast already service over 350,000 websites. 1. Installing the deployment tools Installing Development tools:- [js]yum install "Development Tools" -y[/js] […]

Technology

Header Scroll Animation

In this ever revolutionising industry, there is constant innovation happening that keeps us wondering how small enhancements can make our life easier and smoother. Same hold true when it comes to innovations that improve user experience over the web/mobile. Every now and then, we see advancements in UI practices that evidently improve the user experience […]

Services