Team and service growth often leads to a situation where each individual decision seems right, but the system as a whole becomes complex, unpredictable, and difficult to maintain. In this talk, I will explain how we approached technology standardization, what we chose to unify, what we deliberately left to team ownership, and why observability became not a goal, but a natural outcome of this approach.
Yozhef Hisem
(Solution Architect @ MacPaw),When a system consists of dozens of independent repositories, a classic monorepo is not always the right fit. I will explain how a meta-repo built with Git submodules and AI-powered tools makes it possible to preserve service autonomy while working with them as a single ecosystem. You will see real-world scenarios where AI: • connects code, contracts, and documentation • assists with automated testing and integrations • simplifies collaboration for developers, QA, and product teams • accelerates prototyping and delivery
Dmytro Nemesh
(Lalafo, CTO),Knowing SOLID and the GoF patterns is like knowing the traffic rules: you can pass the exam and still crash your car. There’s a huge gap between “I know the Single Responsibility Principle exists” and “I understand why it matters right here.” In that gap live God objects, irreplaceable dependencies, and interfaces no one can actually implement. Using real mistakes from a large-scale project, we’ll explore the difference between knowledge and understanding, how frameworks can hide architectural issues, and why the only way to write maintainable code is to understand the “why,” not just memorize the “how.”
Sviatoslav Ronskyi
(TechLead at Yael Acceptic),How to build your own environment for generative AI in a matter of hours — from idea to working solution? During the presentation, the De Novo team will share their practical experience in creating a controlled environment for GenAI, talk about architecture, security approach, and real-life use cases in Ukrainian companies.
Dmytro Fedorenko
(AI Director at De Novo),Доповідь присвячена підходу масштабування бізнесу через продуктовий архітектурний принцип (Product-Oriented Architecture) — перехід від одного рішення до повноцінної екосистеми з 10+ незалежних продуктів протягом трьох років.
Igor Drozd
(CTO, Silpo(E-commerce)),What can go wrong if you allow each service to access the database directly? In a startup, this seems like a quick and easy solution, but as the system scales, problems appear that no one could have guessed. In my talk, I'll share Solidgate's experience in transforming its architecture: from the chaos of direct connections to a service-based data access model. I will talk about the transition stages, bottlenecks, and how isolation affected infrastructure support. I will honestly show what worked and what didn't. In short, we will analyze the controversy of this talk.
Mykhailo Kratiuk
(Backend Software Engineer at Solidgate),The year is 2025. Ignoring the AI elephant in the JavaScript room is getting harder by the day. This beast, vibing along with our code, stomps all over the things we developers hold dear: clean code, architecture, our habits, and the beliefs about what's "right" and what's not. This knowledge cost me a few tens of thousands of dollars while working on a project that used AI to the max. And all I have left to show for it — is this talk. Of course, we won't be able to cover everything. But I desperately need a therapy session about the most painful part — how, through working with AI, I lost my sense of what architecture means to me... and what to do about it.
Illya Klymov
(JavaScript.Ninja),When human safety is at stake, technical reliability is not just a requirement. In this talk, we'll look at architecture, workloads, WebSocket solutions, Kubernetes scaling, and other technical aspects of creating an airborne alarm map. This is a story not only about code, but also about responsibility.
Oleksandr Zozulya
(CTO, Stfalcon),Taking a system from 66 million to over 25 billion records is not for the faint of heart—especially when the system in question is financial, where precision is non-negotiable and data latency isn’t an option. In this talk, I’ll walk through the real-world journey of scaling such a system while staying sane and keeping the numbers right. You’ll get a look at how to juggle the need for ultra-high accuracy and low-latency performance, streamline your app logic, and sidestep the usual traps that come with database scaling. This session isn’t about deep-diving into internals—it’s about sharing pragmatic strategies that help you scale without drowning in complexity. Ideal for engineers and system architects eager to tackle serious scale challenges with clarity and confidence.</p> <h4>Abstract
Dmytro Hnatiuk
(Principal Software Engineer, Wise),Today, Redis is the de facto standard for caching in application services. It’s incredibly fast and easy to use, giving it a significant advantage in the market. However, as system complexity grows, Redis has several limitations that affect the reliability and availability of your system, especially under high load. In 2025, we are gradually moving away from Redis and rethinking the caching approach as a whole. In this talk, I will share my perspective on the problem and possible solutions. We will explore the challenges associated with Redis and look at alternative solutions for building more resilient and scalable systems.
Anton Moldovan
(DraftKings & NBomber LLC),