Querying JSON with PostgreSQL

PostgreSQL provide powerful operator and methods to process JSON data. I have taken mock data to explore different operators and methods. Before proceed make...
Sivakumar V
3 min read

An Introduction to Machine Learning Theory

Machine Learning (ML) is coming into its own, with a growing recognition that ML can play a key role in a wide range of...
Bala Venkatesh
1 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