January 24, 2024
(Virtual)

Rust Day

Rust is one of the hottest things in tech today!

We're excited to bring you a dedicated episode of WeAreDevelopers LIVE all about it! Discover the power and performance of this modern programming language through presentations including a Q&A with Rust experts. Don't miss out on this opportunity to expand your skills in one of the fastest-growing programming languages. Tune in and join us!

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

in partnership with
LIVE TODAY
January 24, 2024

Rust Day

Rust is one of the hottest things in tech today!

Powered by:
in partnership with
in partnership with

About the event

Together with BOSCH we invite you to a full day of learning more about the intersection of mobility and code. Get to know more about how modern mobility is defined by an intricate interplay of hardware and software and how cars are not only connected to the road, but also to the cloud.

Coding the Future of Mobility features a variety of talks and a workshop, that give you valuable insights into the world of mobility - wether you join in-person or online.

About the event

Together with Bosch we invite you to a full day of learning more about the intersection of mobility and code. Get to know more about how modern mobility is defined by an intricate interplay of hardware and software and how cars are not only connected to the road, but also to the cloud.

Coding the Future of Mobility features a variety of talks and a workshop, that give you valuable insights into the world of mobility - wether you join in-person or online.

You can also join us in person at Talent Garden Vienna (Liechtensteinstraße 111-115, 1090 Vienna), where we have prepared some Tech Talks for you! Afterwards, you can stay and network or play some table soccer!

Explore the sessions and speakers

11:00 am
11:45 am
(CET)
(CEST)
Eternal Sunshine of the Spotless Programming Language
Stefan Baumgartner
Senior Product Architect at Dynatrace
11:00 am
11:45 am
(CET)

Eternal Sunshine of the Spotless Programming Language

Alright, C++ has a ton of features. And most likely everything that Rust also has. And if it doesn't, there is somewhere a proposal out there dealing with exactly one problem that Rust also solves. But you know what, while coding it's not only about which features you have, but more about how effectively you can use them. What are the constraints that lead you to be a better developer? In this talk, we look at the expressiveness of Rust. We look at a central feature -- traits -- and see how it helps us write better and more robust code, and how it fosters communication and collaboration in teams.

Senior Product Architect at Dynatrace

Stefan Baumgartner is an architect and developer based in Austria. He is the author of "TypeScript in 50 Lessons" (Smashing Magazine, 2020) and "The TypeScript Cookbook" (O'Reilly, 2023). In his spare time, he organizes ScriptConf and Rust Linz. Stefan enjoys Italian food, Belgian beer, and British vinyl records.

Register for Workshop
Eternal Sunshine of the Spotless Programming Language
Cancelled
Alright, C++ has a ton of features. And most likely everything that Rust also has. And if it doesn't, there is somewhere a proposal out there dealing with exactly one problem that Rust also solves. But you know what, while coding it's not only about which features you have, but more about how effectively you can use them. What are the constraints that lead you to be a better developer? In this talk, we look at the expressiveness of Rust. We look at a central feature -- traits -- and see how it helps us write better and more robust code, and how it fosters communication and collaboration in teams.
About the speaker(s)
Stefan Baumgartner is an architect and developer based in Austria. He is the author of "TypeScript in 50 Lessons" (Smashing Magazine, 2020) and "The TypeScript Cookbook" (O'Reilly, 2023). In his spare time, he organizes ScriptConf and Rust Linz. Stefan enjoys Italian food, Belgian beer, and British vinyl records.
Check out the speakers company
12:00 pm
12:45 pm
(CET)
(CEST)
Reasoning about Rust: an introduction to Rustdoc's JSON format
Luca Palmieri
Principal Engineering Consultant at Mainmatter
12:00 pm
12:45 pm
(CET)

Reasoning about Rust: an introduction to Rustdoc's JSON format

Macros are the primary mechanism for metaprogramming in Rust, either to perform code generation or enforce constraints at compile-time that are not easily captured by the type system (e.g. sqlx). Macros are also limited: their input is a stream of tokens, with no type-level information. Up until last year, you had to hook directly into the compiler internals to get a more featureful representation. This is no longer the case, thanks to Rustdoc's JSON format: an information-rich representation of your Rust API in a machine-parsable format (with a versioned schema!). We will introduce the feature, look at the structure of the data and cover a few of the usecases where it shines. You will leave the talk with a basic understanding of the format and ideas on how you could leverage it to build tools that enhance your own Rust workflows.

Principal Engineering Consultant at Mainmatter

Luca Palmieri builds technology products for a living. His current focus is on backend development, software architecture and the Rust programming language. He currently works at MainMatter as a Principal Engineering Consultant. He partners with teams across the industry to make sure they succeed in adopting or scaling their Rust usage, where it makes sense to do so. He was formerly at AWS and TrueLayer. He has been part of the Rust community since 2018 and is best known as the author of “Zero to Production in Rust”, an introduction to using Rust for backend development.

Register for Workshop
Reasoning about Rust: an introduction to Rustdoc's JSON format
Cancelled
Macros are the primary mechanism for metaprogramming in Rust, either to perform code generation or enforce constraints at compile-time that are not easily captured by the type system (e.g. sqlx). Macros are also limited: their input is a stream of tokens, with no type-level information. Up until last year, you had to hook directly into the compiler internals to get a more featureful representation. This is no longer the case, thanks to Rustdoc's JSON format: an information-rich representation of your Rust API in a machine-parsable format (with a versioned schema!). We will introduce the feature, look at the structure of the data and cover a few of the usecases where it shines. You will leave the talk with a basic understanding of the format and ideas on how you could leverage it to build tools that enhance your own Rust workflows.
About the speaker(s)
Luca Palmieri builds technology products for a living. His current focus is on backend development, software architecture and the Rust programming language. He currently works at MainMatter as a Principal Engineering Consultant. He partners with teams across the industry to make sure they succeed in adopting or scaling their Rust usage, where it makes sense to do so. He was formerly at AWS and TrueLayer. He has been part of the Rust community since 2018 and is best known as the author of “Zero to Production in Rust”, an introduction to using Rust for backend development.
Check out the speakers company
1:00 pm
1:45 pm
(CET)
(CEST)
Crafting Custom Frameworks with Rust: A Deep Dive into Procedural Macros
Mykhailo Maidan
Head of Rust Department at Yalantis
1:00 pm
1:45 pm
(CET)

Crafting Custom Frameworks with Rust: A Deep Dive into Procedural Macros

Creating your own framework is always interesting and challenging. When you craft one, it is essential to think about the end-user and how they will use it in their daily programming life. Will it be intuitive for them, or will they need to read a lot of documentation to write some simple examples? All these questions are crucial.

In my presentation, I will talk about the process of crafting a framework using Rust and Procedural Macros, and the kinds of problems it might cause during development. I will discuss which libraries are better to use and the challenges they bring for the end-user. This will be useful for people who love Rust and crafting their libraries or frameworks using Rust. We will delve into procedural macros — what they are, how to use them, and their advantages and disadvantages. After the presentation, you will have a basic understanding of how to use procedural macros and how to apply them to libraries or framework APIs.

Head of Rust Department at Yalantis

Mykhailo Maidan is a Software Engineer who started with C and C++ as an Embedded Engineer. After five years as an Embedded Engineer and a few interesting projects, one of them being software for Wind Turbines, he shifted his focus to Rust and Backend Development. Now he is the Head of the Rust Department at the Ukrainian IT Company Yalantis with a team size of 20 Software Engineers. His main interests now include Distributed Systems and DDD."

Register for Workshop
Crafting Custom Frameworks with Rust: A Deep Dive into Procedural Macros
Cancelled
Creating your own framework is always interesting and challenging. When you craft one, it is essential to think about the end-user and how they will use it in their daily programming life. Will it be intuitive for them, or will they need to read a lot of documentation to write some simple examples? All these questions are crucial. In my presentation, I will talk about the process of crafting a framework using Rust and Procedural Macros, and the kinds of problems it might cause during development. I will discuss which libraries are better to use and the challenges they bring for the end-user. This will be useful for people who love Rust and crafting their libraries or frameworks using Rust. We will delve into procedural macros — what they are, how to use them, and their advantages and disadvantages. After the presentation, you will have a basic understanding of how to use procedural macros and how to apply them to libraries or framework APIs.
About the speaker(s)
Mykhailo Maidan is a Software Engineer who started with C and C++ as an Embedded Engineer. After five years as an Embedded Engineer and a few interesting projects, one of them being software for Wind Turbines, he shifted his focus to Rust and Backend Development. Now he is the Head of the Rust Department at the Ukrainian IT Company Yalantis with a team size of 20 Software Engineers. His main interests now include Distributed Systems and DDD."
Check out the speakers company

Explore the program and speakers

The morning chapter (09:00 - 12:00 CEST) will be streamed online.
The afternoon chapter (12:00 - 20:00 CEST) will be a hybrid event full of activities: Join either online or attend the event on-site in Vienna and enjoy a get2gether before the event starts, 3 talks followed by a networking including food, drinks and a DJ - powered by Bosch Austria.

09:00 - 12:00 CEST: Morning Chapter (online only)

09:00 - 09:45
Coffee with Developers
Coffee with Developers is a talk show with fascinating personalities "behind the code". Listen to their stories and learn what they think about the future. Join a relaxed discussion with interesting insights and a lot of fun.
Sead Ahmetovic
CEO, WeAreDevelopers
Peter Kalt
General Engineering Manager
Bosch Austria
10:00 - 12:00
Workshop: On developing smartphones on wheels
Get a look behind the scenes of software engineering for modern and future vehicles in the automotive industry. Learn about the bits and pieces of modern vehicle systems and the shift from domain-specific E/E architectures to cross-domain architectures based on powerful vehicle computers.

Discover why future cars have more in common with smartphones than you might think. During this workshop we will examine some technical key questions and aspects in the biggest transformation of the autmotive industry ever seen.

Be part of this cool hands-on workshop, contribute on the impact of the mobility world and let’s work on your favorite future mobility use case. We will be using Miro, the online collaborative whiteboard platform. All registered participants will get access to the Miro board shortly before the workshop starts - simply check your inbox.

Miro Board Link for workshop participants: https://miro.com/app/board/o9J_lvWfpAI=/

Hans-Jürgen Eidler
Product Owner, SW Business Development for Vehicle Computers, Bosch Austria
Before becoming the Product Owner and Acquisition Manager for Vehicle Computers and E/E Architecture, Hans-Jürgen acted as Project Lead, SW & Function Developer (for hybrid and electrical vehicles) at Bosch Austria. He also gained experience as Development Engineer in the aviation industry, worked on HW development projects and acted as team lead.
Konstantin Selyunin
Development Engineer
Konstantin Selyunin develops embedded software for vehicle computer prototypes.

12:00 - 20:00 CEST: Afternoon Chapter (in-person and online)

12:00 - 13:00
Check-in & Welcome Drinks
13:00 - 13:15
Opening Remarks
Sead Ahmetovic
Moderator, WeAreDevelopers
Peter Kalt
General Engineering Manager
Bosch Austria
Josipa Basta
Moderator, Bosch Austria
13:15 - 14:00
Cyber Security: Small, and Large!
Security is a hot topic right now, with ransomware and nation-state hacking in the newspapers on AT LEAST a weekly base. This can include millions of damages for exceptional cases, and hot-patching systems at an absurdly fast pace. In this session, we will talk about some of the current challenges for development projects and developers in general, and how to keep an overview on what is going on security-wise.
Martin Schmiedecker
Security Engineer, Bosch Austria
Martin did his PhD at TU Vienna on digital forensics back in the days and is now assessing security risks for development projects at Bosch. He is interested in everything related to digital security and online privacy and is a proven expert in automotive security.
14:00 - 15:00
Getting Started with Machine Learning

Alexandra Waldherr
ML & Quantum Computing Enthusiast
What to say about this exceptional young person? She is a true Wunderkind! Alex developed an interest for science, programming, physics and chemistry since the early age of 12. Today, at the age of only 19, she already holds a Bachelor degree with distinction from the Technological University Dublin and is widely considered as one of the great generational talents. She was part of various programs at the MIT, CERN and IBM. She  has received various honors and accolades and besides studying Molecular Medicine she also speaks regularly about Quantum Computing and Machine Learning at international conferences.
15:00 - 15:15
Coffee break
If you are one of the luckies on-site, enjoy delicious coffee and snacks.
15:15 - 16:15
Why you shouldn’t build a microservice architecture
Learn about modern software architectures and get practical advice on reasoning about architectural decisions, using the example of microservice architectures.
Michael Eisenbart
Head of Business Digital Organization
Software Development & Data Platforms, Bosch
Michael is looking back to a long career in the tech world. He is the Head of BDO-DX at Bosch Austria and worked as the owner of various stunning projects in the world of Industry 4.0, big data platforms and logistics software products.
16:15 - 20:00
Final remarks, music, drinks, snacks and networking!
The perfect time for networking and connecting with new like-minded people in-person.

Explore the program and speakers

The morning chapter (09:00 - 12:00 CEST) will be streamed online.
The afternoon chapter (14:30 - 20:00 CEST) will be a hybrid event full of activities:
Join either online or attend the event on-site in Vienna and enjoy a get-together before the event starts, 3 talks followed by a networking including free food, drinks and a DJ - powered by Bosch Austria.

09:00 - 12:00 CEST: Morning Chapter (online only)

09:00 - 09:45
Morning Coffee with Developers
Coffee with Developers is a session with fascinating personalities "behind the code".
Listen to their stories and learn what they think about the future. Join a relaxed discussion with interesting insights and a lot of fun.
Sead Ahmetovic
CEO, WeAreDevelopers
Christine Thelesklaf
Director of Engineering, Bosch India
10:00 - 12:00
Workshop: The future of automotive mobility - Upcoming E/E architectures, V2X and its challenges
Bosch is observing huge upcoming mega trends in our today's world. These mega trends involve everything around us, including people, society, and environment. In this session we will present these mega trends and how they affect our lives and more specifically, the design of the E/E (Electric and Electronic) architectures in our cars. Furthermore, we will give insights about some real-world use cases developed by Bosch which drive this change, for instance Driverless Parking and Road Signature Service. A brief outlook about V2X (Vehicle to Everything) communication will be provided together with its possible impact on future E/E architectures. The second part of this session invites for an open discussion regarding these topics. The workshop closes, providing further insights on how Bosch is addressing these challenges and giving an overview of the Mobility Solutions developed in Bosch Vienna.
Georg Kühberger
Senior Software Expert, Bosch Austria
Lorem Ipsum
Manuel Pascual Garcia-Tubio
Scrum Master, Bosch Austria
Lorem Ipsum

14:30 - 20:00 CEST: Afternoon Chapter (in-person and online)

14:30 - 15:00
Check-in & Welcome Drinks
15:00 - 15:15
Opening Remarks
Sead Ahmetovic
Moderator, WeAreDevelopers
Josipa Basta
Moderator, Bosch Austria
Helmut Weinwurm
President, Bosch Austria
15:15 - 16:00
Talk: Architects - Key players for future products
The automotive industry is currently in a transformation driven by electrification, connected/autonomous driving and software defined vehicles. These market transformations require new products like vehicle computer, zone controller or integration platforms as well as changing business and cooperation models. High individualization, multi-party cooperation and a strong trend towards continuous development require a reliable and strong architecture for efficient development. In addition Bosch strives as market leader as TIER1 supplier to shape and maintain an evolvable and beneficial product line architecture allowing flexible, extendable and exchangeable software functionalities across these safety and real-time critical products. The key player in this future engineering setup are the architects which orchestrate the different businesses and technical targets via architecture driven development and management of technical debt.
Jochen Härdtlein
Chief Software Engineer, Bosch Germany
Sebastian Rausch
Lead System Engineer, Bosch Austria
5 years’ experience within research project with system test generation and technical system architecture focus, 4 years of architectural experience @ PS-EC/ECB; now team leader/lead system engineer of BMW and VW projects within PS-EC

Education – Master degree in Embedded Systems
16:00 - 16:45
Talk: Brave new world of Artificial Intelligence
Today's world of technology is full of buzzwords. No matter what role you play, from engineering to sales, your day-to-day discussions are filled with the cloud, IoT, microservices, and other abbreviated and non-abbreviated terms. The automotive industry is no exception. AI is probably very high on your list too. Various connected car scenarios revolve around getting the sensor data to one place, analyzing it, and learning from it so we can automate some part of the process (e.g., the car sees a stop sign on the road – what should it do?). The existence of AI is why we can build a smart car today. So, let's demystify it and answer the questions like what artificial intelligence is, explain the dominant approaches, where we are today and what's coming in the next 2-3 years, and the business implications. This session aims to clear the fog in front of technology that promises to change the world that we know today, once and for all. Welcome to the brave new world of AI-powered mobility!
Tomislav Tipurić
CTO and Partner, Nephos
Tomislav is CTO and partner in Nephos, a technology enthusiast with a focus on cloud computing, artificial intelligence, IoT and modern business models enabled through advanced application of technology.
TBD
TBD
TBD
16:45 - 17:00
Coffee break
If you are on-site, enjoy delicious coffee and snacks.
TBD
TBD
TBD
17:00 - 17:45
Talk: Building Connected Vehicles
In this talk, I will present several topics regarding vehicle connectivity. We will go through the basics of building up the connectivity architecture between vehicles and the cloud. Several cloud architectures and design patterns will be discussed. Finally, we will talk about some challenges in getting the data from a vehicle to the cloud, and how to apply AI model in a connected vehicle environment.
Kher Sham Lim
Cloud Solution Architect and Software Engineer, Bosch Germany
Kher Sham is software engineer and cloud solution architect for connected vehicle focusing on Microsoft Azure platform for whole Powertrain Solution business unit. Previously he worked as Data Scientist and Data Engineer in manufacturing use cases.He was a theoretical physicist in Particle Physics and Cosmology before joining Bosch.
17:45 - 18:00
Closing & Winner announcement
18:00 - 20:00
Get-Together & Networking
Network with music and drinks. The perfect time to connect with new like-minded people in-person.

The final program with all sessions and speakers will be published soon.

Save your spot - it's free

The event is public and free. Register your WeAreDevelopers account to get full access to all benefits of our community.
Instant on-demand access to all video sessions from our events
Career opportunities that fit your needs
Regular updates on trending topics from the developer world
Be the first to know about upcoming events and exclusive discounts
100% free for developers

Location: 

Geiereckstraße 6, 1110 Vienna
(Entrance via Gänsbachergasse)

Take charge of your dev career!

Great careers don’t happen by accident. Plan your personal career by taking the next step in the real life.
Pick the job that makes you happy.
Cloud Consultant (m/w/d)
Datics Consulting
Remote, Frankfurt, Munich
DevOps Engineer - Core Infrastructure (f/m/x)
Auto1 Group
Berlin
Projektleiter-Bereiche Software&Automatisierung (m/w/x)
ZEISS Group
Oberkochen
IT - Team Lead (w/m/d)
coeo
Vienna
Java Fullstack Developer als Teamleiter (m/w/d)
Hanno­ver Rück
Hanover
Senior Security Analyst
Intuition Machines
Software Test Engineer (m/w/d)
Bundesdruckerei-Gruppe
Hamburg
Frontend Developer
Usersnap
Linz, Vienna
Computer Vision C++ Engineer
PERCEPTOLAB SRL
Milan, Munich
Java Jumpstart@IBM (m/w/d)
IBM Client Innovation Center Germany
Magdeburg
Embedded Software Engineer - Tester Communication
Bosch-Gruppe Österreich
Vienna
OpenStack/YAOOK Developer (m/f/x)
STACKIT
Berlin, Neckarsulm, Sofia
System Specialist (Java) (m/w/d)
ottonova
Munich
Kubernetes Platform Developer (m/f/d)
anynines
Remote, Berlin, Saarbrücken
Softwarearchitekt Tactical Data Management System(m/w/d)
HENSOLDT
Immenstaad
Node.js Backend Developer (f/m/d)
Onlim GmbH
Innsbruck, Vienna
Developer Backend (m/f/d)
Marc O´Polo International GmbH
Stephanskirchen
Technical Consultant (m/w/d) Microsoft Dynamics 365 CRM
knk Customer Engagement GmbH
Remote, Berlin, Frankfurt, Hamburg, Kiel, Munich, Stuttgart
Softwareentwickler Input-Management-System (m/w/d)
SBK Siemens-Betriebskrankenkasse
Leipzig, Munich, Schwäbisch Gmünd
PHP Developer (m/f/d)
METRO Markets GmbH
Düsseldorf, Palma
Agiler Softwareentwickler (m/w/d)
Cloudogu GmbH
Remote, Brunswick
Angular Developer
CELUM
Linz, Vienna
iOS Developer (f/m/x)
diconium
Remote, Berlin
UX / UI Designer (m/f/x)
BAWAG PSK
Vienna
ERP-Anwendungsentwickler (m/w/d)
BayWa r.e. Solar Energy Systems GmbH
Remote, Tübingen
Web Developer | Marketing (f/m/d)
Speech Processing Solutions
Vienna
Mobile Developer (m/w/x) Android - RIAG.digital
REWE Group Österreich
Vienna
Delivery oriented Enterprise Architect (w/m/d)
EY Österreich (Ernst & Young)
Vienna
Embedded Software Developer (f/m/d)
OMICRON electronics
Klaus
Funktionsentwickler E-Mobilität (Vehicle Control)
Bosch-Gruppe Österreich
Vienna
DevOps Engineer (f/m/d)
Mimi Hearing Technologies GmbH
Berlin
Data Analyst (w/m/d)
coeo
Vienna
Anwendungsentwickler*in Delphi für ERP-Software (m/w/d)
Greenware Informations- und Datentechnik GmbH
Remote, Herten
IT Governance Manager (m/w/d)
ottonova
Munich
Google Cloud Data Engineer (f/m/d)
E.ON Digital Technology GmbH
Munich
IT Support - Cloud Platform Solutions (m/f/d)
anynines
Remote, Berlin, Saarbrücken
Solidity Backend Developer (m/f/d)
The Standard.io
Remote, Berlin, Birmingham, Glasgow, Leeds, Liverpool, London, Manchester, Nottingham, Sheffield
Lead Senior Solidity Developer (m/f/d)
Infomedia
Backend Developer (all genders) #java #spring
Erste Digital
Bratislava, Košice
Node.js Developer
Intuition Machines
IT Applikationsbetreuer (m/w)
Fröling Heizkessel- und Behälterbau Ges.m.b.H.
Grieskirchen
Fullstack Developer (all levels & all genders)
allUpp GmbH
Remote, Graz, Vienna
Software Engineer – Microsoft Dynamics CRM (*)
ista
Essen
Java Lead Developer (w/m/d) Big Data
The Austrian Federal Computing Center
Vienna
Web Developer m/w/d mit Fokus Back-End
offroad communications GmbH
Vienna
PHP Developer
CONDA
Remote, Vienna
Fullstack Developer (m/w/d)
The Austrian Federal Computing Center
Vienna
Frontend Developer (f/m/x)
diconium
Remote, Berlin, Hamburg, Ingolstadt, Karlsruhe, Munich, Stuttgart, Wolfsburg
JavaScript Software Engineer (m/f/d)
ottonova
Remote, Munich
DevOps Engineer (m/f/d) AWS Cloud Infrastructure
ip.labs
Bonn
Softwareentwickler/in (w/m/d) Frontend Entwicklung
Kassenärztliche Bundesvereinigung (KBV)
Berlin
C# Developer Backend (w/m/d)
Endress+Hauser GmbH & Co KG
Gerlingen
Software Developer (m/f/d)
anynines
Remote, Berlin, Saarbrücken
React Developer (m/f/x)
s2 data & algorithms GmbH
Remote, Graz, Vienna
Java Entwickler (m/w/d) Microservices
ING Deutschland
Frankfurt
Full Stack Developer (w/m/d)
QuickSpeech
Remote, Vienna
DevOps & SysOps Engineer (f/m/d)
Onlim GmbH
Innsbruck, Vienna
PHP-ENTWICKLER*IN (m/w/d)
coding.powerful.systems. CPS GmbH
Remote, Berlin
IT-Architekt:in Cloud / App
HUK-Coburg Versicherungsgruppe
Coburg
Java Backend Developer (m/f/d)
Scoop & Spoon
Graz, Vienna
DevOps Engineer (m/w/d)
IBM Client Innovation Center Germany
Cologne, Frankfurt, Magdeburg, Munich
Werkstudent im CTO Bereich
Plesk
Berlin, Cologne, Hamburg, Karlsruhe
Google Cloud SysOps Engineer (f/m/d)
E.ON Digital Technology GmbH
Munich
Lead Development für Backend- und Frontend (w/m/d)
The Austrian Federal Computing Center
Vienna
Java Entwickler (w/m/d) - Adobe Experience Manager (AEM)
E.ON Digital Technology GmbH
Essen, Munich
Full Stack Java Developer (m/w/d) Cloud Native
Bundesdruckerei-Gruppe
Hamburg
Softwarearchitekt Testautomatisierung (m/w/d)
imbus
Lehre, Möhrendorf, Norderstedt
SW-Entwickler Echtzeitsysteme (m/w/x)
ZEISS Group
Oberkochen
Full Stack Developer / Project Management
coorum informationstechnologie gmbh
Vienna
Quality Engineering / Testing Consultant (all genders)
Accenture Deutschland
Berlin, Bonn, Düsseldorf, Frankfurt, Hamburg, Heidelberg, Kaiserslautern, Munich, Stuttgart
Expert Java Engineer, Marketing (f/m/x)
Auto1 Group
Berlin
Full-Stack Developer (m/w/d)
Repark
Remote, Vienna
Java Entwickler (w/m/d) - Adobe Experience Manager (AEM)
E.ON Digital Technology GmbH
Essen, Munich
System Administrator for Cloud Workspace (m/f/d)
All3DP GmbH
Munich
Sales Engineer
Intuition Machines
Frontend Developer - Digital Experiences (w/m/d)
Techem
Remote, Eschborn
Projektleiter Cloud Services (m/w/d) , 80 - 100%
Schweizer Electronic AG
Reiden
Oracle Developer (all genders)
Erste Digital
Bratislava, Vienna
Java Softwareentwickler:in (w/m/d)
Endress+Hauser SE+Co. KG
Maulburg
Embedded Software Engineer - Tester Communication
Bosch-Gruppe Österreich
Vienna
Function Developer E-mobility (Vehicle Control)
Bosch-Gruppe Österreich
Vienna
Senior Atlassian Consultant - ITSM/DevOps/Scaled Agile
ByteSource Technology Consulting GmbH
Vienna, Wels
PWA Specialist (m/f/d)
shopware AG
Remote, Schöppingen
Webentwickler (m/w/d)
Königskinder Immobilien GmbH
Freiberg
Java Entwickler Schwerpunkt Frontend/Angular (m/w/d)
L-Bank, Staatsbank für Baden-Württemberg
Karlsruhe
Full Stack Developer (m/f/x)
CREATE - Wir leben Lernen.
Vienna
SAP PI / PO Entwickler / Consultant (m/w/d)
PORR AG
Vienna
Java Developer Backend (w/m/d)
Endress+Hauser GmbH & Co KG
Gerlingen
Java Entwickler (m/w/d)
TraceTronic GmbH
Dresden
JavaScript Full-Stack Developer (f/m/x)
svarmony Technologies GmbH
Vienna
iOS Mobile Entwickler (m/w/d)
ING Deutschland
Nuremberg
Cloud Backend Entwickler (m/w/d)
Quanos Solutions GmbH
Remote, Amberg, Fürth, Inning am Ammersee, Nuremberg
Frontend Developer:in (w/d/m)
Haufe Group
Remote, Freiburg im Breisgau
PHP Backend Developer (m/f/x)
Plesk
Berlin, Cologne, Hamburg, Karlsruhe
Java Backend Developer
UNIQA Group Service Center Slovakia, spol. s r. o.
Nitra
DevOps Engineer
CELUM
Vienna
Android Developer (Frontend)
PERCEPTOLAB SRL
Milan, Munich
JAVA BACKEND ENTWICKLER * - REMOTE MÖGLICH
procilon Group
Remote, Berlin
DevOps Engineer - Azure (f/m/d)
E.ON Digital Technology GmbH
Essen
Cloud Engineer (m/w/x)
sevDesk GmbH
Offenburg

Save your spot - it's free

Date: April 26th, 2022
The morning chapter (09:00 - 12:00) will be streamed online.
The afternoon chapter (14:30 - 20:00) will be a hybrid event full of activities: Join either online or attend the event on-site in Vienna.

Join IN-PERSON

Register now to join in-person! Limited number of seats!
Join the morning chapter (9:00 - 12:00) online and the afternoon chapter (14:30 - 20:00) in-person.

Benefits to join ONSITE - LIMITED SEATS!
  • Learn from top speakers & level up your skills
  • Meet & greet our speakers face to face 👀 in a relaxed atmosphere
  • Connect with other great minds 🤝
  • Cool location at the Bosch Fahrzeughalle
  • Event bag with awesome goodies 🛍
  • FREE food & drinks
  • Try your luck on the Bosch wheel of fortune and win some additional goodies
  • Win Tickets to the WeAreDevelopers World Congress Berlin
Location: Robert Bosch AG, Geiereckstraße 6, 1110 Vienna (Entrance via Gänsbachergasse)
Check-in for the afternoon chapter starts at 14:30.

Join ONLINE

Join both the morning chapter (9:00 - 12:00) and the afternoon chapter (15:00 - 20:00) online from anywhere around the globe.

Benefits to join ONLINE
  • Learn from top speakers & level up your skills
  • Manage your event experience with the official Event App
  • Connect virtually with other great minds 🤝
Covid-19 information
Attendees do not have to provide proof of G for event attendance. The FFP2 mask requirement in closed rooms is no longer applicable, but wearing masks is still recommended.

bonus content

Call for Speakers

You have the talk. We have the audience! We are always looking for curious minds sharing their knowledge with the developer community. Apply as a speaker and become part of our awesome dev community.
Green Event
We aim at organising the event according to the Austrian Ecolabel for Green Events. This means that in the course of our event planning we pay special attention to:

an environmentally compatible travel, CO2 reduction, regional & seasonal catering, environmentally friendly procurement and waste management and social aspects. 

With these efforts, we not only generate added value for our guests at the event, but also for future generations to implement sustainable changes in our fast-paced world.

Support us in this effort and help us work towards a more sustainable future!

Do you have any questions about the Austrian Eco-label or Green Events?

Feel free to contact our Green Events Officer Nina Witti at witti@putzstingl.at! She will be happy to answer your questions before, during and after the event!
Directions
Please think about our environment and travel climate friendly!
Our event times have been chosen so that your travel by public transport is possible without any problems or longer waiting intervals! The tram line 6, station Geiereckstraße, is about 120 meters away from our premises. Bus 69A stops about 240 meters from the premises at the Geiereckstraße station. The S-Bahn 7 stops at the Geiselbergstraße station about 600 meters from the site. You can also find all information about the timetables at https://www.wienerlinien.at/web/wl-en/timetables.

If you can't do without your car, consider carpooling!
This not only saves emissions, but also provides you with conversation partners, so that no boredom arises during the drive! Please note, however, that there are no parking spaces available on the premises and that the 11th district is a short-term parking zone! 

You like it sporty? Then come to us by bike!
On the premises are about 30 bike racks available for you!

Accessibility
If you need a barrier-free parking space, please let us know in advance! We will then organize parking for you in the immediate vicinity of the event hall. You can find more information about accessibility in our Access Statement. If you have any questions, please contact Nina Witti at witti@putzstingl.at or +43 699 1234 24 34.
Access Statement & Accessibility
In order to make your journey to and stay at our event as pleasant as possible, you will find here all important information about the accessibility of our event on April 26, 2022. Should you require any further information, please do not hesitate to contact Ms. Nina Witti at witti@putzstingl.at or +43 699 1234 24 34.

Public transport
Tram line 6, Geiereckstraße station, is located about 120 meters from the site. In addition, bus 69A, Geiereckstraße station, stops about 240 meters from the site. The S-Bahn 7 stops at Geiselbergstraße station, about 600 meters from the site.

Parking facilities
If you need handicapped parking, please let us know at +43 699 1234 24 34 and we will be happy to organize parking directly on our premises. Our premises are accessible at ground level and are asphalted throughout.

Entrance area & event hall
Entrance to our event hall is through a 3.9 x 4.9 meters (width x height) roll-up door, which will be open throughout the event. There is ample moving space both before and after the entrance gate, as well as in our event space. There are no level jumps. Sufficient turning circles of at least 150 cm in diameter are given throughout the event area. We are happy to provide our own wheelchair spaces as well as height-adjustable tables. Our buffet area is designed so that all food and drinks are accessible at a height of 85 and 110 cm. All dishes offered are labeled in sufficient size and any allergens are also listed. 
Barrier-free WC
A barrier-free WC is available near the event hall. The WC has a door that is at least 80 cm wide and opens outward, smoothly. The room size is 150 x 197 cm and offers 84 cm of space to the right of the WC bowl. The WC bowl is located at a height between 46 and 48 cm. In addition, there are stable grab handles on both sides and an emergency call device connected to the security service at the reception (available 24 hours). Both the handles and controls are designed with high contrast. The sink is accessible from underneath and is equipped with a single-handle mixer. Soap dispenser and towels are within reach at a maximum height of 110 cm.

Staff
Our staff is familiar in dealing with people with disabilities, as we ourselves employ people with disabilities.  

Print material
When designing our printed materials, we emphasize legible, sufficiently large type. In addition, we use matte paper to make it easier to read.

Join our upcoming online events

Code of Conduct
WeAreDevelopers welcomes everyone and is dedicated to defending anybody from harassment, regardless of gender, gender identity, and expression, sexual orientation, disability, physical appearance, body size, race, age or religion.
Read more
Diversity & Inclusion
At WeAreDevelopers events we empower underrepresented groups by giving them the stage to share their knowledge and experiences. It is crucial for our international events to bring together the perspectives of people with different backgrounds.
Read more