Adobe Acquires TubeMogul


Today Adobe completes the acquisition of TubeMogul. So I will be an Adobe employee from new year 2017. http://www.multichannel.com/prfeed/adobe-completes-acquisition-tubemogul/409788 Newsroom Link Last Friday we had the last TubeMogul Holiday party at Ferry Building, San Francisco. We enjoyed it. Here is a picture taken from the photo booth in the party.

My Engineering Article from TubeMogul – Git Commit Message


Today TubeMogul Engineering Blog published my first engineering article. TubeMogul’s Engineering team uses a number of tools to help us collaborate and track progress more effectively, including Git, the popular version control system. Git’s commit messages are an integral part of establishing context for code changes, and maintaining an effective workflow. Read on for some… Continue reading My Engineering Article from TubeMogul – Git Commit Message

My First Java Code Commit to GitHub


My First Java Code Commit to GitHub. For now I have started with a simple class and will keep adding more classes as I get time -  ListPerformanceTestSimple.java https://github.com/ashikuzzaman/javaapichecks I had to do some trial and error before finally all the setups worked in my Ubuntu box. You can save the trial and error time… Continue reading My First Java Code Commit to GitHub

Trying Out Gliffy as Online Diagramming Tool


I like free online tools as I use Mac, Ubunutu, Windows, iPhone and iPad at different times from different locations for same or different purposes, both office work or chess or other interests. I use http://www.onlinehtmleditor.net/ as Online HTML Editor. I use http://www.jsoneditoronline.org/ as online JSON Editor. Now I wanted to come out of Visio… Continue reading Trying Out Gliffy as Online Diagramming Tool

Posted in IT

Finding Union and Intersection of 2 Large Lists


One of my colleague who works on performance tracking and tuning of applications asked for some helped around how to find the union and intersection of large lists. He works mostly on Python and Perl. Being a Java guy, I prepared a sample program for him to do this allowing to determine the size of… Continue reading Finding Union and Intersection of 2 Large Lists

Small Java Program To Convert Unicode Character Filled Sentences To Native or UTF-8 Character Filled Sentences


My colleague John asked for a tool from me last week so that he can finish the translations / localization works that he was doing. To solve it in a lazy way, I did some google around a bit but couldn’t figure out any easy tool that will convert Unicode characters \uxxxx to native locales.… Continue reading Small Java Program To Convert Unicode Character Filled Sentences To Native or UTF-8 Character Filled Sentences