Become a member
Sign in
anand pathak
anand pathak

anand pathak

22 Following
8 Followers
·
  • Profile
  • Claps
  • Highlights

Featured

anand pathak
anand pathak
Aug 13, 2017 · 4 min read

JSON impact on memory.

I was working with Lambda function where a CSV is provided as input and operations like mapping fields with the database, processing fields and calculation are done on the CSV. The CSV could have 20 Million of records so operating on the complete CSV at once was a bit costly operation…

Latest

anand pathak
anand pathak
Oct 16, 2018 · 5 min read

The problems we fa

Recently I got the opportunity to work with Azure service, as the company I work in decided to migrate the cloud infrastructure to Azure…

anand pathak
anand pathak
Mar 31, 2018 · 4 min read

Solving Sudoku using naked twin strategy.

Like everyone else, I also started studying Artificial Intelligence as its getting powerful day by day, and it has the potential to solve complex problems. While studying Convolution Neural Network models and Genetic Algorithms, I thought of solving Sudoku…

anand pathak
anand pathak
Aug 13, 2017 · 1 min read

echo “Hello !!“ >>in_linux.txt

Yesterday I found something strange about linux terminal.
Just to test some code I wrote to a file using command

echo “hello world” >> filename.txt

anand pathak
anand pathak
Aug 13, 2017 · 3 min read

First App sugaku on Google Play

Finally ! I deployed an application on google play store.