Export PDF or HTML from Apiary.io

Apiary.io help you to design, prototype, document and test APIs collaboratively as a team. If you ever want to share the API documentation with...
Balaji D Loganathan
16 sec read

Amazon KMS to manage encryption keys

Amazon has a service named KMS, Which is used to manage your keys, These keys can be used to encrypt/decrypt data encryption keys used...
Surendran Sukumaran
1 min read

Responsive Layout Automation Testing using Galen Framework – Part-I…

Testing a responsive layout in the web pages across different browsers and mobile devices is hard. A web page that contains lots of pages...
Lakshmi Priya
1 min read

Apache Storm

Internal Working of Apache Storm What is Apache Storm ? Apache Storm is one of the best distributed framework for real time processing of...
Ashwin Sundarabaskar
2 min read

Fancy Login screen using React Native

I have been trying to implement a login screen which is attractive and which has a standard and classiness in one of the React...
Ranjith Varma
2 min read

Create Beautiful Charts in iOS using React native

Charts are getting important in our applications day by day , users now prefer diagrammatic representations that looking at a table and understanding the...
Ranjith Varma
1 min read

View RailsCasts Videos on Apple tvOS

This week I tried learning Apple tvOS and thought I would consume the famous RailsCasts videos on it. I kept the source code at...
Romi Susai
45 sec read

Integrate Fabric.io’s Crashlytics to a React Native Android App

Recently we had to implement crash logging for a mobile app written in react-native. After looking at different solutions, we decided to settle with...
Abilash
1 min read

Load testing using JMeter

Load testing is to perform both normal and peak condition. The major purpose of load testing will help us to find our application performance...
karthikeyan S
1 min read

How To Draw Circle In CSS With Text In…

If you want to see the quick demo, see this link which shows the total vote count and comment count inside a css circle.
Neelkanth Ram
24 sec read

Creating offline bundle for react-native project

As we know to run a react-native project we need to listen to the server, but can we do it like normal app ,...
Ranjith Varma
1 min read

Secure API with JWT (JSON Web Token)

I have recently come across JSON Web Token (JWT) which is pronounced as ‘jot’. So what is JWT? Here is the definition that I...
Sivakumar V
2 min read