Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/vilniusphp 0x91 #142

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading