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

VilniusPHP 0x89 meetup #140

Merged
merged 2 commits into from
Feb 29, 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
23 changes: 23 additions & 0 deletions .phrozn/entries/archive.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ layout: archive.twig
pageName: archive

events:
- name: "VilniusPHP 0x88"
date: 2023-12-07 19:00
facebook: https://www.meetup.com/vilniusphp/events/297517446/
ligtingTalks: false
speakers:
- name: "Mantas Šimkūnas (twoday)"
title: "PHP darbo aplinkos virtualizavimas su Multipass"
description: |
Pristatyme bus pasakojama apie PHP darbinės aplinkos konfigūravimą headless virtualioje
mašinoje su Multipass ir pristatomi šio virtualizacijos sprendimo privalumai lyginant jį
su Vagrant ir kitais įrankiais. Taip pat bus aptariamas ir virtualizacijos poreikis apskritai bei
jo pranašumai ir trūkumai lyginant su tradiciniais darbo aplinkos paruošimo būdais.
Ypatingas dėmesys bus skiriamas IDE integracijai su Linux virtualioje mašinoje veikiančiais
Docker konteineriais aptarti. Bus detaliau nagrinėjami PHPStorm ir VSCode integracijos atvejai
ir demonstruojamas Linux virtualizuotos programavimo aplinkos paleidimas macOS operacinėje sistemoje.
(Presented in Lithuanian)
- name: "Linas Mačiulis (Ovoko)"
title: "Refactoring Legacy Application using the \"Strangler Fig Pattern\""
description: |
Is your system a tangle of outdated code that nobody understands? Does development feel like a constant
firefighting effort, with high costs and slow feature delivery? Linas Mačiulis will guide you through a
programming technique known as the "Strangler Fig Pattern." Learn how to escape the legacy code trap,
unblock feature delivery, and bring new life to your software. It's time to transform chaos into efficiency. (Presented in English)
- name: "VilniusPHP 0x87"
date: 2023-09-07 19:00
facebook: https://www.meetup.com/vilniusphp/events/295501462/
Expand Down
31 changes: 13 additions & 18 deletions .phrozn/entries/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,20 @@ afterparty:
# description:
# linkedin:
events:
- name: "VilniusPHP 0x88"
date: 2023-12-07 19:00
facebook: https://www.meetup.com/vilniusphp/events/297517446/
- name: "VilniusPHP 0x89"
date: 2024-03-07 19:00
facebook: https://www.meetup.com/vilniusphp/events/299438073/
ligtingTalks: false
speakers:
- name: "Mantas Šimkūnas (twoday)"
title: "PHP darbo aplinkos virtualizavimas su Multipass"
- name: "Ivan Smirnov and Viktor Pikaev (Boozt)"
title: "Crafting an AI Chatbot in PHP at Boozt"
description: |
Pristatyme bus pasakojama apie PHP darbinės aplinkos konfigūravimą headless virtualioje
mašinoje su Multipass ir pristatomi šio virtualizacijos sprendimo privalumai lyginant jį
su Vagrant ir kitais įrankiais. Taip pat bus aptariamas ir virtualizacijos poreikis apskritai bei
jo pranašumai ir trūkumai lyginant su tradiciniais darbo aplinkos paruošimo būdais.
Ypatingas dėmesys bus skiriamas IDE integracijai su Linux virtualioje mašinoje veikiančiais
Docker konteineriais aptarti. Bus detaliau nagrinėjami PHPStorm ir VSCode integracijos atvejai
ir demonstruojamas Linux virtualizuotos programavimo aplinkos paleidimas macOS operacinėje sistemoje.
- name: "Linas Mačiulis (Ovoko)"
title: "Refactoring Legacy Application using the \"Strangler Fig Pattern\""
Join Ivan and Viktor, direct from Boozt's HQ in Malmo, Sweden, as they reveal their adventures in developing a Chat GPT-powered chatbot.
Dive into the creation and growth of their PHP-based solution aimed at enhancing customer interactions through advanced conversation handling techniques.
(Presented in English)
- name: "Edvinas Žemaitis (Ovoko)"
title: "Ensuring Application Stability with CircuitBreaker"
description: |
Is your system a tangle of outdated code that nobody understands? Does development feel like a constant
firefighting effort, with high costs and slow feature delivery? Linas Mačiulis will guide you through a
programming technique known as the "Strangler Fig Pattern." Learn how to escape the legacy code trap,
unblock feature delivery, and bring new life to your software. It's time to transform chaos into efficiency.
Delve into the essential function of the CircuitBreaker pattern with Edvinas,
learning how it safeguards your application's performance and user experience against third-party service outages.
(Presented in English)
1 change: 0 additions & 1 deletion .phrozn/layouts/widgets/sponsors.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
</div>
<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>
</div>
</div>
Loading