Olga Tabulov
Code Project
Overview
C#, JQuery, SQL, Ajax, Telerik, templating, Active Reports
Role
Senior Developer, Team Lead Designed and architected solutions, performed code reviews, team training on new technologies
Challenge
Developing an IIS log parser. We implemented a new feature of authors receiving points for each read and download of their article. This required going back and parsing logs from 8 web servers for the past 10 years and calculating the hits on the articles.
Solution
Used File Management system for log transfer, copy and delete. Managed zipped logs with WinZip command line utility. Ran the zipped logs in batches, saving stop points after every operation in case the file is corrupt. The application used Cache and multi-threading for better resource utilization. The application had a presentation layer and was configurable via ASP.NET WinForms user interface.