Browse 462 talks from our meetups. Covering everything from JavaScript fundamentals to cutting-edge frameworks.
Showing 12 of 462 talks (Page 19 of 39)
The world’s technology startups are always in a hurry. They try to deliver a big value in the fastest possible way. That is why many of them decide to use WebView technology to use one code base for a website, and a mobile application. What are the benefits and disadvantages of this approach? During the presentation, I will answer this question and also transform the existing react web application into IOS application using CapacitorJS.
W każdej organizacji ktoś używa arkusza kalkulacyjnego zamiast specjalizowanego oprogramowania. To działa i robi robotę. Czasem jednak fajnie by było dostać się do API serwisów z których korzystamy zamiast przeklejać dane do arkusza, a już najfajniej by było gdyby dało się to zrobić kodem w JS, lingua franca internetu. To wszystko okazuje się możliwe i dokładnie tym się pobawimy podczas mojej prezentacji.
W naszej cyfrowej podróży pomiędzy kolejnymi wydaniami kodu i wsparciem zmian przystaniemy na moment, żeby porozważać o mikrofrontendach. Opowiemy skąd się wzięły, do czego dążą i jakie są ich motywacje. Nie zabraknie również egzystencjalnych pytań: czy pozostaną tylko modnym hasłem kuszącym deweloperów, czy może na zawsze wpiszą się w ścieżkę ewolucji architektur oprogramowania? Dobra zabawa gwarantowana!
If you are a developer it’s unlikely you have never worked with a designer and vice versa. Since we (developers and designers) spend so much time together discussing deliverables it’s best to have a smooth workflow setup. Easy right? So how to do it? We will discuss several dimensions of incorporating a good dev-design system, so that you can establish a trustful relationship with your designer.
Czasami zaawansowane biblioteki z wykresami zawodzą i musimy napisać wizualizację od podstaw. Pokażę wam jak to zrobić używając Reacta (albo dowolnego innego frameworku z komponentami), d3.js oraz wzorców z Grammar of Graphics. Krok po kroku złożymy całkiem skomplikowane wizualizacje z małych i elastycznych komponentów.
TypeScript is fairly approachable when we sprinkle a few types on our existing JavaScript. Things can get tricky, however, when we want to reach for TypeScript's more advanced features. In this talk, we'll go beyond the basics and look at a handful of useful TypeScript features that require a bit more work to grok, including generics, lookup types, template literal types, and more.
In this talk we will explore the major new feature of Vue 3.0 – the Composition-API. Why it is needed, how does it work and why it is about to revolutionize the way you write your Vue applications.
In this short live-coding session we'll learn step-by-step how to get the user’s mouse position and map it into CSS custom properties, and how to use these properties to manipulate your elements (including some working examples).
With the growing community and great tutorials, it’s fairly easy nowadays to start building web applications with React. However, the vital aspect of accessibility is often missing which leads to web applications creating exclusions. Nothing in React prevents us from building accessible web experiences, but we need to learn to harness its power in the right way while dealing with some unique challenges caused by creating web pages with JavaScript. This talk will focus on how to solve these issues in the context of React. It’ll also emphasize why it is important to build accessible web apps. In the end, I will also share some cool things that chrome dev tools provide you in order to make your web app more accessible.
Continuous integration and continuous deployment are must-haves for organizations that wish to scale and deliver high quality software at a high velocity. In this talk we will walk through the process of using github actions to build CI/CD flows - from developer's push to production.