Browse 462 talks from our meetups. Covering everything from JavaScript fundamentals to cutting-edge frameworks.
Showing 12 of 462 talks (Page 23 of 39)
Vue 3 is just around the corner. This talk will give you few tips on how to start working with one of its brand new features - Composition API.
During the presentation we're gonna answer questions like "What is TC39, what is its role and why you should care?", "What's ECMAScript?", "What's ECMA262 or 402?", "What's coming in ES2020?" and hopefully many more!
Apollo 3.0 is going to be stable soon and the cache system in this version is completely renovated. It has many new features like Garbage collection. This talk will be a walkthrough over the new features, the advantages, and some code demo.
Browser sniffing is bad, we should use feature detection - we often hear that. However, detecting certain features or bugs is not always a question of simple "if" statements. We'll look at examples of more complex feature or bug detection, based on how various popular libraries are doing it.
Tworzenie i publikacja narzędzia CLI w Node.js może być nie tylko łatwa ale także bardzo szybka. W trakcie 15 minutowej sesji live coding stworzymy, skonfigurujemy oraz przetestujemy własne narzędzie, którym w późniejszym czasie będziemy mogli podzielić się z innymi.
Static websites are a popular way of deploying frontend applications. Learn how to increase their security with Content Security Policies that are injected with help of Lambda@Edge. Everything packed into resuable Terraform module that you can reuse across all your projects.
A gdyby tak użyć modelu machine-learning'owego bezpośrednio w JavaScript? A może nawet w React.js? W tej prezentacji pokażę jak w prosty sposób można stworzyć oraz wytrenować własny ML model za pomocą technologii frontendowych.
There are 1000000+ npm packages. And we have microservices, where teams should own all the frontend, backend, DevOps... How to mix a backend microservice with a company-wide frontend? How to deal with the programmers' preferences who have so many packages to choose from? Let's check micro-frontends!
Learn how to use basic cryptography on the client side, when to use it, what threat models it can be applicable to, and how to exchange messages with server-side software.
Recently, after one of my talks, someone has told me that he is getting into Deno because I discovered Node.js in 2009 so now when everyone is crazy about Node and I'm shifting my focus to Deno, then I must know what I'm doing. This talk is about the technologies on my radar that I think are worth keeping an eye on in the year 2020.
Podczas prelekcji poznamy budowę technologii WebPush. Dowiemy się czy taki rodzaj komunikacji jest bezpieczny. Zobaczymy powiadomienia w akcji oraz zastanowimy się jak robić powiadomienia by nie denerwować użytkowników i wpływać pozytywnie nie zaangażowanie.
We are web developers, which means that we deal with internet on daily basis. Most of us are probably quite comfortable with doing requests to the server using fetch function, but do you know what exactly happens when you call that function? During the talk we’ll go through the basic concepts, like TCP or DNS, that make the web run how we know it.