Senior System Analyst at My Corp
I have more than 1½ decade of working experience in the ICT industry. My experience includes being involved in the “end-to-end” project delivery phases of IT projects. They span from requirement gathering/analysis, to build/development, testing and finally cutover deployment. My project experience includes web development, developing payment processor for mobile systems credit card payment, high speed broad band pipeline batch rating and billing, Wimax Voice radius billing customization for OBRM 7.2, developing document archiving and imaging system. Crystal Report development for Oil and Gas company to report refinery operations data. My most recent experience is in design and testing of system application features catering to the asset finance industry I started my career in the ICT industry as a Software Engineer, and I gradually got promoted to Analyst Programmer, by 2008 I am promoted to System Analyst and the final post that I was holding is a Senior System Analyst. As a system analyst I have to create technical designs/solutions. I have to ensure that they conform to the functional requirements. After I finish my MBA studies I begin to have better business acumen that allow me to both play the business analyst role in collecting and modeling business requirement and processes and to design technical solutions that is best suited for the business. I have also recently acquired certification for MuleSoft development and have been helping fellow MuleSoft developers in technical forums. I am aiming to further my studies and accreditation along the MuleSoft development and certification programme.
Stats
Reputation: | 695 |
Pageviews: | 271.3K |
Articles: | 9 |
Comments: | 6 |
Comments
Sep 19, 2019 · Kian Ting
Hi @harsh, you have two level of water marking mechanism you have to do, I think in your case the 1st level is what file is being processeds and the 2nd level is what line of the file is being processed. Have to come up with a wartermarking mechanism that keeps track of these two points, this is so that your mule app could resume processeing when it crash or fails at some point.
Jun 26, 2018 · Kian Ting
sample of rate throttling policy https://gist.github.com/kianting/548bb861025637cd9575fa65075fe0d8
Jan 04, 2018 · Jitendra Bafna
The article needs to be updated with the points Ethan has suggested, because it is erroneous, the code wont run.
Jan 04, 2018 · Jitendra Bafna
Hi Ethan your observation is correct, without the corrections you have made the code in this article wont run, I have tested it. Thank you for pointing it out.
Jul 04, 2017 · Kian Ting
Thank you
Jun 16, 2017 · Jitendra Bafna
can mock message processor be used to mock db:stored-procedure? as in
<mock:when messageProcessor="db:stored-procedure" doc:name="Mock">
<mock:with-attributes>
<mock:with-attribute name="config-ref" whereValue="MSSQL_Database_Configuration"/>
</mock:with-attributes>
<mock:then-return payload="{resultSet1=[]}" mimeType="application/java"/>
</mock:when>