Software Developer | Content Creator | Passionate about Tech | Smoothie nerd 馃イ
Nothing here yet.
Available for mentoring | Available for mock interviews
Normally, we use languages like Java, C# to implement the API. There are some scenarios where we are also required to call third party APIs or other external APIs from our backend service implemented in such language. Java has handy library HttpClien...

AWS Redshift is a data warehouse service where you can run analytics and make smart product decisions. Redshift can easily scale on petabytes of data with blazing fast querying speed. Its query engine is powered by PostgreSQL which means that Postgr...

Below is the list of my ultimate tool-set on my Mac that I use on a day to day basis as part of software development. RoboMongo/Robo 3T If you happen to use Mongo database in your application, RoboMongo is a GUI tool that you need. It is very handy t...

In my last post dups in an unsorted array I wrote about finding duplicates inside an array of integers. What if input is a string instead of integers? Could we solve the problem in same way we did before? String is essentially an array of charact...
