September 1, 2021
(Virtual)

Java Day

Let's get started with one of our favorites: Java

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
September 1, 2021

Java Day

Let's get started with one of our favorites: Java

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

1:00 pm
1:45 pm
(CET)
(CEST)
Just-in-time Compilation in JVM
Daniel Strmečki
Director Digital Platforms at IBM iX
1:00 pm
1:45 pm
(CET)

Just-in-time Compilation in JVM

Programming languages are classified based on their levels of abstraction. Java is a high-level language, so it needs to be translated to native code for execution. This can be achieved by either compilation or interpretation. However, the JVM seeks to take advantage of both.

The javac command-line tool compiles Java source code into Java class files containing platform-neutral bytecode, not native executable code. To better understand how the JVM executes bytecode, we will need to take a deeper look into its architecture.

The JVM was designed with portability in mind. Thus, it initially uses an interpreter to execute all bytecode. The JIT compiler kicks-in later to boost performance. It compiles bytecode to native code for repeated method calls. In this talk we will explore the two different JIT compilers used by the JVM. We will explain the tiered compilation concept and its five compilation levels.

At the end of this lecture, you will be able to explain how a combination of an interpreter and a JIT compiler enables both high performance and platform-neutral execution of your Java code.

Director Digital Platforms at IBM iX

Daniel Strmečki works as Director Digital Platforms at IBM iX, in Varaždin, Croatia. In early 2019, he earned a PhD degree in Information and Communication Sciences on University of Zagreb. In spare time, he writes articles on baeldung.com, one of world’s most popular Java blogs.

Throughout his career, Daniel gained experience in both software development and technical design, as well as project and people management. Most of his technical experience is related to design and development of Java Web Enterprise Applications and Content Management Systems, with strong focus on modularity and reusability. He is experienced in building agile teams and coaching junior developers.

Daniel has an open, ambitious, stubborn and perfectionist personality. He likes sports, modern technology, motivated colleagues and well-defined processes. He values high quality, trust, transparency, and integrity. Passionately drives topics like software craftsmanship, technical architecture, knowledge management, coaching and mentoring.

Register for Workshop
Just-in-time Compilation in JVM
Cancelled
About the speaker(s)
Daniel Strmečki works as Director Digital Platforms at ecx.io, part of IBM iX, in Varaždin, Croatia. In early 2019, he earned a PhD degree in Information and Communication Sciences on University of Zagreb. In spare time, he writes articles on baeldung.com, one of world’s most popular Java blogs. Throughout his career, Daniel gained experience in both software development and technical design, as well as project and people management. Most of his technical experience is related to design and development of Java Web Enterprise Applications and Content Management Systems, with strong focus on modularity and reusability. He is experienced in building agile teams and coaching junior developers. Daniel has an open, ambitious, stubborn and perfectionist personality. He likes sports, modern technology, motivated colleagues and well-defined processes. He values high quality, trust, transparency, and integrity. Passionately drives topics like software craftsmanship, technical architecture, knowledge management, coaching and mentoring.
Check out the speakers company
2:00 pm
2:45 pm
(CET)
(CEST)
Escaping Developer Nightmares
Rustam Mehmandarov
Chief Engineer at Computas
2:00 pm
2:45 pm
(CET)

Escaping Developer Nightmares

Have you ever worked on a legacy project, like lots of source code, but no unit tests? Or no continuous delivery? Static code analysis completely missing, or even a simple code standard totally absent?

Projects like these are still more often the case than we like to think. In fact, maybe you are a developer stuck in such a project, even though you have tried to raise these issues as problems? Were you told that is gold-plating, or simply too much work to fix?

I would like to share my experiences from a couple of such projects, both from the perspective of a tech lead in a project like this, and as a software reviewer (i.e. doing software auditing). But most important: I would like to help you with some good arguments, to convince your project leader why these things matter.

Chief Engineer at Computas

Passionate computer scientist. Java Champion and Google Developers Expert for Cloud. Public speaker.

Register for Workshop
Escaping Developer Nightmares
Cancelled
Have you ever worked on a legacy project, like lots of source code, but no unit tests? Or no continuous delivery? Static code analysis completely missing, or even a simple code standard totally absent? Projects like these are still more often the case than we like to think. In fact, maybe you are a developer stuck in such a project, even though you have tried to raise these issues as problems? Were you told that is gold-plating, or simply too much work to fix? I would like to share my experiences from a couple of such projects, both from the perspective of a tech lead in a project like this, and as a software reviewer (i.e. doing software auditing). But most important: I would like to help you with some good arguments, to convince your project leader why these things matter.
About the speaker(s)
Passionate computer scientist. Java Champion and Google Developers Expert for Cloud. Public speaker.‍
Check out the speakers company
3:00 pm
3:45 pm
(CET)
(CEST)
Microservices: how to get started with Spring Boot and Kubernetes
Aleksandr Kalikov
Backend Developer at Miro
3:00 pm
3:45 pm
(CET)

Microservices: how to get started with Spring Boot and Kubernetes

We keep hearing how amazing it is to cut a giant monolith into microservices, but we rarely hear how to get started when knowing little about the subject. In this talk, I will take you through the journey of planning your migration to microservices from zero. I will show you how to bootstrap a new project covering things like security, observability, graceful shutdown, and grpc. The best thing about it? You don't need to know anything to jump on the train!

Backend Developer at Miro

Aleksandr started his career as a C++ developer and later transitioned to Java. With more than 10 years working across different industries such as Telecom and Banking, Aleksandr played a critical role in scaling Miro from one to several hundred servers, managing the growing load generated by millions of users, and improving the reliability of the service.

Register for Workshop
Microservices: how to get started with Spring Boot and Kubernetes
Cancelled
About the speaker(s)
Check out the speakers company
4:00 pm
4:45 pm
(CET)
(CEST)
Serverless-Native Java with Quarkus
Alex Soto
Director of Developer Experience at Red Hat
4:00 pm
4:45 pm
(CET)

Serverless-Native Java with Quarkus

Serverless architecture is exactly the opposite of a monolith architecture, small services (or functions) running in a constrained running environment (limited access to CPU and memory). Furthermore, as we move to a model where we pay per usage, the services might need to go from 0 to infinite instances in a matter of milliseconds to start serving requests. Because of these constraints, we have now seen a number of developers at many organizations considering moving to Node.js or Golang to get the performance and tiny memory footprint they need to run in a serverless environment.

Director of Developer Experience at Red Hat

Alex Soto is a Director of Developer Experience at Red Hat. He is passionate about the Java world, and software automation and he believes in the open-source software model. Alex is the co-author of Testing Java Microservices, Quarkus Cookbook, Kubernetes Secrets Management, and GitOps Cookbook books, and a contributor to several open-source projects. A Java Champion since 2017, he is also an international speaker, radio collaborator at Onda Cero, and teacher at Salle URL University. You can follow him on Twitter (@alexsotob) to stay tuned to what’s going on in Kubernetes and Java world.

Register for Workshop
Serverless-Native Java with Quarkus
Cancelled
Serverless architecture is exactly the opposite of a monolith architecture, small services (or functions) running in a constrained running environment (limited access to CPU and memory). Furthermore, as we move to a model where we pay per usage, the services might need to go from 0 to infinite instances in a matter of milliseconds to start serving requests. Because of these constraints, we have now seen a number of developers at many organizations considering moving to Node.js or Golang to get the performance and tiny memory footprint they need to run in a serverless environment.
About the speaker(s)
Alex Soto is a Director of Developer Experience at Red Hat. He is passionate about the Java world, and software automation and he believes in the open-source software model. Alex is the co-author of Testing Java Microservices, Quarkus Cookbook, Kubernetes Secrets Management, and GitOps Cookbook books, and a contributor to several open-source projects. A Java Champion since 2017, he is also an international speaker, radio collaborator at Onda Cero, and teacher at Salle URL University. You can follow him on Twitter (@alexsotob) to stay tuned to what’s going on in Kubernetes and Java world.
Check out the speakers company
5:00 pm
5:45 pm
(CET)
(CEST)
Microservices with Micronaut
Moritz Kammerer
Software Architect at QAware GmbH
5:00 pm
5:45 pm
(CET)

Microservices with Micronaut

Startup times of containers are becoming increasingly important with elastic scaling in the cloud - nobody wants to wait 2 minutes for a new instance of the service to appear. This is where the shooting star of java-based microservices, Spring Boot, fails to shine.

Due to the system, the startup time of the container increases with the amount of classes on the classpath. Also, the memory consumption of a Spring Boot application is not really low.

Micronaut, developed by the creators of the Grails framework, claims to solve these problems. In this talk, we take a look at how Microservices can be developed with Micronaut and see if it keeps its promises.

Bonus: Since Micronaut barely uses Reflection, it should be possible to compile it into a native image using the GraalVM AOT compiler. In this talk we will also try this out and measure the performance of this native image.

Software Architect at QAware GmbH

Moritz Kammerer is a software architect at QAware. He is passionate about distributed systems and cloud-native applications. Currently he is working on a project of Deutsche Telekom on a larger cloud-native system with microservice architecture. He is also the author of several open source projects.

Register for Workshop
Microservices with Micronaut
Cancelled
Startup times of containers are becoming increasingly important with elastic scaling in the cloud - nobody wants to wait 2 minutes for a new instance of the service to appear. This is where the shooting star of java-based microservices, Spring Boot, fails to shine. Due to the system, the startup time of the container increases with the amount of classes on the classpath. Also, the memory consumption of a Spring Boot application is not really low. Micronaut, developed by the creators of the Grails framework, claims to solve these problems. In this talk, we take a look at how Microservices can be developed with Micronaut and see if it keeps its promises. Bonus: Since Micronaut barely uses Reflection, it should be possible to compile it into a native image using the GraalVM AOT compiler. In this talk we will also try this out and measure the performance of this native image.
About the speaker(s)
Moritz Kammerer is a software architect at QAware. He is passionate about distributed systems and cloud-native applications. Currently he is working on a project of Deutsche Telekom on a larger cloud-native system with microservice architecture. He is also the author of several open source projects.‍
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.
PHP Software Engineer (m/f/d)
ottonova
Munich
Front End Developer – Angular (m/w/d)
Riecken Webservice & Application GmbH
Remote, Vienna
Inhouse SharePoint Administrator (m/w/d)
Sit SteuerungsTechnik GmbH
Ettlingen
Frontend Engineer (f/d/m)
HRTBT Medical Solutions GmbH
Remote, Berlin, Cologne
Senior Software Engineer - Qt/QML (m/w/d)
Paessler AG
Nuremberg
Embedded Software Developer (m/f/div.)
Bosch-Gruppe Österreich
Vienna
Developer Backend (m/f/d)
Marc O´Polo International GmbH
Stephanskirchen
Lead Fronted Developer (Mensch) - Angular
artegic AG
Remote, Bonn
JavaScript-Developer (m/f/d)
METRO Markets GmbH
Düsseldorf
Software Engineer JavaScript; WordPress (m/f/d)
All3DP GmbH
Munich
System Architekt für Geräte und CloudAnwendungen (m/w/d)
Schweizer Electronic AG
Reiden
Frontend Developer (m/f/x)
ip.labs
Bonn
Senior Atlassian Consultant - ITSM/DevOps/Scaled Agile
ByteSource Technology Consulting GmbH
Vienna, Wels
iOS Developer (f/m/x)
diconium
Remote, Berlin
PHP Developer (m/f/d)
METRO Markets GmbH
Düsseldorf, Palma
Web Developer (m/w/d)
MICROLAB GmbH
Ried im Innkreis, Vienna
Backend Engineer (f/d/m)
HRTBT Medical Solutions GmbH
Remote, Berlin, Cologne
IT Support - Cloud Platform Solutions (m/f/d)
anynines
Remote, Berlin, Saarbrücken
Webentwickler (w/m/d) im Bereich UI- / UX-Design
Stadt Erlangen
Erlangen
Frontend Developer - Digital Experiences (w/m/d)
Techem
Remote, Eschborn
Scala Developer
Journi
Vienna
DevOps Engineer / Cloud Engineer (w/m/d)
Wawibox
Heidelberg
Consultant (m/w/d) Data Analytics&Künstliche Intelligenz
Bundesdruckerei-Gruppe
Berlin
Inhouse Consultant (m/w/d) SAP HCM & SAP OM
PORR AG
Vienna
IT Architect Innovation (all genders)
Accenture Deutschland
Berlin, Dresden, Düsseldorf, Frankfurt, Hamburg, Heidelberg, Hof, Jena, Munich, Stuttgart
Java Full Stack Entwickler (m/w/d)
TraceTronic GmbH
Dresden
Tech Lead PHP (m/f/d)
Westwing
Warsaw
Front-End Developer
Intuition Machines
Full-Stack Software Developer (f/m/d)
EnOcean
Oberhaching
Java Full Stack Engineer
CELUM
Linz, Vienna
Softwarearchitekt*in Simulationsanwendungen (w/m/d)
HENSOLDT
Immenstaad
Embedded Software Engineer - Tester Communication
Bosch-Gruppe Österreich
Vienna
Python Developer (m/w/d)
Objektkultur Software GmbH
Remote, Karlsruhe
Full Stack Developer (f/m/d)
Storyclash
Linz
Full Stack Java Developer (m/w/d) Cloud Native
Bundesdruckerei-Gruppe
Berlin
Web Developer m/w/d mit Fokus Back-End
offroad communications GmbH
Vienna
Full Stack Java Developer (m/w/d) Cloud Native
Bundesdruckerei-Gruppe
Hamburg
Cloud Platform Engineer (DevOps)
fortrabbit
Remote, Berlin
QA Engineer (Quality Assistance) - Elvenar
InnoGames GmbH
Hamburg
Entwickler Backend (m/w/d)
NorCom
Munich, Nuremberg
Java Software Developer (m/w/d)
REWE Systems Austria GmbH
Premstätten
SOFTWARE DEVELOPER C++ (M/F/D)
ALLPLAN
Munich
C++ Developer
Think-cell
Berlin
DevOps Engineer
CELUM
Vienna
Data Engineer
Intuition Machines
Scala Software Engineer (f/m/d)
E.ON Digital Technology GmbH
Essen
Java Softwareentwickler:in (w/m/d)
Endress+Hauser SE+Co. KG
Maulburg
Google Cloud Data Engineer (f/m/d)
E.ON Digital Technology GmbH
Munich
Full Stack Developer (m/w/d)
Technoly GmbH
Berlin
Ruby Developer
tractive GmbH
Linz
DevOps Engineer (m/f/d) #Kubernetes #Docker #CI/CD
Best Gaming Technology GmbH
Vienna
Full Stack Developer (m/w/d)
BörseGo AG
Remote, Munich
JavaScript Software Engineer (m/f/d)
ottonova
Remote, Munich
Software-Entwickler (m/w/d)
ZEISS Group
Oberkochen
DevOps Engineer - Core Infrastructure (f/m/x)
Auto1 Group
Berlin
Mobile Application Developer (m/w/x)
BOOM SOFTWARE AG
Graz, Leibnitz
Leiter SAP FI ABAP Entwicklung (m/w/d)
EOS KSI Inkasso Deutschland GmbH
Remote, Cologne
Angular Frontend Developer
biGenius
Product Owner*
Dept Germany Marketing Holding GmbH
Berlin, Dresden, Hamburg, Jena, Leipzig
Software Developer C++ / Rust (m/w/d)
Paessler AG
Nuremberg
Scrum Master (f/m/d)
CELUM
Linz
Werkstudent im CTO Bereich
Plesk
Berlin, Cologne, Hamburg, Karlsruhe
Software Engineer – Microsoft Dynamics CRM (*)
ista
Essen
Java Entwickler (m/w/d)
TraceTronic GmbH
Dresden
Lead Development für Backend- und Frontend (w/m/d)
The Austrian Federal Computing Center
Vienna
Digital Projektmanager:in
European Forum Alpbach
Vienna
Java Software Engineer (m/w/d)
BettercallPaul
Remote, Berlin
Cloud Consultant (m/w/d)
Datics Consulting
Remote, Frankfurt, Munich
Python Developer
Intuition Machines
Java Developer (m/w/d)
IBM Client Innovation Center Germany
Cologne, Frankfurt, Magdeburg, Munich
Full-Stack Developer (m/f/d)
shopware AG
Remote, Schöppingen
Java Softwareentwickler (m/w/d)
Eucon GmbH
Remote, Münster
Embedded Software Engineer - Tester Communication
Bosch-Gruppe Österreich
Vienna
(Senior) Softwareentwickler (m/w/d)
A+W Software GmbH
Pohlheim
Projektleiter Cloud Services (m/w/d) , 80 - 100%
Schweizer Electronic AG
Reiden
Java Fullstack Developer (m/w/x) (TZ 30h, VZ)
REWE Group Österreich
Vienna
Machine Learning Engineer
Intuition Machines
Full Stack Entwickler (m/w/d)
CodeWrights
Remote, Karlsruhe
PHP-ENTWICKLER*IN (m/w/d)
coding.powerful.systems. CPS GmbH
Remote, Berlin
Software Quality Engineer (f/m/d)
IBM iX | ecx.io
Remote, Düsseldorf, Graz, Osijek, Varaždin, Vienna, Wels, Zagreb
DevOps Engineer (m/f/x)
Blocktrade
Tallinn
DevOps Engineer (m/w/d)
BusyLamp
Frankfurt
Frontend-/Webentwickler:in (w/d/m)
Haufe Group
Remote, Freiburg im Breisgau
Web-/Softwareentwickler Backend (PHP) eCommerce (m/w/d)
webconia GmbH
Remote, Hamburg
PWA Specialist (m/f/d)
shopware AG
Remote, Schöppingen
DevOps Engineer (m/w/d)
Bundesdruckerei-Gruppe
Hamburg
Anwendungsentwickler*in Delphi für ERP-Software (m/w/d)
Greenware Informations- und Datentechnik GmbH
Remote, Herten
Data Engineer - Group Data Warehouse (m/w/d)
BAWAG PSK
Vienna
Frontend-Entwickler (m/w/d)
NorCom
Munich, Nuremberg
Java Entwickler Schwerpunkt Frontend/Angular (m/w/d)
L-Bank, Staatsbank für Baden-Württemberg
Karlsruhe
Software Inbetriebnahmeleitung (w/m/x)
epunkt
Leoben
DevOps Engineer (f/m/d)
E.ON Digital Technology GmbH
Essen
DevOps Engineer - Azure (f/m/d)
E.ON Digital Technology GmbH
Essen
Platform / DevOps Engineer (d/f/m)
RISK IDENT
Remote, Hamburg
Go (Golang) Software Developer (m|f|d|*)
Geek Space 9 GmbH
Remote, Munich
Java Backend Developer (m/w/d)
Bolinda Labs GmbH
Darmstadt
Kubernetes Platform Developer (m/f/d)
anynines
Remote, Berlin, Saarbrücken
Node.js Backend Developer (f/m/d)
Onlim GmbH
Innsbruck, Vienna
Java Lead Developer (w/m/d) Big Data
The Austrian Federal Computing Center
Vienna
Java Backend Developer
UNIQA Group Service Center Slovakia, spol. s r. o.
Nitra

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