Software

Rotate and Compress pm2 logs Elegantly

pm2 logs can grow big overtime. As big as 50GB or more in a month time based on your application usage. Eventually you may...
Neelkanth Ram
36 sec read

React Native ❤ CodePush

It’s started two years ago, Love with React Native and still it continues. Whenever new app or product enters into our court, we are...
Prabakaran Marimuthu
5 min read

Use Docker as Rails Development Environment

Docker container can be used effectively as a rails development environment. Lets create new rails application with Docker and docker-compose.
Sivakumar V
2 min read

Build a simple video streaming app with OpenTok &…

Challenges with React native app development is growing day by day. We are always ready to accept those challenges and make our development process...
Prabakaran Marimuthu
3 min read

Can React-Native apps work on iPhoneX? Here is our…

Many of us would ask me, what’s new about the monthly version of react-native.I was also banging my head into the wall to reply...
Hari Raj
1 min read

Deep linking between Native Android and React Native

  We are working with two different apps, one is native built with Android Java and the other built with React Native. One of...
Sathyapriya S
1 min read

How to build an API driven chrome extension

Developing chrome extension is fun. With the help of chrome extensions we can add more functionality to our web page or browser, we can...
Prabakaran Marimuthu
2 min read

Fastest way to download large files from AWS S3…

Install aria2. If you are on Ubuntu, you can try apt install aria2. run aria2c -x 16 -s 16 aws_https_file_url -x, –max-connection-per-server=NUM The maximum...
Neelkanth Ram
10 sec read

How to set custom font in XML file?

In this post, We detail how to set custom font in Android O ( API level 26) and best way of do it. Right...
Sathyapriya S
44 sec read

My Testing Experience with Healthcare Project

Hi Folks, I am working on a healthcare related web application. I would like to share few interesting things that I came across while...
Ashwin Sundarabaskar
5 min read

Process is an Art in Agile

Software lets us bring new and innovative ideas to life easily. Today we use plenty of applications in our personal and work life. With...
karthikeyan S
2 min read

Build and Run Rails Application with Docker and Docker…

Docker compose is a tool for running multi-container docker application. Container configuration are maintained easily with docker compose. Before proceed, know basics of docker...
Sivakumar V
1 min read