Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
27
sculpin/source/_presentations/nix-for-php-developers.md
Normal file
27
sculpin/source/_presentations/nix-for-php-developers.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: Nix for PHP Developers
|
||||
events:
|
||||
- name: PHP Thames Valley
|
||||
location: Reading, UK
|
||||
date: 2025-08-20
|
||||
urls:
|
||||
slides: /files/presentations/nix-php-developers/php-thames-valley.pdf
|
||||
website: https://www.eventbrite.co.uk/e/php-thames-valley-oxfordshire-and-berkshire-3-x-speakers-networking-tickets-1512713198899
|
||||
- name: unified.diff
|
||||
location: Cardiff, UK
|
||||
date: 2025-09-25
|
||||
urls:
|
||||
slides: ~
|
||||
website: https://www.meetup.com/unified-diff/events/310886970
|
||||
new_events: true
|
||||
---
|
||||
|
||||
{% block description %}
|
||||
How PHP Developers 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.
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue