¿Cómo Entrenar a Tu Diseñador?

Rate this content
Bookmark

¿Alguna vez te has preguntado cómo conectar y colaborar verdaderamente con los diseñadores? ¿Quieres aprender las mejores estrategias para una comunicación clara y efectiva? ¿Tienes curiosidad sobre cómo lograr que los diseñadores entreguen exactamente lo que necesitas? Descubre cómo perfeccionar tus habilidades de comunicación, integrar a los diseñadores sin problemas en tus flujos de trabajo y crear un ambiente armonioso y productivo para futuros proyectos. ¡Esta charla pretende ser tu guía definitiva para dominar el arte de trabajar con diseñadores, no te la pierdas!

This talk has been presented at React Day Berlin 2024, check out the latest edition of this React Conference.

Dora Makszy
Dora Makszy
17 min
16 Dec, 2024

Comments

Sign in or register to post your comment.
  • Dmytro
    Dmytro
    DataArt
    Thank you for the talk! It was usefull.
Video Summary and Transcription
Hola, soy Dora Moxie, una diseñadora UX con experiencia en desarrollo de software. Entrenar a un diseñador beneficia todo el proceso de desarrollo, asegurando una entrega fluida. Los diseñadores tienen una perspectiva única y priorizan los problemas involucrando a los ingenieros y probando soluciones. La comunicación efectiva y la documentación conducen a una entrega más rápida. Los diseñadores empatizan con el cliente y entienden el problema y los requisitos del negocio. La colaboración entre diseñadores y desarrolladores es crucial para resolver problemas. El trío de producto de gestión de producto, ingeniería y diseño trabajan juntos como socios iguales. La colaboración y el diseño iterativo conducen al aprendizaje, el crecimiento y soluciones más sólidas. Sé abierto de mente y colabora con los diseñadores e involucra a los usuarios para resolver problemas reales y aumentar la satisfacción.
Available in English: How to Train Your Designer?
Video transcription and chapters available for users with access.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

El Potencial Caprichoso de los Marcos de Trabajo de JavaScript
React Summit US 2023React Summit US 2023
28 min
El Potencial Caprichoso de los Marcos de Trabajo de JavaScript
Top Content
The speaker discusses the whimsical and detailed work of Stripe, particularly their interactive and dynamic pages. They explain the use of React for building whimsical details and tracking mouse position. The speaker introduces React Spring for smooth animation and React3 Fiber for creating a 3D egg model. They also mention the use of Framer Motion and React server components for animating CSS properties.
AI + UX: Diseño de Producto para Experiencias Inteligentes
C3 Dev Festival 2024C3 Dev Festival 2024
28 min
AI + UX: Diseño de Producto para Experiencias Inteligentes
AI design challenges include bias, safety, and security. Trust and transparency are important in AI. Design principles for AI include user control, fighting bias, and promoting good decision-making. AI can enable the design process and investors expect to see it included in products. AI empowers individuals to create and share ideas, but managing expectations is crucial.
Diseño Dirigido por Dominio con Aplicaciones Vue
Vue.js London 2023Vue.js London 2023
14 min
Diseño Dirigido por Dominio con Aplicaciones Vue
Top Content
Welcome to this talk on domain-driven design in Vue.js application. Today we are going to look into domain-driven design, its benefits and how it works with Vue.js domain-driven design versus the MVVM model. Vue.js thrives in domain-driven design, a design approach that models software to match a domain. DDD emphasizes understanding business logic and creating a domain that reflects the language and concepts. Integrating DDD in Vue.js offers benefits such as effective modeling of complex business domains, structured code reflecting domain logic, and easier onboarding and ownership.
Patrones Probados de Pinia
Vue.js London 2023Vue.js London 2023
20 min
Patrones Probados de Pinia
Top Content
Pinnia is a lighter, more modular state management solution for Vue apps, offering consistent patterns, TypeScript support, and an intuitive developer experience. PINIA encourages splitting state into manageable domains, improving code splitting, type inferences, team collaboration, and debugging clarity. Pinia provides flexibility in accessing and mutating state, with different approaches for option and setup stores. It also offers features like patch, reset, and onAction methods. Vue Mastery offers comprehensive Pinnia courses and resources for fast learning.
Patrones de Diseño de Componentes
Vue.js London 2023Vue.js London 2023
18 min
Patrones de Diseño de Componentes
The Talk covers clean components and when to create new components, as well as patterns for writing cleaner components and the benefits of VIP patterns. Refactoring and separating code into separate components can make it shorter and easier to read, reducing complexity. The importance of not repeating oneself and the benefits of using smaller components for performance and developer experience are discussed. Composables can help extract logic in large and complex components, and patterns can be incorporated into component libraries and design systems.
Construyendo el Generador de Código de Widgets de Figma
React Advanced 2022React Advanced 2022
19 min
Construyendo el Generador de Código de Widgets de Figma
This Talk introduces Figma's Widget Code Generator and demonstrates how to build a FigJam widget using it. The speaker discusses the implementation of voting functionality, avatar functionality, and remove vote functionality. They also explain how the Widget Code Generator plugin works and how to access properties and modify names using the Figma plugin API.