December 13, 2023
(Virtual)

Python Day

Python has seen quite a lot of growth in the past years- especially caused by the rising demand for data analysis!

Over 30 years ago Guido van Rossum was struggling with one of his projects, a login program written in C. He missed the power of the ABC language he used to work on before because although he had around 10 to 15 years of experience in coding in C, he felt there still were a lot of bugs and it just was slow going. He wanted something new and intuitive, yet powerful and versatile. So he sat down, turned on his TV with one of his favorite movies by Monty Python, and started to code… And the rest is history! If you want to have some impactful insights into the world of Python and how it is used nowadays, tune in on our WeAreDevelopers Live - Python Day.

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
December 13, 2023

Python Day

Python has seen quite a lot of growth in the past years- especially caused by the rising demand for data analysis!

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)
We have three Tech Talks prepared 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)
Tips, Techniques, and Common Pitfalls Debugging Kafka
DeveloperSteve
Senior Developer Advocate at Lumigo
11:00 am
11:45 am
(CET)

Tips, Techniques, and Common Pitfalls Debugging Kafka

Kafka, as a cornerstone of real-time data processing, is foundational in many modern application architectures. But, like any system, it's not without its challenges. This presentation explores common pitfalls developers encounter with Kafka. We will not only shine a light on these problematic areas but also introduce proven troubleshooting techniques. A highlight of our discussion will be a live demonstration of connecting, consuming, and debugging Kafka using a Python Flask app. We'll also briefly discuss how OpenTelemetry can provide additional visibility into Kafka-based workflows. By integrating the demonstration with a Python Flask app, we'll showcase tangible ways in which developers can interact with and troubleshoot Kafka, ensuring more reliable deployments and a better understanding of this powerful data-streaming platform.

Senior Developer Advocate at Lumigo

DeveloperSteve is a seasoned dev with over 30 years in the tech industry, working with companies of all sizes. A Tech Evangelist & Advocate, he's a strong advocate for open source & building healthy dev communities. Represented global companies like IBM, PayPal & Telstra. Passionate about using tech to solve societal issues.

Register for Workshop
Tips, Techniques, and Common Pitfalls Debugging Kafka
Cancelled
Kafka, as a cornerstone of real-time data processing, is foundational in many modern application architectures. But, like any system, it's not without its challenges. This presentation explores common pitfalls developers encounter with Kafka. We will not only shine a light on these problematic areas but also introduce proven troubleshooting techniques. A highlight of our discussion will be a live demonstration of connecting, consuming, and debugging Kafka using a Python Flask app. We'll also briefly discuss how OpenTelemetry can provide additional visibility into Kafka-based workflows. By integrating the demonstration with a Python Flask app, we'll showcase tangible ways in which developers can interact with and troubleshoot Kafka, ensuring more reliable deployments and a better understanding of this powerful data-streaming platform.
About the speaker(s)
DeveloperSteve is a seasoned dev with over 30 years in the tech industry, working with companies of all sizes. A Tech Evangelist & Advocate, he's a strong advocate for open source & building healthy dev communities. Represented global companies like IBM, PayPal & Telstra. Passionate about using tech to solve societal issues.
Check out the speakers company
12:00 pm
12:45 pm
(CET)
(CEST)
Three-and-a-half Ways of Testing your Repositories
Daniel Raniz Raneland
Sourceror at factor10
12:00 pm
12:45 pm
(CET)

Three-and-a-half Ways of Testing your Repositories

Domain Driven Design teaches us to separate the repository (our data storage inferface) from the rest of the model in order to prevent our storage interface from contaminating the rest of our domain model.So, with the data layer successfully separated from the rest of the domain model into its own repository, now comes the time to test it - a task that may seem rather daunting. In this talk I will use Test Driven Development to show how to use mocking frameworks to mock datastores at both the API-, and server-level, and show techniques to test against a real database as well as how we can make the tests more portable by leveraging containers when appropriate.

Sourceror at factor10

Raniz is a programmer, architect, speaker and coach at factor10, helping companies achieve software excellence with a business focus.As a problem solver at heart, he jumps at complicated problems and believes that as much as possible should be automated, reproducible and stored as code.

Register for Workshop
Three-and-a-half Ways of Testing your Repositories
Cancelled
Domain Driven Design teaches us to separate the repository (our data storage inferface) from the rest of the model in order to prevent our storage interface from contaminating the rest of our domain model. So, with the data layer successfully separated from the rest of the domain model into its own repository, now comes the time to test it - a task that may seem rather daunting. In this talk I will use Test Driven Development to show how to use mocking frameworks to mock datastores at both the API-, and server-level, and show techniques to test against a real database as well as how we can make the tests more portable by leveraging containers when appropriate.
About the speaker(s)
Raniz is a programmer, architect, speaker and coach at factor10, helping companies achieve software excellence with a business focus. As a problem solver at heart, he jumps at complicated problems and believes that as much as possible should be automated, reproducible and stored as code.
Check out the speakers company
1:00 pm
1:45 pm
(CET)
(CEST)
Overview of Machine Learning in Python
Adrian Schmitt
Development Engineer at Robert Bosch GmbH
1:00 pm
1:45 pm
(CET)

Overview of Machine Learning in Python

Although machine learning is a broad subject with many different applications, there are key aspects that should be considered for any ML-algorithm.

For example, before applying ML the domain and data must be analyzed, and additional processing may be required.

In this talk, I'll present some common machine learning paradigms using scikit-learn. Data preparation, decision trees, random forests, neural networks, training and evaluation of supervised learning will all be covered.

This presentation will primarily serve as an introduction to machine learning in general and to the respective Python frameworks.

Development Engineer at Robert Bosch GmbH

Adrian is a programmer and Team Coordinator at Bosch specializing in tools related to the development of automotive software. He is currently studying Logic & Computation at the Vienna University of Technology at a post-graduate level, focusing on higher-level algorithms, knowledge-based systems and AI among others. In his role at Bosch, he’s responsible for delivering high standard products to numerous internal and external business clients. He’s passionate about a well organized development process in his team and using innovative solutions to solve everyday problems encountered by customers and colleagues.

Register for Workshop
Overview of Machine Learning in Python
Cancelled
Although machine learning is a broad subject with many different applications, there are key aspects that should be considered for any ML-algorithm. For example, before applying ML the domain and data must be analyzed, and additional processing may be required. In this talk, I'll present some common machine learning paradigms using scikit-learn. Data preparation, decision trees, random forests, neural networks, training and evaluation of supervised learning will all be covered. This presentation will primarily serve as an introduction to machine learning in general and to the respective Python frameworks.
About the speaker(s)
Adrian is a programmer and Team Coordinator at Bosch specializing in tools related to the development of automotive software. He is currently studying Logic & Computation at the Vienna University of Technology at a post-graduate level, focusing on higher-level algorithms, knowledge-based systems and AI among others. In his role at Bosch, he’s responsible for delivering high standard products to numerous internal and external business clients. He’s passionate about a well organized development process in his team and using innovative solutions to solve everyday problems encountered by customers and colleagues.
Check out the speakers company
2:00 pm
2:45 pm
(CET)
(CEST)
Hands on with OpenTelemetry
Nočnica Mellifera
Senior Developer Advocate at Checkly
2:00 pm
2:45 pm
(CET)

Hands on with OpenTelemetry

In a few hours we'll instrument a demo application and see what OpenTelmetry can do. We'll also cover basic data filtering and compression.

### OpenTelemetry

* History
* What's in the project
* Use cases
* Status of development - Logs support is still growing, but you can send logs through the collector

### Collector Design

* Most basic - direct from SDK to datastore, don't do this
* Single collector
* Collector -> collector
* Daemonset in Kubernetes (I promise you don't need to know Kubernetes to follow this talk!)

### Sample Application

* Basic data emitter from the CLI
* Auto-instrumentation with the language-appropriate SDK
* Configuring data sends
* A basic dashboard

### Configuring the Collector

* YAML config
* restarting the collector

### OpenTelemetry Processors - config

* batching - reducing sends
* parsing - finding data early
* crushing cardinality - getting the data you need
* filtering - removing sensitive data
* transforming with OTTL

Senior Developer Advocate at Checkly

Nočnica is a dev advocate specializing in cloud applications, serverless, and containerization. She writes regularly for The New Stack and has been published in Information Age and Forbes. She blogs on dev.to, streams on LinkedIn and YouTube, and spends her weekends caring for her dozens of houseplants.

Register for Workshop
Hands on with OpenTelemetry
Cancelled
In a few hours we'll instrument a demo application and see what OpenTelmetry can do. We'll also cover basic data filtering and compression. ### OpenTelemetry * History * What's in the project* Use cases * Status of development - Logs support is still growing, but you can send logs through the collector ### Collector Design* Most basic - direct from SDK to datastore, don't do this * Single collector* Collector -> collector * Daemonset in Kubernetes (I promise you don't need to know Kubernetes to follow this talk!)### Sample Application * Basic data emitter from the CLI * Auto-instrumentation with the language-appropriate SDK * Configuring data sends* A basic dashboard### Configuring the Collector * YAML config * restarting the collector ### OpenTelemetry Processors - config * batching - reducing sends * parsing - finding data early * crushing cardinality - getting the data you need * filtering - removing sensitive data * transforming with OTTL
About the speaker(s)
Nočnica is a dev advocate specializing in cloud applications, serverless, and containerization. She writes regularly for The New Stack and has been published in Information Age and Forbes. She blogs on dev.to, streams on LinkedIn and YouTube, and spends her weekends caring for her dozens of houseplants.
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.
Mitarbeiter (m/w/d) IT-Testmanagement
PORR AG
Vienna
Tech Project Manager
Intuition Machines
Software Developer
Reaktor
Amsterdam
Consultant Data Analytics (f/m/x)
diconium
Remote, Berlin, Hamburg, Munich, Stuttgart
Web-/Softwareentwickler Backend (PHP) eCommerce (m/w/d)
webconia GmbH
Remote, Hamburg
DevOps Engineer (m/f/d)
Westwing
Warsaw
Developer Backend (m/f/d)
Marc O´Polo International GmbH
Stephanskirchen
Software Engineer Test and Measurement
Bitifeye
Böblingen
Solidity Backend Developer (m/f/d)
The Standard.io
Remote, Berlin, Birmingham, Glasgow, Leeds, Liverpool, London, Manchester, Nottingham, Sheffield
Funktionsentwickler E-Mobilität (Vehicle Control)
Bosch-Gruppe Österreich
Vienna
Software Engineer – Microsoft Dynamics CRM (*)
ista
Essen
Java Full Stack Engineer
CELUM
Linz, Vienna
JavaScript Software Engineer (m/f/d)
ottonova
Remote, Munich
Platform / DevOps Engineer (d/f/m)
RISK IDENT
Remote, Hamburg
Full Stack Software Developer (all genders)
Accenture Deutschland
Kaiserslautern
(Senior) Frontend Developer (m/f/d)
Birkenstock Group B.V. & Co. KG
Munich
Data Analyst (w/m/d)
coeo
Vienna
Data Integration Lead (w/m/d)
Wiener Linien
Vienna
Shopware Developer (m/f/d)
denkwerk GmbH
Remote, Berlin, Cologne, Hamburg, Munich
Full-Stack Developer (m/w/d)
Repark
Remote, Vienna
Backend Developer (all genders) #java #spring
Erste Digital
Bratislava, Košice
Python Developer
Intuition Machines
Python Developer (m/f/x) at Cryptix
Blocktrade
Ljubljana
Reverse Engineer
Think-cell
Berlin
Mobile Developer iOS (m/f/d)
Bike Citizens Mobile Solutions GmbH
Remote, Graz
IT Support - Cloud Platform Solutions (m/f/d)
anynines
Remote, Berlin, Saarbrücken
MLOps Engineer
Intuition Machines
Full Stack Developer (m/f/x)
CREATE - Wir leben Lernen.
Vienna
Java Fullstack Developer als Teamleiter (m/w/d)
Hanno­ver Rück
Hanover
Typo3-Entwickler (m/w/d)
PETER PAUL AND MARY Werbeagentur GmbH & CO. KG
Remote, Berlin
Softwarearchitekt Tactical Data Management System(m/w/d)
HENSOLDT
Immenstaad
Data Analyst (all levels & all genders)
allUpp GmbH
Remote, Graz, Vienna
Go (Golang) Software Developer (m|f|d|*)
Geek Space 9 GmbH
Remote, Munich
Embedded Software Engineer C++ (f/m/d)
cinemo GmbH
Remote, Budapest, Karlsruhe
DevOps Engineer (m/w/d) CMS Platform
ING Deutschland
Nuremberg
DevOps Engineer (m/w/d)
BusyLamp
Frankfurt
IT Governance Manager (m/w/d)
ottonova
Munich
Embedded Software Developer (m/f/div.)
Bosch-Gruppe Österreich
Vienna
Software Developer for Customer Projects (f/m/d)
CELUM
Linz
Embedded Software Developer (f/m/d)
OMICRON electronics
Klaus
Java Developer (m/w/d)
IBM Client Innovation Center Germany
Cologne, Frankfurt, Magdeburg, Munich
UX / UI Designer (m/f/x)
BAWAG PSK
Vienna
C++ Backend Developer
PERCEPTOLAB SRL
Milan, Munich
Google Cloud System Integration Test Engineer (f/m/d)
E.ON Digital Technology GmbH
Munich
iOS Developer (f/m/x)
diconium
Remote, Berlin
Java Entwickler – Webanwendung / JEE (m/w/d)
L-Bank, Staatsbank für Baden-Württemberg
Karlsruhe
Frontend Developer (m/f/x)
ip.labs
Bonn
Software Architect Signal Processing, C++, CUDA (m/f/d)
Rheinmetall Electronics GmbH
Bremen
PHP / Symfony / Pimcore Entwickler (m/w/d)
DR.SCHNELL GmbH & Co. KGaA
Munich
JavaScript Engineer, Operations (f/m/x)
Auto1 Group
Berlin
Front End Developer – Angular (m/w/d)
Riecken Webservice & Application GmbH
Remote, Vienna
Softwareentwickler*in C++ Qt QML (w/m/d)
HENSOLDT
Aalen
Embedded Software Engineer - Tester Communication
Bosch-Gruppe Österreich
Vienna
C++ Software Entwickler (m/w/d)
TraceTronic GmbH
Dresden, Ingolstadt
System Architekt für Geräte und CloudAnwendungen (m/w/d)
Schweizer Electronic AG
Reiden
Lead Software Engineer
biGenius
JavaScript Developer (m/f/d)
denkwerk GmbH
Remote, Berlin, Cologne, Hamburg, Munich
Backend Engineer (f/d/m)
HRTBT Medical Solutions GmbH
Remote, Berlin, Cologne
Site Reliability Engineer (SRE) (m/w/x)
REWE Group Österreich
Vienna
Datenbankexpertin/ Datenbankexperte (m/w/d)
GKV-Spitzenverband
Berlin
Frontend Developer (m/f/x)
CREATE - Wir leben Lernen.
Vienna
Frontend Developer - Digital Experiences (w/m/d)
Techem
Remote, Eschborn
Big Data Engineer - Group Data Acquisition (all genders)
Erste Digital
Bratislava, Košice, Vienna
Backend Developer (f/m/d)
Storyclash
Linz
Frontend-/Webentwickler:in (w/d/m)
Haufe Group
Remote, Freiburg im Breisgau
Software Entwickler/in - Java (m/w/d)
dwpbank AG
Remote, Düsseldorf, Frankfurt
DevOps Engineer (m/f/d)
ottonova
Remote, Munich
Software Tester (w/m/x)
BEKO Engineering & Informatik GmbH
Jenbach, Wörgl
Java Software Developer (m/w/d)
REWE Systems Austria GmbH
Premstätten
Funktionsentwickler E-Mobilität (Vehicle Control)
Bosch-Gruppe Österreich
Vienna
Web Developer | Marketing (f/m/d)
Speech Processing Solutions
Vienna
Computer Vision C++ Engineer
PERCEPTOLAB SRL
Milan, Munich
Consultant (m/w/d) Data Analytics&Künstliche Intelligenz
Bundesdruckerei-Gruppe
Berlin
Cobol Softwareentwickler/in (m/w/d)
KDN.sozial
Paderborn
Java Full Stack Entwickler / Chapter Lead (m/w/d)
ING Deutschland
Frankfurt
Lead Fronted Developer (Mensch) - Angular
artegic AG
Remote, Bonn
Backend Developer IoT web application
Kinexon
Munich
SW-Entwickler Echtzeitsysteme (m/w/x)
ZEISS Group
Oberkochen
Android Developer
MeisterLabs GmbH
Vienna
Frontend Architect
CELUM
Linz, Vienna
Mobile Developer (m/w/x) Android - RIAG.digital
REWE Group Österreich
Vienna
Web Developer (m/w/d)
EBERTLANG Distribution GmbH
Remote, Wetzlar
Python Developer (m/w/d)
Objektkultur Software GmbH
Remote, Karlsruhe
FullStack EntwicklerIn (m/w/d)
Brainformance
Vienna
Webentwickler (m/w/d)
Königskinder Immobilien GmbH
Freiberg
Java Developer
Journi
Vienna
Cloud Engineer (m/w/x)
sevDesk GmbH
Offenburg
System Administrator for Cloud Workspace (m/f/d)
All3DP GmbH
Munich
C++ Developer
Think-cell
Berlin
Frontend Developer:in (w/d/m)
Haufe Group
Remote, Freiburg im Breisgau
IT Applikationsbetreuer (m/w)
Fröling Heizkessel- und Behälterbau Ges.m.b.H.
Grieskirchen
Spieleentwickler / UX- und Game-Designer (m/w/d)
SET COMMUNICATIONS GmbH & Co. KG
Bad Homburg
IT Architect
IMMOFINANZ
Bratislava, Budapest, Prague, Vienna
Lead Engineer Embedded Hardware (m/w/d)
Schweizer Electronic AG
Reiden
Software QA Coordinator
Bitifeye
Böblingen
Data Warehouse Entwickler / ETL-Entwickler (m/w/d)
SBK Siemens-Betriebskrankenkasse
Karlsruhe, Munich
Front-End Developer
Intuition Machines
Frontend Developer (m/w/d)
Braune Digital GmbH
Remote, Kiel
Senior Fullstack Developer
Noreja Intelligence GmbH
Remote, Berlin, Vienna
Software Quality Engineer (f/m/d)
IBM iX | ecx.io
Remote, Düsseldorf, Graz, Osijek, Varaždin, Vienna, Wels, Zagreb

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