Filter by tag

Load testing framework made in Ukraine [ukr]

Most engineers eventually face the need to perform load testing: validating how a service scales, testing a new database, or running performance benchmarks for a new technology. At that point the obvious question arises — which tool should you use? Existing solutions work well for HTTP load testing, but they often become limiting when you need to test other protocols, model complex workload patterns (open vs closed systems, skewed distributions, hot partitions), or run distributed load testing in a cluster. In this talk, I will introduce NBomber — a load testing framework I created to address these challenges. We will cover: - why there was a need to build a new tool despite the existence of Gatling, Locust, and k6 - using .NET and F# to build latency-sensitive systems - the architecture of NBomber - how NBomber Cluster works - several practical use cases including database benchmarks, anomaly detection, Kubernetes integration, benchmark comparison, and performance trend analysis.

Anton Moldovan

(DraftKings & NBomber LLC),
Highload fwdays'26 conference
Agents Instead of Manual Optimization: How We Stopped “Tuning” and Started Delegating [ukr]

Let’s be honest: in most teams, performance optimization only becomes a priority when something is already on fire. And even then, it’s usually handled by one or two people. Not because others don’t care — but because real optimization requires a lot of time, context, and expertise. At Temabit, we decided to experiment with a different approach: delegating part of the optimization work to agents. In this talk, I’ll share what came out of it: how we learned to frame optimization tasks so agents can produce useful results, how we validate their suggestions, and why optimization turned out to be much harder to delegate than writing code — but potentially far more valuable. Real cases, honest lessons, no hype. And one key question: how realistic is it to trust agents with the performance of your product?

Dmytro Shabanov

(Temabit, Solution Architect),
Fwdays AI Summit
Istio Ambient Mesh in production: our way from Sidecar to Sidecar-less [ukr]

This talk is dedicated to the practical experience of transitioning from the classic Istio architecture with sidecar containers to a new model - Istio Ambient Mesh. We will tell how scaling a microservice infrastructure on Kubernetes led to increased resource costs, complicated CI/CD, and delays in launching services. The search for solutions led us to implement Ambient Mesh, an architecture without sidecar containers that greatly simplifies mesh integration and reduces infrastructure costs. The presentation will detail the technical aspects of the migration: how we prepared for the transition, what challenges we faced during the implementation process, and how we managed to overcome them in cooperation with the Istio community. We will share the results, analytics, real before/after metrics, and give practical advice to teams planning to implement Ambient Mesh in production.

Hlib Smoliakov

(DevOps Technical Lead at Uklon),
Highload fwdays'25 conference
How to survive with 1 billion vectors and not sell a kidney: our low-cost cluster [ukr]

Let's talk about our history. How we started the project with a small vector database of less than 2 million records. Later, we received a request for +100 million records, then another +100... And so gradually we reached almost 1 billion. Standard tools were quickly running out of steam - we were running into performance, index size, and very limited resources. After a long series of trials and errors, we built our own low-cost cluster, which today stably processes thousands of queries to more than 1B vectors.

Maksym Mova

(MacPaw, Engineering Manager),
Highload fwdays'25 conference
Leveraging React's Concurrency for Optimal Performance [eng]

In this talk, I'll discuss how Reacts' often overlooked concurrent features like startTransition, useDeterredValue and Suspense can transform an application's performance and responsiveness. Participants will learn practical techniques to prioritise critical updates, gracefully handle loading states, and create fluid user experiences even with complex data interactions.

Dara Olayebi

(Software Engineer at Spotify),
React+ fwdays’24 conference
Scalable microfrontends & how to optimize hydration [ukr]

In this talk, we will explore the micro frontend architecture based on the real example of the big product, uncovering how dozens of teams coexist, work, and deploy features independently every day. Moreover, I will talk about the bottlenecks of React hydration, how it affects users, and how to apply the progressive hydration pattern to improve web performance.

Oleksandr Lavrenchuk

(Frontend Guild Lead at Fiverr),
React+ fwdays’24 conference
Turbo Charging Entity Framework Core 8: Performance [eng]

Software performance engineering (SPE) aims to build predictable performance into systems by specifying and analyzing quantitative behavior from the beginning of a system to its deployment and evolution. We should also apply this thinking to the data portions of our applications and systems. Performing data operations with Entity Framework Core 8 can seem simple, but there is a hidden part of this framework that can allow developers to unlock the performance users expect. We will lean into this, explore those EF Core features, and leave the talk as better developers.

Chris Woodruff

(Architect at Real Time Technologies),
.NET fwdays'24 conference
What I learned through reverse engineering [ukr]

In recent years, I have gained most of my knowledge through reverse engineering, how I did it and what I learned during this period, I decided to share. All this concerns graphic programming, performance, best practices in the frontend.

Yuri Artiukh

(CEO @ Coderiver),
JavaScript fwdays’24 conference
Getting to the glass — approaches to rendering views on the web [eng]

In this talk, we’ll explore a number of popular techniques for populating and delivering content into web views for our users. We’ll compare different rendering models to help us understand the benefits and limitations of each one, and we’ll build examples with different tools to show how our choices influence the developer experience, user experience, and environmental impact of our projects.

Phil Hawksworth

(Principal Developer Experience Engineer, Netlify),
JavaScript fwdays’24 conference
Sign in
Or by mail
Sign in
Or by mail
Register with email
Register with email
Forgot password?