Browse 462 talks from our meetups. Covering everything from JavaScript fundamentals to cutting-edge frameworks.
Showing 12 of 462 talks (Page 33 of 39)
Why do we need to write automated tests? And how to make it in Angular 2 app? This is time to find it out.
A slightly different introduction into JavaScript types system (and language in general).
What really are web components? How they work? Can we use them today? Let's find out!
In this short presentation I’m going to show what’s an AWS Lambda and how to implement it. Hopefully you're going to know from it if it’s a good and easy tool to use.
Mamy już 2016 rok. Dlaczego ciągle korzystamy z tablic, skoro mamy sprecyzowane kontenery na dane. Chciałbym opowiedzieć Ci moją historię z kontenerami na dane, które dostępne są w specyfikacji języka ECMAScript 2015, czyli od ponad roku.
Opowiem o pisaniu Single-Page Applications bazujących na Reakcie przy użyciu języka ClojureScript. Pokażę, jak to podejście różni się od używania "czystego" Reacta i w czym tkwi jego siła.
Tworzenie wieloplatformowych aplikacji mobilnych nie musi być trudne ani uciążliwe. Z podstawową znajomością JavaScriptu jesteś w stanie osiągnąć ten cel. Na #16 spotkaniu WarsawJS była mowa o React Native, ja opowiem o konkurencyjnym rozwiązaniu: NativeScript.
Aby zostać lepszym programistą musisz się zmierzyć ze swoimi demonami i zdebugować sam siebie. Programowanie to nie tylko kod, ale także twoje osobiste triggery i zdarzenia.
Prezentacja o połączeniu dwóch odmiennych styli API w jednej aplikacji enterprise na Node.js i o rozwiązaniach oraz bibliotekach, które pozwoliły to zrealizować.
We are going to talk about how to architecture solid, scalable JavaScript applications that are easy to tests and maintain. Moreover I will focus on how to deal with side effects like a boss.
Increase performance and decrease footprint of your app by using libraries that do only one thing.
JavaScript is the most accessible platform of our times. Yet, it has many downsides, especially when it comes to big scale applications, being developed by multiple developers. TypeScript is a solution to that problem. Being the new guy, it has already found its place in the JS kingdom, among rivals such as CoffeeScript and ES6. Angular2 chose TypeScript as its language. It has bindings for most existing libraries already. Some people, including me, state they'd choose TypeScript for development of any new project. So why is that? In this talk I'll highlight the native-JS problems that TS solves and compare it to its rivals, CoffeeScript and ES6. Moreover, we'll see how do non-Frontenders see TypeScript. I'll share my experience of banking software development.