In this talk, I will introduce ttag — a simple javascript solution for adding internationalization to your projects. After this talk, you will have an understanding of how to integrate the continuous translation process in your project. Also will share some thoughts and experience on what pros and cons of making your library open source.
Oleksandr Mostovenko
(EVO. Company),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),A short story about the horrors we had to face while working on someone else's code, how we managed to master ourselves and start simultaneously adding new features and slowly modernizing the old ones. About how to understand a week in four pages and why legacy is not always bad, but on the contrary — a great opportunity to pump yourself up.
Serhii Babich
(Senior Frontend Developer, DataRobot),A common task in modern JS is parsing, validating and then comparing JSON objects. In this talk I will quickly go through most common ways to parse/validate and compare objects we use today and then focus more on how runtime types (based on io-ts) can help make such tasks easier and quicker to implement.
Oleksandr Suhak
(Senior Software Engineer @ Scalable Capital),Should we take a look at JavaScript when everyone is writing in TypeScript? What happens to the standard? What did we get last year? What new features can we expect this and next year? And most importantly, when will Observer be standardized? Let's try to answer all these questions and even a little more, dream about the future, and enjoy that Observer is alive (or not).
Roman Savitskyi
(Infopulse),
Illya Klymov
(JavaScript.Ninja),This talk aims to highlight the latest features and tools in the Node.js ecosystem. Nikita will showcase new JavaScript/TypeScript constructs, explain use cases for the new features in Node.js v20, and provide insight into the rising popularity of various frameworks and tools. However, the main focus will be on providing insightful answers to critical questions: how, when, and most importantly, why these features should be used in product development.
Nikita Galkin
(Independent Contractor),Workers is the open source kernel of the Cloudflare Workers platform, and despite being built around v8, and running JavaScript and WebAssembly, it is quite different from Node.js. This talk will explore the differences and similarities and hopefully give you a bit more insight into how both operate.
James M Snell
(Cloudflare),Let's talk about the complexity of modern frontend applications and the challenges facing contemporary development — security, performance, accessibility, and other non-functional requirements that a front-end developer must take into account while developing their application in 2023.
Vitalii Ruban
(Itera),This talk will be about how Unit built White-Label UI Components in React while making them completely native. We will discuss rendering React in Web Components, communication with them via native JS events, and the modularity of each Component.
German Smolyar
(Unit),