Strings are immutable in java. It's best to convert string to StringBuilder/StringBuffer so that it's memory efficient for string manipulation...
Continue reading → Tags : java interview
Thailand has got a bad reputation for its seedy masssage parlors and go go bars. However it's a beautiful country with plenty of toursit attractions. Below is my snapshot of my travel to Thailand...
Continue reading → Tags : thailand travel
AWS lambda function are event driven serverless code. To follow TDD, we should write unit test our lambda functions...
Continue reading → Tags : aws python