Anna is a javascript developer who loves working with new technologies. Currently working at Hive, she does full-stack development to deliver a great end to end solution focused on user experience. She's a frequent speaker, runs workshops, and likes contributing to the community.
Talks I've Given
-
Practical Performance for React (Native)
Featuring Anna Doubková
In this talk you’ll learn how some commonly used patterns have an adverse effect on the speed of your app, and how to avoid using them. Anna explores UI and state management but also dives into some native-specific issues and looks at how to prevent them.
javascript ui react-application react-native -
Going Native
Featuring Anna Doubková
React Native allows you to re-use your web code to build Native Applications. What’s not to like? This approach is simple in theory but challenging in practice.
native-apps code-reuse react-native react -
Workshop: Offline-first in Practice - Beginner
Featuring Anna Doubková
Have you heard about Service Workers and thought “They are cool but I probably won’t be able to use them until 2020 anyway”? Here’s your chance to get a hands-on experience with them in a coding dojo. This way you can make an offline-first web app and see how you can use SW in your production...
offline progressive-enhancement service-workers front-end javascript fullstack fullstackcon -
Dynamic forms with Redux-form
Featuring Anna Doubková
In this talk Anna will tell us how using react and redux in their application gave them enough flexibility to create data-driven UIs. In this talk you'll learn how they built a dynamic CMS that both devs and editors love to work with.
redux react javascript