TO THE NEW Blog PAGES

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 […]

Front End DevelopmentMobility

Working With React Native : Part#1

Introduction React is based on JavaScript created by a collaboration of Facebook and Instagram, It was introduced in 2013. Its main focus is to allow developers to create front-end interfaces easily and rapidly. React isn’t a complete framework. It does not offer various components you’ll find in projects based on Ember or Angular JS. Instead, many […]

AndroidTechnologyTesting

Performance Testing using MONKEY tool for Android

It’s surprising that only about 8% of developers actually test their application. There are so many buggy apps on the marketplace and it is quite disheartening for developers who take mobile app development seriously. “Release it now, fix it later” is a common practice these days. A buggy app will always cost the developer and the […]

Technology

Ethical Social Networking

I recently came to notice a post on one of the social networking site depicting a certain number of candidates qualified from a particular state in a very much reputed exam of India. What was wrong in the post was that it claimed absolute wrong figures of candidates qualified in the exam and that also […]

MobilityTechnology

Augmented Reality based Mobile Applications – The Future of Mobile Technology

Augmented Reality (AR) is the next big thing in the world of mobile technology in which the users will be able to experience the real world with computer-generated data overlaid on it. In augmented reality, the sensory feelings of what we see, hear, and smell are enriched to a great extent that it blurs the […]

Android

PayU Payment Gateway : Android Integration

About PayU India Gurgaon-based PayU India Internet Pvt. Ltd.  offers online payment solutions to websites and mobiles apps. PayU offers electronic payment services to merchant website through its partnerships with various banks and payment instrument companies. PayU India started in October 2011 and claims to be the number one payments company in the e-commerce category in […]

Application SecurityAWSDevOps

The A to Z of Public Cloud Security Tools

You may wonder why an arrangement of servers, constructed of hard metal, which tend to run hot and weigh thousands of pounds, be called a “cloud”? This can be propped up only by an engineering diagram, in which data travels by an undefined pathway from beginning to end. So, the cloud refers to the randomized […]

GrailsJava/JVMTechnology

Getting Started With Azure Blob Service Using Grails

Many of you already know about Microsoft Azure, which is a cloud based computing platform infrastructure for deploying, and managing applications and services globally. One of its most useful service is the blob service, which is a service for storing large amounts of unstructured data, whether text or binary data which is easily accessible from […]

DevOpsTechnologyTesting

Performing Heavy Load Testing on your Website using Locust

Locust is open source and distributed load testing tool , intend to load test websites. A fundamental feature of locust is that you can describe all your test case in python code. This lightweight, distributed and scalable framework helps us to find out how many concurrent users a system can handle by writing test case […]

AWSDevOps

AWS CodeDeploy Automatic Rollback using AWS Lambda

AWS Lambda is a compute service where we can upload our code to AWS Lambda and the service can run the code on our behalf using AWS infrastructure. AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances. AWS CodeDeploy makes it easier to rapidly release new features, helps to avoid downtime […]

Services