Browse 476 talks from our meetups. Covering everything from JavaScript fundamentals to cutting-edge frameworks.
Showing 12 of 476 talks (Page 23 of 40)
In the good ol’ days of internet every website was a static website. Now after years of pushback static websites are back on the menu. Here’s how to make your own blog using Gridsome
Once upon a time, it used to be the case that frontend developers having learned the basics of backend development could have been considered sufficiently proficient in the full development tech stack, or being full-stack developers if you will. Now, in the era of DevOps, knowing only the Dev part is no longer enough. This short presentation will introduce some of the most important concepts and abstractions to know in the modern world of cloud computing
Wykorzystując wieloletnie doświadczenie przy projektowaniu kilku dużych projektów, oraz pracy z najnowszymi technologiami frontendowymi, tworzymy nowy duży projekt od zera. Opowiem o decyzjach, które przez lata utwierdziły nas w naszych przekonaniach i elementach, które postanowiliśmy usprawnić. Opowiem o wyborze technologii, narzędzi i kultury pracy, która ma nam zapewnić sukces i wydajną pracę w następnych latach.
In the past our lives were simple. Big data chunks were lists of thousands of entities. Today data is more complex and in much bigger quantities. The solution that worked for small data just doesn’t scale. In this talk, I’ll show you how microservice can break with big data. More importantly, I’ll show you how you can work on big data with Node.js Streams while keeping your dream JS job.
The event loop is a core concept in Javascript. It is fundamental in order to understand how asynchronous code works – and how not to work with synchronous code. In this talk we will see a live event loop, and watch it from afar as it roam the wilds (well.. the www). By the end of this talk you will understand what is the event loop, how it works and practical tips on how to use this knowledge.
In this presentation, I would like to share that being a mentor is a journey. Both, a mentor and a mentee, learn a lot. I will point needed skills and knowledge for successful mentorship. I will also share my own experience.
In this talk, you will see how Nexus makes you more productive for building GraphQL APIs that use databases. We will look at the Nexus ecosystem and go through a simple blog example to see how fast you can build a GraphQL API with Nexus.