diff --git a/.phrozn/entries/archive.twig b/.phrozn/entries/archive.twig index 9631da5..d4a3256 100644 --- a/.phrozn/entries/archive.twig +++ b/.phrozn/entries/archive.twig @@ -4,6 +4,24 @@ layout: archive.twig pageName: archive events: + - name: "VilniusPHP 0x87" + date: 2023-09-07 19:00 + facebook: https://www.meetup.com/vilniusphp/events/295501462/ + ligtingTalks: false + speakers: + - name: "Sergej Kurakin (Ovoko)" + title: "Photography and Software Engineering – I thought it’s different… but it appears it’s not." + description: | + Drawing from over 20 years of experience in IT and software development, coupled with more than 3 years + as a novice photographer, Sergej Kurakin has uncovered surprising parallels between his creative passion + and his professional work. Join him as he explores the unexpected similarities. (Presented in Lithuanian) + - name: "Darius Kasperavičius (KiloHealth)" + title: "Cloud Design Patterns in Practice" + description: | + While many of us are familiar with the classic “Gang of Four” design patterns and other commonly used + design paradigms in object-oriented languages, there exists a world of cloud-specific design patterns. + Darius Kasperavičius will guide us through the cloud design patterns he has applied in Kilo Health Core + projects, offering a fascinating blend of theory and practical application. (Presented in Lithuanian) - name: "VilniusPHP 0x86" date: 2023-07-01 19:00 facebook: https://www.meetup.com/vilniusphp/events/293551143/ diff --git a/.phrozn/entries/index.twig b/.phrozn/entries/index.twig index 86d7b39..38e9f26 100644 --- a/.phrozn/entries/index.twig +++ b/.phrozn/entries/index.twig @@ -37,22 +37,25 @@ afterparty: # description: # linkedin: events: - - name: "VilniusPHP 0x87" - date: 2023-09-01 19:00 - facebook: https://www.meetup.com/vilniusphp/events/295501462/ + - name: "VilniusPHP 0x88" + date: 2023-12-07 19:00 + facebook: https://www.meetup.com/vilniusphp/events/297517446/ ligtingTalks: false speakers: - - name: "Sergej Kurakin (Ovoko)" - title: "Photography and Software Engineering – I thought it’s different… but it appears it’s not." + - name: "Mantas Šimkūnas (twoday)" + title: "PHP darbo aplinkos virtualizavimas su Multipass" description: | - Drawing from over 20 years of experience in IT and software development, coupled with more than 3 years - as a novice photographer, Sergej Kurakin has uncovered surprising parallels between his creative passion - and his professional work. Join him as he explores the unexpected similarities. (Presented in Lithuanian) - - name: "Darius Kasperavičius (KiloHealth)" - title: "Cloud Design Patterns in Practice" + 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\"" description: | - While many of us are familiar with the classic “Gang of Four” design patterns and other commonly used - design paradigms in object-oriented languages, there exists a world of cloud-specific design patterns. - Darius Kasperavičius will guide us through the cloud design patterns he has applied in Kilo Health Core - projects, offering a fascinating blend of theory and practical application. (Presented in Lithuanian) ---- + 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.