
Natalia Savenkova, the former CTO of the SHOP2YOU.RU project, will talk about working with .xls, .xlsx and .rtf documents. Excel files are the most popular way to exchange data in e-commerce. They are used by many companies both for internal document circulation and for providing information to clients. Natalia's report will be devoted to the subtleties and nuances of working with similar files: how to write and read documents with a different structure, which can be difficult, including unobvious. First of all, we will talk about the Excel 1997-2003 (XLS) format and the modules: Spreadsheet :: ParseExcel, Spreadsheet :: WriteExcel and Excel :: Template.
Ivan Sokolov, teamlead REG.RU, will give a talk on “FastQueue - as we made our turn on Perl and Redis”. He will talk about one of the most popular tools in programming - about the queue. In particular, queues are used to process downloadable user media content, to work with payment systems, etc. REG.RU has long had the need to find a suitable solution for working with queues. Unfortunately, the vast majority of existing solutions could not be integrated into the company's business processes due to the specifics of its type of activity. Therefore, they decided to do everything themselves. In his report, Ivan will tell you about the architecture of the queue, its capabilities, and for what tasks it is used.
And the third report in our meeting will be called "Plasticine code: how to stop coding and start living." Its author is Elena Shishkina, lead programmer of the Money Mail.Ru project. She will talk about how to deal with the need to write the same type and non-same type code, as well as about a variety of situations faced by programmers who do not want to do unnecessary or extra work. Elena will tell you what are the exits and professional techniques in certain cases.Source: https://habr.com/ru/post/249255/
All Articles