Skip to content
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 0x93'
date: '2025-06-05 19:00'
facebook: 'https://www.meetup.com/vilniusphp/events/308046622/'
ligtingTalks: false
speakers:
- name: 'Justas Butkus'
title: "Ten things we've learned from running production infrastructure at Google"
description: |-
Google SRE principles emphasize reliability, standardization, and blamelessness. The talk will cover measurement, on-call duty, and automation parts of the job. It will highlight approaches that are used to manage change, deal with inevitable outages, and avoiding complexity. Ten lessons is an approximation of some of key learnings, that remain valuable despite, or even because, of efforts put into making large and complex systems easier to operate.
(Presented in English)
- name: 'Tobias Nyholm (Eneba)'
title: 'Knowing your State Machines'
description: |
Web development is not just about delivering a response. It is also about writing good code. The state pattern will help you move complexity from being all over your code to one or more state machines. This talk will introduce state machines, show how to identify uses of them and implement them in your Symfony application in an object oriented manner using the Symfony Workflow component.
(Presented in English)
- name: "VilniusPHP 0x92"
date: 2024-12-05 19:00
facebook: https://www.meetup.com/vilniusphp/events/304753080/
Expand Down
33 changes: 18 additions & 15 deletions .phrozn/entries/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,21 @@ afterparty:
# description:
# linkedin:
events:
- name: "VilniusPHP 0x93"
date: 2025-06-05 19:00
facebook: https://www.meetup.com/vilniusphp/events/308046622/
ligtingTalks: false
speakers:
- name: "Justas Butkus"
title: "Ten things we've learned from running production infrastructure at Google"
description: |
Google SRE principles emphasize reliability, standardization, and blamelessness. The talk will cover measurement, on-call duty, and automation parts of the job. It will highlight approaches that are used to manage change, deal with inevitable outages, and avoiding complexity. Ten lessons is an approximation of some of key learnings, that remain valuable despite, or even because, of efforts put into making large and complex systems easier to operate.
(Presented in English)
- name: "Tobias Nyholm (Eneba)"
title: "Knowing your State Machines"
description: |
Web development is not just about delivering a response. It is also about writing good code. The state pattern will help you move complexity from being all over your code to one or more state machines. This talk will introduce state machines, show how to identify uses of them and implement them in your Symfony application in an object oriented manner using the Symfony Workflow component.
(Presented in English)
-
name: 'VilniusPHP 0x94'
date: '2025-12-11'
facebook: 'https://www.meetup.com/vilniusphp/events/312262532/'
ligtingTalks: false
speakers:
-
name: 'Antanas Kiselis @ Ovoko'
title: 'HDA: Hypermedia Driven Applications'
description: 'How HTML first approach can help to push back against API churn and JavaScript fatigue. (Presented in English)'
-
name: 'Irmantas Ramoška @ Ovoko'
title: 'So you want to build CLI app. And you are PHP developer'
description: "As you can guess this will talk will be on how to build standalone PHP command line applications that you can run on any machine. And you won't need to know any arcane magic to do this. (Presented in English)"
-
name: 'Santa @ Ovoko'
title: 'The Year-End Mystery Challenge'
description: "We can't reveal too much, but let's just say the holiday spirit is strong at Ovoko. (Presented in English)"
Loading