E-conference

The One with DevOps 2021

20
 - 21 October 2021

Senior Software Engineer, Netflix

Founder and Director, Continuous Delivery Ltd.

Software Engineer, 3Pillar Global

Software Architect, IBM

Technical Director, EA

Group Technical Manager, HCL Technologies

Senior DevOps Engineer & Community Lead for DevOps Community, Cognizant Softvision

Cloud Solutions Group Leader, Bosch Engineering Center Cluj

Service Reliability Engineer, Mambu

Software Engineer, IBM

The speakers

DevOps is a set of practices that works to automate and integrate the processes between software development and IT teams, so they can build, test, and release software faster and more reliably and is now a major theme in the software world.

Join us online for two days dedicated to DevOps and have all your questions answered by some of the world’s top experts and thought leaders in the field.

Masterclasses

These high-end workshops allow you to dive deeper into specific topics related to software development. The masterclasses are taught by experts in the field and offer a more personalized and interactive learning experience. You get to work closely with the instructor and other colleagues in a small-group setting and ask questions and get feedback in real time. Overall, they are a unique and valuable opportunity for anyone looking to expand their knowledge and expertise in software development and IT.

Agenda

All times listed in EET

Get the Codecamp app

13:50 – 14:00

Intro

14:00 – 15:00

Engineering for Software – How to Amplify Creativity

In most disciplines, “Engineering” means the stuff that works, an application of scientific reasoning to solving practical problems. In Software, depending on your background, it either means something bureaucratic that doesn’t work, or it is just another name for software development.
So what are the ideas that we can use as tools to give real, practical advantage in our work in the way that other disciplines achieve? What ideas should we treat as “the tools of our trade” whatever the technology or problem before us? This presentation explores two “tools” that we can use, Testability & Speed.

15:00 – 16:00

No, thanks, I’m full! Adjusting the signal-to-noise ratio on keeping up to date with technologies

Navigating the ever-increasing landscape of tools, frameworks, libraries, and everything in-between. Do you need K8s, IAC, Observability, Tracing, and… what’s that, there’s a new technology called Unobtanium that promises to solve everything for you just released v0.1.0? Ugh.

16:00 – 17:00

DevOps at Netflix

Netflix is a global leader in video streaming and has always been known in the valley for its culture document, a seminal work in setting the context about culture.
In this session, I will shed light on how Netflix thinks about DevOps, how our culture permeates our thought on Agile practices, DevOps, and development.
It would be a great way to get a glimpse of how loosely coupled and highly aligned Netflix is, and participants can apply some parts of our culture to their organizations.

17:00 – 18:00

Local/Personal Dev Environment – Shift left software delivery approach

Shift Left is a practice intended to find and prevent defects early in the software delivery process. The idea is to move tasks to the left as early in the software lifecycle as possible. This helps in improving the quality and guarantee application security at the earliest stages in the development lifecycle. But my favorite parameter that gets addressed is this –helps in enriching developer’s experience which is very often easily ignored.

Powered by

Mambu

Meet Mambu: the only true SaaS banking platform leading the change in the world of banking. Some call us “experts at collaborating globally”, others know us as a close-knit team capable of solving big problems. One thing is for sure, what brings us together is drive, confidence and a collaborative spirit. We are a dedicated team of +500 professionals spanning 6 continents, building the core part of a major shift in the future and evolution of banking. Our leading cloud native solution is the driving force behind our customers as they grow, scale and transform to meet evolving digital demands. Our mission? Make modern financial services accessible to everyone.

Diamond Partners

3Pillar Global

We harness the power of high performing teams to deliver value-generating digital solutions. 3Pillar Global builds breakthrough software products that power digital businesses. We are an innovative product development partner whose solutions drive rapid revenue, market share, and customer growth for industry leaders in Software and SaaS, Media and Publishing, Information Services, and Retail. 3Pillar’s key differentiator is our Product Mindset. Our development teams focus on building for outcomes and all of our team members around the globe are trained on the Product Mindset’s core values – Minimize Time to Value, Solve For Need, and Excel at Change. Our teams apply this mindset to build digital products that are customer-facing and revenue-generating. Our business-minded approach to agile development ensures that we align to client goals from the earliest conceptual stages through market launch and beyond.

Cognizant

Cognizant Romania is one of Eastern Europe’s largest Software Product Engineering delivery networks. We serve global clients in several industries, including Banking & Financial Services, Insurance, Healthcare & Life Sciences, Communication Media & Technology, and Retail & MLEU (manufacturing, logistics, energy & utilities).

Our product thinking mindset defines, builds, and launches new, experience-centered software products that reinvent business.

To learn more about Cognizant Romania and explore career opportunities visit our website (https://www.cognizant.com/ro/en)!

HCLTech

HCLTech is a global technology company, home to more than 223,400 people across 60 countries, delivering industry-leading capabilities centered around digital, engineering, cloud and AI, powered by a broad portfolio of technology services and products. We work with clients across all major verticals, providing industry solutions for Financial Services, Manufacturing, Life Sciences and Healthcare, Technology and Services, Telecom and Media, Retail and CPG, and Public Services. Consolidated revenues as of 12 months ending June 2023 totaled $12.8 billion. To learn how we can supercharge progress for you, visit hcltech.com.

Bosch

Bosch Service Solutions is a leading provider for Business Process Outsourcing. We are solution designers offering complex technical and software services to the Bosch Group and to external customers in the areas of automotive/ mobility, sensor technology and Internet of Things. We design and provide best-in-class services, such as: software-based solutions, AI and automation, project management, customer experience. Join a team with more than 17 years of experience providing exceptional services as our newest AI Consultant, DevOps engineer, software developer or business process modeler.

Work #LikeABosch

EA Romania

Electronic Arts Romania, one of the largest tech companies and video game developers in Romania, brings together talented people from diverse work backgrounds and industries including producers, software engineers, DevOps engineers, designers, project managers, animators, graphic artists, UX experts, QA analysts, and many others, all united by a common passion: bringing the best video games in the world to life!

Platinum Partners

Luxoft

We’ve been present in Romania for more than 10 years and we are one of the main players on the IT&C local market. Our Luxoft employees in Romania are involved in cutting-edge projects for key industries such as automotive, finance and digital enterprise. And we are always looking for brilliant minds to join our team.

TBA

Granularity and Communication in Microservices Architectures

When teams adopt Microservices with an understanding of the structure of the architecture, but not of how to get all the pieces to communicate, it is all too easy to accidentally create a distributed Big Ball of Mud. Neal introduces a new measure, the architecture quantum, to help analyze and identify communication boundaries and define static and dynamic coupling. Then, the session provides tools – integrators and disintegrators – to help architects iterate towards the correct granularity for their Microservices for static coupling. Next, for dynamic coupling, architects must understand when to choose synchronous versus asynchronous communication between services, consistency, and coordination to ultimately analyze transactional sagas; this talk describes eight possible sagas and when each is applicable.

The Intersection of Architecture and Implementation

A common saying by software architects is “that’s an implementation detail”. All too often we treat software architecture and implementation as two separate things, where implementation is something that happens once a software architecture is defined. In fact, it’s the other way around: software architecture should be viewed as a first draft, where implementation reveals more details and refinements. In this session Mark Richards discusses the intersection of architecture and implementation and how the two must be in constant alignment to achieve success, demonstrating along the way why architecture is a critical element of any system. Through real-world examples, he shows how implementation can easily get out of alignment with the architecture, causing the system to fail to achieve its desired goals. He then shows some techniques and tools to help ensure the alignment between architecture and implementation.

TBA

TBA

Old School Still Wins: Engineering Agentic AI from First Principles

Production agentic AI needs more than agents.
It needs structure. It needs boring stuff: observability, modularity, data profiling, and monitoring.
Otherwise, it becomes chaos with a personality, fancy demos that fail silently in production.
In this talk, we’ll show you how old-school software and MLOps principles are the secret weapon for building real, scalable, and reliable agentic systems.
No hype. No buzzword bingo.
Just field-tested thinking and hard-learned lessons from production AI deployments.
What you’ll take home:
* A framework to cut through the noise and think clearly about agentic architecture
* How to debug, observe, and monitor agents like real software systems
* How to avoid the trap of shiny tools and focus on system design that actually works
* A checklist for building agentic AI that doesn’t crash after your first user touches it

Mastering the Madness: Essential Skills for Turbulent Times

Leadership Coach and author Andrei Postolache talks about the attitudes, behaviours and skills that high performance Individual Contributors and Leaders need to succeed in today’s world. Based on his work with hundreds of teams and individuals, he narrows down the essential organizational, communicational and inter-relational skills that truly make the difference.

QA transformation in AI era

During this session, you’ll discover how GenAI is transforming Quality Engineering efficiently and cost-effectively. From summarizing specifications to designing manual test cases, GenAI streamlines early QA activities. It also revolutionizes automation code and test framework architecture.
Join us to see how GenAI makes Quality Engineering faster and easier!

The AI Renaissance: Reframing How We Build Software

Coding has always been more than just writing lines of code; it’s about solving puzzles, creating solutions, and adapting to challenges. But what happens when AI begins to tackle those puzzles as well? How will your role evolve in this new landscape?

As AI integrates deeper into our toolsets and workflows, the real revolution isn’t about simply learning new technologies. It’s about fundamentally changing the way we think, how we architect solutions, and our entire approach to software development. This talk cuts through the AI hype and zeroes in on your growth as a developer.

Discover practical strategies to leverage AI beyond mere automation, unlock untapped creativity, strategic thinking, and problem-solving. It’s time to not just write code, but to reforge it, leveraging AI as a powerful ally in your journey towards mastery.

TBA