Add TechMids event
This commit is contained in:
parent
46c1d5e431
commit
3da26ec1e7
1 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Nix for PHP Developers
|
||||
title: Nix for PHP Developers (and everyone else)
|
||||
events:
|
||||
- name: PHP Thames Valley
|
||||
location: Reading, UK
|
||||
|
|
@ -13,15 +13,20 @@ events:
|
|||
urls:
|
||||
slides: ~
|
||||
website: https://www.meetup.com/unified-diff/events/310886970
|
||||
- name: TechMids Conf
|
||||
location: Birmingham, UK
|
||||
date: 2025-11-13
|
||||
urls:
|
||||
website: https://conf.techmids.org
|
||||
new_events: true
|
||||
---
|
||||
|
||||
{% block description %}
|
||||
How PHP Developers can use Nix to create robust and reproducible environments and replace tools like Docker and Vagrant.
|
||||
How PHP Developers (and everyone else) can use Nix to create robust and reproducible environments and replace tools like Docker and Vagrant.
|
||||
{% endblock %}
|
||||
|
||||
{% block abstract %}
|
||||
[Nix](https://nixos.org) is a package manager with more than 120,000 packages, an operating system with more than 20,000 options, and a build tool for creating reproducible and reliable software that works the same for everyone, every time.
|
||||
|
||||
In this talk, Oliver will explain what Nix is, show how to create development shells for PHP that mean you no longer need to use containers or virtual machines, and how to package PHP applications that are easy to deploy and distribute.
|
||||
In this talk, Oliver will explain what Nix is, show how to create development shells for PHP (and anything else) that mean you no longer need to use containers or virtual machines, and how to package PHP applications that are easy to deploy and distribute.
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue