Software

Do you think Apple is the only one who…

All my developer life, I have been fooled that getting published my app to App Store is the most difficult thing until I developed...
HS
3 min read

Here come share an idea from the book about…

Nowadays, Testing is made with frequently changing software under the determined time stress of short iterations in iterative delivery environment. With the understanding of...
Lakshmi Priya
2 min read

What makes Chennai the most happening city for Startups…

Right at the doorstep are all the opportunities that you have ever wanted. All you need is the passion, vision and execution. You can...
Sriram Ravishankar
3 min read

Do your team really involves in Brainstorm session?

Hi Techies, do your teammates really participate in a Brainstorm session. With my experience, I say that it would be great if every team...
nandhini.b
1 min read

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