Skip to content

Instantly share code, notes, and snippets.

@Ralqawareet
Ralqawareet / vuejs.amsterdam.2020.slides.md
Created February 24, 2020 14:11 — forked from rculp/vuejs.amsterdam.2020.slides.md
A collection of talks/slides (where available) from #vuejsamsterdam 2020

Day 1

Time Speaker Title Description
9:00 Evan You, Creator of Vue.js State of the Vuenion 2020 The growth of Vue continues and we are almost ready for Vue 3. As ever Evan You will deliver the State of Vuenion 2020, if we are lucky maybe we see some Typescript code from him ;)
 Dima Vishnevetsky Scalable Vue Graphics for the Modern Web 
 Jessica Sachs, Maintainer of @vue/test-utils and Tech Lead at Intent The Future of Vue's Test Utils With an expanded Vue Test Utils team and with Vue 3 on the horizon, we’ll talk about our plans for 2020. What’s coming in v1?
11:00 Gregg Pollack, Teaching developers Vue.js at VueMastery Introduction into the Composition API Gregg Pollack i
@Ralqawareet
Ralqawareet / android_bitrise.yml
Created March 7, 2018 15:02 — forked from PillowUnicorn/android_bitrise.yml
Pillow's Android bitrise.yml
---
format_version: 1.1.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
trigger_map:
- push_branch: qa
workflow: qa
workflows:
_init_install:
steps:
- activate-ssh-key:
@Ralqawareet
Ralqawareet / ios-bitrise.yml
Created March 7, 2018 15:02 — forked from PillowUnicorn/ios-bitrise.yml
Pillow's iOS bitrise.yml
---
format_version: 1.1.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
- BITRISE_PROJECT_PATH: ios/pro_mobile.xcodeproj
opts:
is_expand: false
- BITRISE_SCHEME: pro_mobile
opts:
---
format_version: 1.1.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
trigger_map:
- push_branch: "*"
workflow: tests
workflows:
_tests_setup:
steps:
- activate-ssh-key: {}