5 followers
Software Engineer | Post about programming | Tech Content creator | Wannabe Good Cook | Smoothie Nerd
Fuel for Programmer's productivity - Coffee · Coffee and software engineers match made in heaven, right? Well, that might be an overstatement but we...
Introduction The repository pattern is a popular way to achieve separation of concerns in .NET applications. It acts as a bridge between the data...
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...
Unload incoming data inside S3 to RedShift using Lambda · AWS Redshift is a data warehouse service where you can run analytics and make smart product...
Dev tools that I use on a daily basis. · 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...
Finding duplicates inside string. · In my last post dups in an unsorted array I wrote about finding duplicates inside an array of integers. What if...