[et_pb_section fb_built=”1″ disabled_on=”off|off|off” admin_label=”Header” _builder_version=”3.22″ parallax=”on” max_width_tablet=”” max_width_phone=”” max_width_last_edited=”on|desktop” custom_padding=”0||0|0px|false|false” top_divider_height=”0px” global_colors_info=”{}”][et_pb_row column_structure=”1_2,1_2″ _builder_version=”3.25″ custom_padding=”27px|0px|0|0px|false|false” global_colors_info=”{}”][et_pb_column type=”1_2″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text _builder_version=”4.14.7″ text_font=”||||||||” text_font_size=”17px” text_line_height=”1.9em” header_font=”|300|||||||” header_font_size=”60px” header_line_height=”1.4em” header_2_font=”Roboto|300|||||||” header_2_font_size=”50px” header_2_line_height=”1.2em” header_4_font=”|600|||||||” header_4_text_color=”#666666″ header_4_line_height=”2em” max_width=”136%” custom_margin=”|||” header_font_size_tablet=”40px” header_font_size_phone=”32px” header_font_size_last_edited=”on|phone” locked=”off” global_colors_info=”{}”]
Full-day workshop:
Designing High-Performance, Scalable and Resilient Applications
[/et_pb_text][/et_pb_column][et_pb_column type=”1_2″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_image src=”https://romania.voxxeddays.com/wp-content/uploads/2019/04/FotografulTAU-025.jpg” align_tablet=”center” align_phone=”” align_last_edited=”on|desktop” _builder_version=”3.23″ max_width=”80%” border_radii=”on|0%|0%|0%|0%” global_colors_info=”{}”][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.25″ custom_padding=”41px|0px|22px|0px|false|false” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text _builder_version=”4.14.7″ custom_padding=”||0px|||” global_colors_info=”{}”]
This workshop outlines the key concepts, principles, and approaches used to design and implement applications where high-performance, scalability, and resiliency are first-class quality attributes, three essential goals of many modern application architectures.
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=”1_3,1_3,1_3″ _builder_version=”3.25″ custom_padding=”0|0px|0|0px|false|false” global_colors_info=”{}”][et_pb_column type=”1_3″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text _builder_version=”4.14.7″ text_font=”Sansation|300|||||||” link_font=”||||||||” ul_font=”||||||||” ol_font=”||||||||” quote_font=”||||||||” header_font=”||||||||” background_color=”#FFFFFF” custom_padding=”||0px|||” global_colors_info=”{}”]
Why this workshop?
This workshop outlines the key concepts, principles, and approaches used to design and implement applications where high-performance, scalability, and resiliency are first-class quality attributes, three essential goals of many modern application architectures.
Most of these architectures are (in general) distributed and they combine different concepts and styles to achieve the highest effectiveness. It is fundamentally necessary to understand for which class of problems what architectural approaches we can leverage during the design phase and how we can implement them. The lack of a proper design leads to additional complexity, over-engineering, difficulties in extending or adding new functionalities, and potentially generates project failures.
For a better understanding, most of the concepts are exemplified using a distributed application implemented in Java, based on Spring Boot, and run inside multiple Docker containers, so that the attendees could easily relate the theory to the practice and further apply some of these tactics in their projects.
By the end of the workshop, you’ll understand:
What are the different architectural tactics, patterns, and styles to create applications focused on high-performance, scalability, and resiliency.
How to choose between (or combine) these approaches to cope with different loads and failures with minimal or no downtime.
What are the pros and cons of each approach, when should be used, and what are the consequences?
The mindset of creating modern distributed architectures.
And you’ll be able to:
Use an incremental approach to create an evolutionary architecture (i.e. architectural design) starting from the business requirements.
Complement the architectural design with a proper source code implementation (and a few architectural diagrams).
Who is it for?
- software developers with hands-on experience and a taste for architectural design
- technical leaders or software/solution architects
- any enthusiastic with a technical background or passionate about technology
[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text _builder_version=”4.14.7″ text_font=”||||||||” background_color=”#FFFFFF” custom_margin=”|||0px|false|false” global_colors_info=”{}”]
What will you learn?
Modern applications capabilities
- Modularity
- Resiliency
- Elasticity
- Performance
Modularity as a first-class citizen
- The modular and distributed microservices architecture
- Pros and cons, when to use, problems they might (or not) solve
- Decomposition
- Data management (e.g., shared-nothing approach)
- Synchronous communication model ( RESTful over HTTP)
Improve the overall system resiliency
- Circuit Breaker
- Bulkhead
Design for scalability and high-performance
- Horizontal scalability with service discovery and load balancer (or router)
- Caching (e.g., local/embedded, distributed)
- Asynchronous communication model (e.g., queue/topic, gRPC, WebSocket)
- Event-driven architecture
- Pros and cons, when to use, problems they might (or not) solve
- Event structure and schema
- Event vs. command
- Event-carried state transfer
- Change data capture
- Reactive systems
- Reactive principles
- Reactive systems vs. reactive programming
- Assess the current architecture from a reactive system perspective
Advanced performance optimization techniques at the application source code level
- native compilation
- asynchronous logging
- marshaling/unmarshaling
- memory-mapped files
- minimizing the object allocation rates
Wrap-up
- Review and key take-aways
[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text _builder_version=”4.14.7″ text_font=”Sansation|300|||||||” link_font=”||||||||” ul_font=”||||||||” ol_font=”||||||||” quote_font=”||||||||” header_font=”||||||||” background_color=”#FFFFFF” global_colors_info=”{}”]
Who is the trainer?
Ionuț is a software architect working for Raiffeisen Bank International in Vienna. He is also an independent technical trainer, security champion, and blogger, and regularly speaks at major software development conferences and meetups around the world, delivering presentations, training sessions, and workshops. He has a vast technical background gained during almost 15 years of software development in a wide variety of business applications. He is actively involved in developing production-ready systems and this real-life experience is the basis for his presentations, training, and workshop topics, mixed uniquely and efficiently.
He is also known as a performance guy particularly interested in Compilers. His previous work on performance benchmarking raised internal interest across a few teams from big companies like Twitter, OracleLabs, Azul, and IBM.
Outside of work, Ionut is passionate about traveling and playing the piano.
You can find more details about Ionut, his training catalog, his talks, and his articles on ionutbalosin.com or you can follow him on Twitter, and LinkedIn.
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=”1″ admin_label=”Speakers” _builder_version=”3.22″ background_color_gradient_direction=”121deg” background_size=”initial” background_position=”top_left” custom_padding=”0|0px|54px|0px|false|false” global_colors_info=”{}”][et_pb_row _builder_version=”3.25″ custom_padding=”0|0px|27px|0px|false|false” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text _builder_version=”4.14.7″ text_font=”|300|||||||” global_colors_info=”{}”]
Technical requirements:
A personal laptop with an internet connection, your favorite IDE, JDK 17, Maven, Docker compose, and Postman. You will be requested to clone, build and run a GitHub project several days before the workshop starts to make sure everything is accordingly prepared.
[/et_pb_text][et_pb_text _builder_version=”4.14.7″ text_font=”|300|||||||” global_colors_info=”{}”]
Prep-work:
Brainstorm one question to debate in the final section and send it to the organizers one day before the training starts.
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.25″ custom_padding=”0|0px|27px|0px|false|false” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_button button_url=”https://romania.voxxeddays.com/product/combo-high-performance-applications-5-6th-october-2022/” url_new_window=”on” button_text=”Buy combo ticket ” button_alignment=”center” _builder_version=”4.14.7″ custom_button=”on” button_text_size=”20px” button_text_color=”#ffffff” button_bg_color=”#18b9f0″ button_border_width=”8px” button_border_color=”rgba(0,0,0,0)” button_border_radius=”0px” button_letter_spacing=”0px” button_font=”|700||on|||||” button_use_icon=”off” custom_margin=”-1px|||||” hover_enabled=”0″ box_shadow_style=”preset1″ button_text_color_hover=”#ffffff” button_border_radius_hover=”100px” button_letter_spacing_hover=”3px” locked=”off” global_colors_info=”{}” button_text_size__hover_enabled=”off” button_one_text_size__hover_enabled=”off” button_two_text_size__hover_enabled=”off” button_text_color__hover_enabled=”on” button_text_color__hover=”#ffffff” button_one_text_color__hover_enabled=”off” button_two_text_color__hover_enabled=”off” button_border_width__hover_enabled=”off” button_one_border_width__hover_enabled=”off” button_two_border_width__hover_enabled=”off” button_border_color__hover_enabled=”off” button_one_border_color__hover_enabled=”off” button_two_border_color__hover_enabled=”off” button_border_radius__hover_enabled=”on” button_border_radius__hover=”0px” button_one_border_radius__hover_enabled=”off” button_two_border_radius__hover_enabled=”off” button_letter_spacing__hover_enabled=”on” button_letter_spacing__hover=”0px” button_one_letter_spacing__hover_enabled=”off” button_two_letter_spacing__hover_enabled=”off” button_bg_color__hover_enabled=”off” button_one_bg_color__hover_enabled=”off” button_two_bg_color__hover_enabled=”off” sticky_enabled=”0″][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.25″ custom_padding=”27px|0px|0|0px|false|false” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text _builder_version=”3.27.4″ text_font=”||||||||” text_font_size=”20px” text_line_height=”1.9em” header_font=”||||||||” header_2_font=”Roboto|300|||||||” header_2_font_size=”50px” header_2_line_height=”1.2em” max_width=”700px” max_width_tablet=”” max_width_phone=”” max_width_last_edited=”on|desktop” header_2_font_size_tablet=”40px” header_2_font_size_phone=”32px” header_2_font_size_last_edited=”on|phone” locked=”off” global_colors_info=”{}”]
Speaker
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=”1_2,1_2″ _builder_version=”3.25″ global_colors_info=”{}”][et_pb_column type=”1_2″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_team_member name=”IONUȚ BALOȘIN” position=”Software Architect @ Raiffeisen Bank International AG” image_url=”https://voxxedromania.ams3.cdn.digitaloceanspaces.com/2022VDCLUJ/Speakeri/ionut-balosin-700.jpg” _builder_version=”4.14.7″ header_level=”h5″ header_font=”Roboto||||||||” header_text_align=”center” header_text_color=”#18B9F0″ header_font_size=”24px” header_line_height=”1.2em” body_font=”||||||||” body_text_align=”center” body_font_size=”16px” body_line_height=”1.9em” text_orientation=”left” max_width=”56%” child_filter_saturate=”0%” animation_direction=”bottom” border_radii_image=”on|0%|0%|0%|0%” border_color_all_image=”#18b9f0″ box_shadow_style_image=”preset1″ box_shadow_blur_image=”10px” box_shadow_color_image=”#18b9f0″ locked=”off” global_colors_info=”{}”][/et_pb_team_member][/et_pb_column][et_pb_column type=”1_2″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.25″ global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_button button_url=”https://romania.voxxeddays.com/cluj-napoca/voxxed-days-cluj-napoca-2022/#speakers” url_new_window=”on” button_text=”SEE ALL OUR SPEAKERS” button_alignment=”center” _builder_version=”4.14.7″ custom_button=”on” button_text_size=”20px” button_text_color=”#ffffff” button_bg_color=”#18b9f0″ button_border_width=”8px” button_border_color=”rgba(0,0,0,0)” button_border_radius=”0px” button_letter_spacing=”0px” button_font=”|700||on|||||” button_use_icon=”off” custom_margin=”-1px|||||” box_shadow_style=”preset1″ button_text_color_hover=”#ffffff” button_border_radius_hover=”100px” button_letter_spacing_hover=”3px” locked=”off” global_colors_info=”{}” button_text_size__hover_enabled=”off” button_one_text_size__hover_enabled=”off” button_two_text_size__hover_enabled=”off” button_text_color__hover_enabled=”on” button_text_color__hover=”#ffffff” button_one_text_color__hover_enabled=”off” button_two_text_color__hover_enabled=”off” button_border_width__hover_enabled=”off” button_one_border_width__hover_enabled=”off” button_two_border_width__hover_enabled=”off” button_border_color__hover_enabled=”off” button_one_border_color__hover_enabled=”off” button_two_border_color__hover_enabled=”off” button_border_radius__hover_enabled=”on” button_border_radius__hover=”0px” button_one_border_radius__hover_enabled=”off” button_two_border_radius__hover_enabled=”off” button_letter_spacing__hover_enabled=”on” button_letter_spacing__hover=”0px” button_one_letter_spacing__hover_enabled=”off” button_two_letter_spacing__hover_enabled=”off” button_bg_color__hover_enabled=”off” button_one_bg_color__hover_enabled=”off” button_two_bg_color__hover_enabled=”off”][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]