podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Markus Oberlehner
Shows
Working Draft
Revision 667: Kann eine KI Entwickler:innen ersetzen?
Nach mehreren Folgen im KI-Block zu Tools und Technik sprechen wir diesmal mit Markus Oberlehner über eine grundlegendere Frage: Kann eine KI Entwickler:innen ersetzen? Markus war schon zweimal bei uns zu Gast – in Revision 473 zu Vue 3 und Revision 535 über Testing mit Cypress und Vitest. Diesmal geht’s um das Spannungsfeld zwischen KI-Hype, echtem Mehrwert im Alltag und langfristigen Auswirkungen auf die Branche. Unser Sponsor Die KI-Revolution ist da – bist du bereit, sie aktiv zu gestalten? Workshops.DE macht dich fit für die Praxis: In intensiven Schulungen lernst du, Künstliche Intelligenz nicht nur...
2025-06-24
1h 07
Views on Vue
Testing Beyond Unit Tests: Embracing Application Tests for True User Confidence - VUE 226
Markus Oberlehner joins this week's episode alongside Cody and Steve. They dive into the world of testing and the importance of writing application tests. They share their journey from initially focusing on unit tests and component tests to realizing the need for comprehensive application tests that simulate real user interactions. They also provide valuable insights into the fear of sharing your work, the value of collaboration, and the importance of embracing imperfections. Sponsors Chuck's Resume TemplateDeveloper Book Club Become a Top 1% Dev with a Top End Devs MembershipLinksGood Tests for Vue ApplicationsWriting Good Tests for Vue Applications ...
2023-09-19
1h 17
PodRocket - A web development podcast from LogRocket
Writing (really) good tests with Markus Oberlehner
Markus Oberlehner, software architect, speaker, and open source contributor, comes onto the show to talk about how to better write tests with test-driven development. Links https://twitter.com/MaOberlehner https://markus.oberlehner.net https://markus.oberlehner.net/blog http://twitch.tv/webdevexplorer https://github.com/maoberlehner https://goodvuetests.com Tell us what you think of PodRocket We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want...
2023-04-04
27 min
Working Draft
Revision 535: Testing mit Cypress und Vitest
In den letzten Monaten hat sich eine neue Kombination an Testing-Tools für die Frontend-Entwicklung gebildet, die von vielen Entwickler:innen favorisiert wird. Markus Oberlehner erklärt, wie man Cypress Component Testing und Vitest am besten verbinden kann. Unser Sponsor Diese Revision wird euch präsentiert von newcubator, einem Softwaredienstleister mit den Standorten Dortmund und Hannover. Newcubator abeitet täglich an innovativen Webanwendungen oder mobilen Lösungen – auch für Branchen, die nicht in erster Linie digital unterwegs sind. Vielleicht hast du Lust, das Team als Lead Developer:in zu unterstützen? Idealerweise direkt am...
2022-06-29
1h 32
Views on Vue
Writing Good Tests for Vue with Markus Oberlehner - VUE 176
Lindsay and Steve talk with Markus about his project, “Writing Good Tests for Vue Applications.” They discuss how Markus got into programming with PHP, and then later moved into Vue development, as well as how he got into testing. Markus explains how testing “clicked” for him, and that he felt there weren’t enough good resources on writing Vue tests. They then dive into testing with Vue, including component testing, integration testing, and some key concepts for how to write tests. Notes: verschlimmbessert Sponsors Top End DevsCoaching | Top End Devs Links Tests that don't suckDecoupling Component Tests From Implementation Details with Preco...
2022-01-12
33 min
Working Draft
Revision 473: Vue 3, taugts?
Im September 2020 war das Release von Vue 3. Ein gutes halbes Jahr später besprechen wir mit Markus Oberlehner über Erfahrungen über die Einsatz der Änderungen in echten Projekten. Schaunotizen [00:00:59] Vue 3 und die Composition API Über keine eine andere Änderung bei Vue 3 wird so viel gesprochen wie die Composition API. Denn, wenn man das so möchte, hat sie den größten Effekt auf die Programmierweise von Frontend Applikation mit Vue.js. Zudem gibt es Performance Boosts, das Entfernen des notwendig Root-Elements jeder Single File Component und die Möglichkeit mehrere v-models an Kind Komponenten zu binden. Die sind z...
2021-04-20
1h 18
CSSSR
Новости 512 — Styled Components 5.0, lazy-loading, multi-directional layout, ru Github
Микрооптимизации производительности и JavaScript — https://medium.com/devschacht/optimizations-and-javascript-f8e060d3eae3 Уменьшаем количество перерендеров в React — https://www.emgoto.com/react-memoization/ Передача данных между Vue-компонентами — https://www.smashingmagazine.com/2020/01/data-components-vue-js/ Lazy Resolving Observable API Services with Vue.js — https://markus.oberlehner.net/blog/lazy-resolving-observable-api-services-with-vue Ленивая загрузка компонентов с Ivy и Angular 9 — https://medium.com/angular-in-depth/lazy-load-components-in-angular-596357ab05d8 Построение мульти-направленной разметки — https://css-tricks.com/building-multi-directional-layouts/ WebAssembly для преобразования изображений без использования сервера — https://medium.com/better-programming/how-to-use-webassembly-to-transform-images-without-a-server-39db1a6e8c5 NodeJS 13.7.0 — https://nodejs.org/en/blog/release/v13.7.0/ Mozilla Firefox 72.0.2 — https://www.mozilla.org/en-US/firefox/72.0.2/releasenotes/ Firefox Lite 2.1 и Firefox Preview 3.1.0 — https://www.opennet.ru/opennews/art.shtml?num=52212 Safari Technology Preview 99 — https://webkit.org/blog/9992/release-notes-for-safari-technology-preview-99/ Angular RC 11 — https://github.com/angular/angular/releases/tag/9.0.0-rc.11 Styled Components 5.0 — https://medium.com/styled-components/announcing-styled-components-v5-beast-mode-389747abd987 Laravel 6.12.0 — https://laravel-news.com/laravel-6-12-0 nginx 1.17.8 — http...
2020-01-26
05 min
Новости 512
Новости 512 — Styled Components 5.0, lazy-loading, multi-directional layout, ru Github
Микрооптимизации производительности и JavaScript — https://medium.com/devschacht/optimizations-and-javascript-f8e060d3eae3 Уменьшаем количество перерендеров в React — https://www.emgoto.com/react-memoization/ Передача данных между Vue-компонентами — https://www.smashingmagazine.com/2020/01/data-components-vue-js/ Lazy Resolving Observable API Services with Vue.js — https://markus.oberlehner.net/blog/lazy-resolving-observable-api-services-with-vue Ленивая загрузка компонентов с Ivy и Angular 9 — https://medium.com/angular-in-depth/lazy-load-components-in-angular-596357ab05d8 Построение мульти-направленной разметки — https://css-tricks.com/building-multi-directional-layouts/ WebAssembly для преобразования изображений без использования сервера — https://medium.com/better-programming/how-to-use-webassembly-to-transform-images-without-a-server-39db1a6e8c5 NodeJS 13.7.0 — https://nodejs.org/en/blog/release/v13.7.0/ Mozilla Firefox 72.0.2 — https://www.mozilla.org/en-US/firefox/72.0.2/releasenotes/ Firefox Lite 2.1 и Firefox Preview 3.1.0 — https://www.opennet.ru/opennews/art.shtml?num=52212 Safari Technology Preview 99 — https://webkit.org/blog/9992/release-notes-for-safari-technology-preview-99/ Angular RC 11 — https://github.com/angular/angular/releases/tag/9.0.0-rc.11 Styled Components 5.0 — https://medium.com/styled-components/announcing-styled-components-v5-beast-mode-389747abd987 Laravel 6.12.0 — https://laravel-news.com/laravel-6-12-0 nginx 1.17.8 — http...
2020-01-26
05 min
The Official Vue News
Episode 161: Vue in November 2019
Gregg, Adam, and Ben discuss: Why Nuxt.js is the perfect framework for building static websites - Krutie Patel Production-ready Vue SSR in 5 Simple Steps - Oleg Pisklov A domain-driven Vue.js Architecture - Thomas Holland Top ways to learn Vue 3 - Dan Vega Setting up Tailwind CSS with Vue.js - Markus Oberlehner An early look at the Vue 3 Composition API The most important feature in Vue - Michael Thiessen Suspense - A new feature in Vue 3
2019-12-05
09 min