Skip to content

Commit

Permalink
Merge pull request #16 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 26529c8 + b300c77 commit 8f6bc30
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 11 deletions.
36 changes: 36 additions & 0 deletions archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,42 @@
<h1>Buvę susitikimai</h1>
</div>

<div class="event">
<div class="centered">
<div class="event-header row">
<div class="col-sm-4"><h2>VilniusPHP 0x90</h2></div>
<div class="event-links col-sm-4">
<a class="btn btn-xs btn-info" target="_blank" href="https://www.meetup.com/vilniusphp/events/301293452/">Meetup</a>
<a class="btn btn-xs btn-info" target="_blank" href="https://github.com/vilniusphp/vilniusphp-meetups/tree/master/2024-06-06">GitHub</a>
</div>
<div class="date col-sm-4">2024-06-06 19:00</div>
</div>
<div class="row">
<div class="col-sm-8">
<div class="col-md-4">
<div class="well">
<h5>Observability 2.0</h5>
<div>
<i class="mdi-social-person"></i>
Irmantas Ramoška (Ovoko)
</div>
</div>
</div>
<div class="col-md-4">
<div class="well">
<h5>Interactive discussion (Quiz)</h5>
<div>
<i class="mdi-social-person"></i>
Organizers and sponsors (Boozt)
</div>
</div>
</div>
</div>
<div class="col-sm-4"></div>
</div>
</div>
</div>

<div class="event">
<div class="centered">
<div class="event-header row">
Expand Down
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,23 @@

<div class="main-event">
<div class="centered">
<h1>VilniusPHP 0x90</h1>
<h1>VilniusPHP 0x91</h1>
<div class="speakers row">
<div class="col-md-4">
<div class="speaker well">
<h2>Observability 2.0</h2>
<div class="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.
<h2>Protocol Buffers for REST APIs (JSON-based) at Boozt Supply Chain</h2>
<div class="description">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)</div>
<div class="name">Irmantas Ramoška (Ovoko)</div>
<div class="name">Edvardas Virketis (Boozt)</div>
</div>
</div>
<div class="col-md-4">
<div class="speaker well">
<h2>Interactive discussion (Quiz)</h2>
<div class="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)
<div class="name">Organizers and sponsors</div>
<h2>Building Really Fast Applications</h2>
<div class="description">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)
<div class="name">Tobias Nyholm (Eneba)</div>
</div>
</div>
</div>
Expand All @@ -116,7 +117,7 @@ <h2>Interactive discussion (Quiz)</h2>
<div class="row">
<div class="event-time-place col-sm-4">
<h2>Susitinkame</h2>
<div class="date"><i class="mdi-action-event"></i> 2024-06-06 19:00</div>
<div class="date"><i class="mdi-action-event"></i> 2024-09-05 19:00</div>
<div class="place">
<div><i class="mdi-maps-place"></i>HQ Ovoko</div>
<div>
Expand All @@ -127,7 +128,7 @@ <h2>Susitinkame</h2>
</div>
</div>
<div class="register">
<a class="btn btn-large btn-success" href="https://www.meetup.com/vilniusphp/events/301293452/">Užsiregistruok!</a>
<a class="btn btn-large btn-success" href="https://www.meetup.com/vilniusphp/events/302916902/">Užsiregistruok!</a>
</div>
</div>
<div class="after-party col-sm-4">
Expand Down Expand Up @@ -195,7 +196,6 @@ <h3 class="panel-title" id="sponsors">Bendruomenės rėmėjai</h3>
<div class="panel-body col-sm-12">
<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>
</div>
Expand Down

0 comments on commit 8f6bc30

Please sign in to comment.