Skip to content

Commit

Permalink
Merge pull request #142 from vilniusphp/feature/vilniusphp-0x91
Browse files Browse the repository at this point in the history
Feature/vilniusphp 0x91
  • Loading branch information
gimikus authored Aug 27, 2024
2 parents 4652387 + 3c4d7ed commit 5b470a3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 11 deletions.
15 changes: 15 additions & 0 deletions .phrozn/entries/archive.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
21 changes: 11 additions & 10 deletions .phrozn/entries/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 0 additions & 1 deletion .phrozn/layouts/widgets/sponsors.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
<div class="row">
<a class="btn" href="https://www.ovoko.com/" title="Ovoko"><img src="media/img/ovoko.png" alt="Ovoko"></a>
<a class="btn" href="https://www.buildstuff.events/" title="Build Stuff"><img src="media/img/build-stuff.png" alt="Build Stuff"></a>
<a class="btn" href="https://www.boozt.com/lt/lt" title="Boozt"><img src="media/img/boozt_technology.png" alt="Boozt"></a>
</div>
</div>

0 comments on commit 5b470a3

Please sign in to comment.