Technology

How to use D3 with React components?

D3 (Data Driven Documents) is a JS library that helps us build visualizations. It binds arbitrary data to a DOM, where the data-driven transformations can be applied to the document. It works well by mutating the DOM element, usually a root node that was placed in the HTML. You call .append (‘span’) and it inserts a […]

Mansi Arora
Mansi Arora
Read

DevOpsTechnology

Using Valid SSL Certificates for Free

There are many scenarios when it is required that we test our website(s) for the security. The top most item which comes in mind is SSL. Every Web administrator would like to secure his/her website using SSL certificates so that the end users can trust the website and can transact safely. But how does it […]

Digital TransformationExperience DesignMarketing

6 Reasons Why Digital Initiatives Fail And How To Avoid Them

Organizations are striving hard to achieve operational efficiency and reengineer their business models using digital technologies such as cloud, big data, analytics, social, and mobility. However, not all of them are able to successfully leverage these technologies and achieve seamless digital transformation. According to a research and survey by Genpact “two-third of digital transformation projects fail.” There […]

Technology

Collecting Tomcat logs using Fluentd and Elasticsearch

In our previous blog, we have covered the basics of fluentd, the lifecycle of fluentd events and the primary directives involved. In this blog, we’ll configure fluentd to dump tomcat logs to Elasticsearch. We’ll also talk about filter directive/plugin and how to configure it to add hostname field in the event stream. Fluentd is a log collector that works on […]

Arun Dhyani
Arun Dhyani
Read

DevOpsTechnology

Mounting Google Drive in Linux

Google Drive is an indispensable part of our life nowadays. From sharing almost every type of file to anyone/anywhere around the world has reduced our cost and time tremendously from self-hosting an FTP server and taking care of its security. From DevOps perspective, it becomes even more convenient if we could have our google drive(s) synced on […]

AWSDevOpsTechnology

Launching an AWS EC2 instance using CloudFormation Template

AWS CloudFormation is a  service which gives us the flexibility to manage and provision our AWS resources. It gives us the option to choose sample templates or to design our custom templates to launch and provision the resources. It also gives the option of AWS CloudFormation Designer using which the templates are visualized. I have […]

TechnologyTesting

Infographic – A roadmap to Automation Testing

Delivering a quality software product requires comprehensive testing. Developing business critical applications using traditional SDLC approach for software testing is incapable in delivering a first-rate quality product. Automation Testing is a must have for every new project. If done logically and judicially the advantages of automation testing are manifold such as efficiency, reusability, reliability and high […]

Shweta Sharma
Shweta Sharma
Read

AWSDevOpsJava/JVM

AWS SES Integration for Java Applications

Use Case I came across a use-case, where I had to integrate Amazon Simple Email Service (SES) to send transactional emails from a JAVA application using my own registered domain. This blog will guide the reader through the basic steps required for setting up or integrating Amazon SES with my JAVA application. About Amazon SES […]

Mayank Negi
Mayank Negi
Read

DevOpsTechnology

Caching with Nginx

What is caching and why it is required? Caching means storing information locally or in the memory for faster communication between our web browser and web server. It improves the response time of web page and improves the availability as a backup if an origin server failed. Benefits of caching includes: Improved site performance Increased capacity […]

Nitesh Agarwal
Nitesh Agarwal
Read
Services