From 87a27cc27bbd7cebdca70c66a23a828671d13a22 Mon Sep 17 00:00:00 2001 From: Jevgenij L Date: Tue, 27 Aug 2024 07:40:37 +0300 Subject: [PATCH 1/2] Remove Boozt from sponsors.twig --- .phrozn/layouts/widgets/sponsors.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/.phrozn/layouts/widgets/sponsors.twig b/.phrozn/layouts/widgets/sponsors.twig index 2966459..e4123c7 100644 --- a/.phrozn/layouts/widgets/sponsors.twig +++ b/.phrozn/layouts/widgets/sponsors.twig @@ -5,6 +5,5 @@
Ovoko Build Stuff - Boozt
From 3c4d7edadf60b8d8f6a9720f8e6d3543f3b17304 Mon Sep 17 00:00:00 2001 From: Jevgenij L Date: Tue, 27 Aug 2024 07:46:29 +0300 Subject: [PATCH 2/2] Add VilniusPHP 0x91 event --- .phrozn/entries/archive.twig | 15 +++++++++++++++ .phrozn/entries/index.twig | 21 +++++++++++---------- 2 files changed, 26 insertions(+), 10 deletions(-) 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)