SEE YOU NEXT YEAR
The age-old debate: to separate frontend and backend, or not? In this talk we'll briefly touch on some of the pros and cons of separating your frontend from your backend. Once that's settled [...]
Have you ever felt perplexed by CSS, struggling to understand why the browser put the element where it did, and why it didn’t just follow the clear instructions you wrote? Do you think [...]
Frontend development is defined by constant change. Frameworks, tools, patterns, opinions, and design requirements continue to evolve or reappear in new forms, forcing developers and teams to adapt while still delivering value. In [...]
Announcing dynamic changes on the screen with screen readers can be cumbersome and it can hide a lot of sneaky errors, especially when just starting out or using frameworks like Vue. My presentation [...]
JavaScript has a reputation: unpredictable, quirky, sometimes infuriating - and yet it powers the modern web like nothing else. But here’s the twist: most of the “weirdness” is intentional. In this session, we’ll [...]
This talk explores how users interact with websites and how developers can make those interactions accessible to everyone. Using practical examples, such as converting an inaccessible hover menu or carousel into accessible versions, [...]
As a designer and creative strategist in an agency, our work is focused on providing designs, ideas, and concepts for a wide range of clients. We work on a variety of projects, usually [...]
More and more web & mobile developers are using local storage to ensure good response times and that applications continue to run without a network connection. But how do you synchronize local storage [...]
As a front end developer, building projects with RESTful API dependencies ain’t all sunshine and rainbows. Security implications, parallel development, time or budget restrictions for writing documentation, …, in an enterprise you might [...]
Browsers can replace any server - they run isolated tabs, js code, rich libraries, they are everywhere and can synch easily with a main server. In this workshop we'll build together such a [...]
There are many advantages to using GraphQL as a datasource for frontend development, compared to REST APIs. We developers in example need to write a lot of imperative code to retrieve data to [...]
What if it was possible to automate API integrations? What would it take? How would you go ahead and merge the two contexts and nomenclatures, using triggers, data observers and oAuth authorization while [...]