Report from Moscow.pm February 2



    On February 2, a meeting of Perl programmers Moscow.pm was held in our Moscow office, which has become traditional for 10 years. Under the cut you can find videos and presentations of three reports:

    • Autotests, Vadim Pushtaev, Programmer, Internal Development Department, Mail.Ru Search
    • "Introduction to Perl Asynchronous Event Programming", Andrey Yenshin, Junior Programmer, Mail.Ru Cloud Web Backend Development Team
    • "Coro. Intro ”, Evgeny Vancevich, Mail.Ru Mail Programmer

    - "Autotests"
    Vadim Pushtaev, programmer of the internal development department of the Mail.Ru Search




    The speaker spoke in detail about the unit test architecture of one of Mail.Ru Search web applications in Perl.

    - “Introduction to Perl Asynchronous Event Programming”
    Andrey Yenshin, Junior Programmer, Mail.Ru Cloud Web Development Team


    The report will be interesting to novice Perl developers. The speaker showed the benefits of an event-driven approach that goes well with asynchronous code execution. The simplest implementation of this approach on simple Perl was demonstrated, as well as examples of using the AnyEvent library. Presentation by reference .

    “Coro. Intro »
    Evgeny Vancevich, Mail.Ru Mail Programmer




    The report is devoted to Coro, its application, analysis of advantages and disadvantages. The speaker pays special attention to the use of Coro in asynchronous programming in conjunction with AnyEvent and generators.

    Also popular now: