-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from djangocon/replace-eric
📆 Replace Eric's talk with Lorenzo's
- Loading branch information
Showing
6 changed files
with
31 additions
and
35 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
company: Alasco GmbH | ||
hidden: false | ||
name: Lorenzo Peña | ||
permalink: /presenters/lorenzo-pena/ | ||
photo: lorenzo-pena.jpg | ||
social: | ||
bluesky: null | ||
github: null | ||
instagram: null | ||
mastodon: null | ||
twitter: lorinkoz | ||
website: null | ||
--- | ||
|
||
Django user for almost 15 years. Co-creator and maintainer of django-pgschemas and django-unmigrate. Husband, father and fan of Zelda. |
19 changes: 0 additions & 19 deletions
19
src/_content/schedule/talks/django-from-first-principles.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
category: talks | ||
start_datetime: 2024-09-23 16:20:00-04:00 | ||
end_datetime: 2024-09-23 16:45:00-04:00 | ||
permalink: /talks/the-art-of-not-redirecting/ | ||
presenter_slugs: | ||
- lorenzo-pena | ||
room: Junior Ballroom | ||
tags: | ||
- internals | ||
title: 'The art of (not) redirecting' | ||
track: t0 | ||
--- | ||
|
||
URLs are meant to never change, but change is the only constant of thriving products. As web developers we have the duty to not only design our URLs in a way that they withstand the passage of time, but also to "never" break old URLs when, in the face of inevitable change, we are forced to re-design them in order to keep a consistent experience in our evolving products. Join me in this practical journey to master URL design and evolution. |