diff --git a/.phrozn/entries/archive.twig b/.phrozn/entries/archive.twig index 7ad7286..8a984f3 100644 --- a/.phrozn/entries/archive.twig +++ b/.phrozn/entries/archive.twig @@ -4,6 +4,21 @@ layout: archive.twig pageName: archive events: + - name: "VilniusPHP 0x90" + date: 22024-06-06 19:00 + facebook: https://www.meetup.com/vilniusphp/events/301293452/ + ligtingTalks: false + speakers: + - name: "Irmantas Ramoška (Ovoko)" + title: "Observability 2.0" + description: | + Systems we build are getting more complex, and more distributed. Because of the distributed nature of systems good old logs and metrics are not cutting it any more and we need new tooling to help us have good observability. + (Presented in English) + - name: "Organizers and sponsors" + title: "Interactive discussion (Quiz)" + description: | + Get ready to unleash your inner PHP champion! We’ll be hosting an interactive Quiz, a chance to test your knowledge and battle fellow developers for ultimate bragging rights. + (English) - name: "VilniusPHP 0x89" date: 2024-03-07 19:00 facebook: https://www.meetup.com/vilniusphp/events/299438073/ diff --git a/.phrozn/entries/index.twig b/.phrozn/entries/index.twig index d41d0a3..b840343 100644 --- a/.phrozn/entries/index.twig +++ b/.phrozn/entries/index.twig @@ -37,18 +37,19 @@ afterparty: # description: # linkedin: events: - - name: "VilniusPHP 0x90" - date: 2024-06-06 19:00 - facebook: https://www.meetup.com/vilniusphp/events/301293452/ + - name: "VilniusPHP 0x91" + date: 2024-06-05 19:00 + facebook: https://www.meetup.com/vilniusphp/events/302916902/ ligtingTalks: false speakers: - - name: "Irmantas Ramoška (Ovoko)" - title: "Observability 2.0" + - name: "Edvardas Virketis (Boozt)" + title: "Protocol Buffers for REST APIs (JSON-based) at Boozt Supply Chain" description: | - Systems we build are getting more complex, and more distributed. Because of the distributed nature of systems good old logs and metrics are not cutting it any more and we need new tooling to help us have good observability. + While gRPC’s use of protocol buffers for data structure management is widely known, at Boozt, we took a different approach by enabling protocol buffers for JSON-based REST APIs. This method helped us address data structure management and sharing issues within our Supply Chain APIs. I’ll share our journey of implementing protocol buffers in this unconventional way, along with the tooling and practices we developed. (Presented in English) - - name: "Organizers and sponsors" - title: "Interactive discussion (Quiz)" + - name: "Tobias Nyholm (Eneba)" + title: "Building Really Fast Applications" description: | - Get ready to unleash your inner PHP champion! We’ll be hosting an interactive Quiz, a chance to test your knowledge and battle fellow developers for ultimate bragging rights. - (English) + Let’s talk about performance. How can we make our applications run faster? What should we consider when starting a new project? While there are some quick fixes that I'll briefly cover, achieving truly fast response times requires dedication and effort. I’ll share my best ideas and tricks for building applications that respond in less than 15ms—and we'll aim to go even faster. + Note: This is not a Varnish talk. + (Presented inEnglish)