-
Notifications
You must be signed in to change notification settings - Fork 23
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 #120 from djangocon/schedule-swap-tuesday
📆 Replace Lisa's talk with Micah's due to illness
- Loading branch information
Showing
5 changed files
with
32 additions
and
42 deletions.
There are no files selected for viewing
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: Elyon Technologies | ||
hidden: false | ||
name: Micah Lyle | ||
permalink: /presenters/micah-lyle/ | ||
photo: 'micah-lyle.jpg' | ||
social: | ||
bluesky: null | ||
github: null | ||
instagram: null | ||
mastodon: null | ||
twitter: micahlyle | ||
website: https://elyon.technology | ||
--- | ||
|
||
I'm a software architect and engineer, and co-run a design and software agency and consultancy called Elyon Technologies. Before that, I spent several years as a solo freelancer, working on a number of different projects and systems. Almost everything I did I built in Django (from scratch or on top of something existing), and I strongly focused on a niche specifically working on Django apps both through UpWork and also word of mouth referrals. I've gotten to build and architect software systems with Django across a number of different verticals which has provided both narrow/focused perspectives in the Django space but also helped me grow opinions on how codebases should be structured in the long run. |
22 changes: 0 additions & 22 deletions
22
src/_content/schedule/talks/django-from-a-rails-perspective.md
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
src/_content/schedule/talks/operations-the-missing-django-piece.md
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 @@ | ||
--- | ||
category: talks | ||
start_datetime: 2024-09-24 16:50:00-04:00 | ||
end_datetime: 2024-09-24 17:15:00-04:00 | ||
permalink: /talks/operations-missing-django-piece/ | ||
presenter_slugs: | ||
- micah-lyle | ||
room: Grand Ballroom III | ||
tags: | ||
- cms | ||
- thirdparty | ||
title: "Operations: The Missing Django Piece" | ||
track: t1 | ||
--- | ||
|
||
In this talk, I’m going to demonstrate a new perspective on how to structure Django codebases using something I call “Operations”, so that Django codebases can scale well with any amount of features or complexity inside an application as it grows over time. |