TO THE NEW Blog PAGES

AWS

Building Parameterized Script in Jenkins

Jenkins is an extensible open source continuous integration server. Using Jenkins we can perform the tasks automatically from our server or localhost. A script is created and built just once . Then, you can run the script by just clicking on Build link in Jenkins. The scripts can be scheduled using Jenkins. You can visit the following […]

AWS

Introduction To AWS LAMBDA

The next buzz in cloud computing is the event-driven computing service. The service in preview mode “AWS Lambda” brings the same to existence. Lambda makes the best of the concept of “pay-per-use” and “as a service” much further than it did in the case of EC2. It offers pay-per-millisecond computing, a service always available without […]

Ankit Giri
Ankit Giri
Read

AWS

MySQL Master-Master Replication using RDS

Herein, we are looking into a solution of RDS master-master replication. Unfortunately, AWS don’t support master-master replication on RDS but we walk through a different approach, master-master replication between RDS and External MySql Instance. This External MySql instance might be EC2 or your own server. Here are few things those are already setup:- 1. MySql 5.6 […]

AWS

AWS CodeDeploy Using S3

AWS has great set of tools which helps simplify the deployment process in their cloud and one such tool is AWS CodeDeploy.  In this blog, we will deploy the application using AWS CodeDeploy using S3. Read our blog on: AWS CodeDeploy – A Sample Walkthrough Consider a use case where you have 20 instances and you want to deploy your […]

AndroidMobilityTechnology

Beacon – An Introduction

Beacon – An Introduction Engage your customers better using BEACONS We have been reading a lot about how beacons are being utilized in various industries to build proximity based unique experiences for the customers. There is surely a tremendous buzz around the potential it holds in building contextualized, personalized experiences. The trend can be predominantly […]

Grails

Generate PDF for Google Charts through Javascript

In a previous blog, we learned, how to draw a google chart. Let’s say, I have 5 graphs on my page and I want to generate a PDF which contains these graphs using a JavaScript. For that, we will use jsPDF plugin. Step 1. Create a hidden empty DIV, to store graph-images: [java] <div id=’graph-images’ […]

AWS

DOCKER (Scenario: Installing and using Apache web server in docker container)

Introduction Docker is an open source platform which can be used to run/test applications in an isolated environment on the host system. Docker could be defined as an implementation of container using the concept of images. Unlike VM which is a complete OS intalled on host system managed by hypervisors and needs dedicated resources from […]

AWS

Getting Started with AWS WorkSpaces

AWS WorkSpaces is a service provided by AWS which provides you a cloud based desktop and allow you to access it form different devices like laptops, iPad, Amazon kindle and Android Tablets using WorkSpaces Client. Directory Service is a service provided by AWS which is fully managed Active Directory which helps you launch your windows […]

Technology

Using “srcset”: Responsive inline images

Hi guys, With the advent of “retina” screens in our day-to-day life, usage of high resolution images has not only increased, but has also become a necessity to shed the shabby look of your website. For those who don’t know, “retina” display is a marketing term that was introduced by Apple and is used to refer […]