From 07561fcbe073372d5340d4abb5bd4643cfb37422 Mon Sep 17 00:00:00 2001 From: Sammy fx <155273742+Sammyfx4u@users.noreply.github.com> Date: Wed, 17 Dec 2025 19:11:36 +0100 Subject: [PATCH] Create rust-nation-uk-london.json --- data/events/rust-nation-uk-london.json | 57 ++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 data/events/rust-nation-uk-london.json diff --git a/data/events/rust-nation-uk-london.json b/data/events/rust-nation-uk-london.json new file mode 100644 index 0000000..323e92e --- /dev/null +++ b/data/events/rust-nation-uk-london.json @@ -0,0 +1,57 @@ +{ + "name": "Rust Nation UK London", + "year_started": 2023, + "number_of_events_hosted": 3, + "city": "London", + "region": "England", + "country": "United Kingdom", + "continent": "Europe", + "website": "https://rustnationuk.com", + "sector": [ + "Software Engineering", + "Backend / APIs", + "Cloud Computing", + "DevOps", + "Infrastructure" + ], + "tags": [ + "rust", + "systems", + "backend", + "conference" + ], + "acceptable_tags": [ + "rust", + "systems", + "backend", + "developers" + ], + "type": "in-person", + "languages": [ + "English" + ], + "frequency": "annual", + "timezone": "Europe/London", + "attendee_size": { + "min": 400, + "max": 1000 + }, + "ticket_cost_usual": { + "currency": "EURO", + "min": 250, + "max": 500 + }, + "organizer": { + "name": "GitNation", + "email": "events@gitnation.org", + "twitter": "https://x.com/gitnationorg", + "website": "https://gitnation.org" + }, + "socials": { + "twitter": "https://x.com/RustNationUK", + "linkedin": "https://www.linkedin.com/company/rust-nation/", + "youtube": "https://www.youtube.com/rustnationuk", + "instagram": "" + }, + "description": "Rust Nation UK London is a European conference dedicated to Rust and systems-level software engineering. Organized by GitNation, the event brings together backend engineers, infrastructure developers, and DevOps practitioners to explore Rust for high-performance systems, cloud infrastructure, and reliable backend APIs through expert talks, workshops, and networking." +}