Podcasts about User interface design

  • 67PODCASTS
  • 110EPISODES
  • 30mAVG DURATION
  • 1MONTHLY NEW EPISODE
  • Dec 1, 2024LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about User interface design

Latest podcast episodes about User interface design

Waiting for Review
S4E37: Eat your own medicine

Waiting for Review

Play Episode Listen Later Dec 1, 2024 46:38


This week we talk about: Daniel is on a 70-day streak learning Spanish on Duolingo Dave has a lot to learn (Android, Kotlin Multi-Platform and Compose Multi-Platform) Daniel is preparing for a major server launch. Dave has shipped GoVJ 3.4 !

Discover Daily by Perplexity
The Return of Physical Buttons and Chernobyl's Radiation-Eating Fungi

Discover Daily by Perplexity

Play Episode Listen Later Nov 7, 2024 7:16 Transcription Available


What do you love about the show? Let us know! In this episode of Discover Daily, we explore a shift in technology design as major companies like Volkswagen and Apple lead a return to physical buttons. This movement, driven by safety concerns and user experience, represents a significant departure from the touch screen-dominated interfaces of recent years. Studies show that physical buttons can reduce driver distraction by up to 40 seconds compared to touch screens, prompting regulatory bodies to mandate their return in vehicles by 2026.We then delve into the remarkable discovery of black fungi at Chernobyl's Reactor 4, where these extraordinary organisms are actually helping to clean up radiation through a process called radiosynthesis. These melanin-rich fungi, particularly Cladosporium sphaerospermum, don't just survive in highly radioactive environments – they thrive by converting radiation into chemical energy, similar to how plants use photosynthesis.The implications of these fungi extend far beyond Chernobyl, with NASA conducting experiments on the International Space Station to test their potential as biological radiation shields for spacecraft and astronauts. Scientists are also exploring applications in medicine, environmental remediation, and radiation protection, showcasing nature's remarkable ability to adapt to extreme conditions and provide solutions to complex human challenges.From Perplexity's Discover Feed:https://www.perplexity.ai/page/the-return-of-buttons-dHrzTU_LSAWS6kpllKvP8Ahttps://www.perplexity.ai/page/black-fungus-is-healing-cherno-bgic0mWKSSa3EIHpYPEjvQPerplexity is the fastest and most powerful way to search the web. Perplexity crawls the web and curates the most relevant and up-to-date sources (from academic papers to Reddit threads) to create the perfect response to any question or topic you're interested in. Take the world's knowledge with you anywhere. Available on iOS and Android Join our growing Discord community for the latest updates and exclusive content. Follow us on: Instagram Threads X (Twitter) YouTube Linkedin

Smart Software with SmartLogic
"DevOps: From Code to Cloud" with Dan Ivovich

Smart Software with SmartLogic

Play Episode Listen Later May 9, 2024 43:43


In Elixir Wizards Office Hours Episode 8, hosts Sundi Myint and Owen Bickford lead an engaging Q&A session with co-host Dan Ivovich, diving deep into the nuances of DevOps. Drawing from his extensive experience, Dan navigates topics from the early days before Docker to managing diverse polyglot environments and optimizing observability. This episode offers insights for developers of all levels looking to sharpen their DevOps skills. Explore the realms of Docker, containerization, DevOps workflows, and the deployment intricacies of Elixir applications. Key topics discussed in this episode: Understanding DevOps and starting points for beginners Best practices for deploying applications to the cloud Using Docker for containerization Managing multiple programming environments with microservices Strategies for geographic distribution and ensuring redundancy Localization considerations involving latency and device specs Using Prometheus and OpenTelemetry for observability Adjusting scaling based on application metrics Approaching failure scenarios, including database migrations and managing dependencies Tackling challenges in monitoring setups and alert configurations Implementing incremental, zero-downtime deployment strategies The intricacies of hot code upgrades and effective state management Recommended learning paths, including Linux and CI/CD workflows Tools for visualizing system health and monitoring Identifying actionable metrics and setting effective alerts Links mentioned: Ansible open source IT automation engine https://www.ansible.com/ Wikimedia engine https://doc.wikimedia.org/ Drupal content management software https://www.drupal.org/ Capistrano remote server automation and deployment https://capistranorb.com/ Docker  https://www.docker.com/ Circle CI CI/CD Tool https://circleci.com/ DNS Cluster https://hex.pm/packages/dnscluster ElixirConf 2023 Chris McCord Phoenix Field Notes https://youtu.be/Ckgl9KO4E4M Nerves https://nerves-project.org/ Oban job processing in Elixir https://getoban.pro/ Sidekiq background jobs for Ruby https://sidekiq.org/ Prometheus https://prometheus.io/ PromEx https://hexdocs.pm/promex/PromEx.html GitHub Actions - Setup BEAM: https://github.com/erlef/setup-beam Jenkins open source automation server https://www.jenkins.io/ DataDog Cloud Monitoring https://www.datadoghq.com/ 

Smart Software with SmartLogic
"Saga of a Gnarly Report" with Owen and Dan

Smart Software with SmartLogic

Play Episode Listen Later Apr 18, 2024 50:21


In today's episode, Elixir Wizards Owen and Dan delve into the complexities of building advanced reporting features within software applications. They share personal insights and challenges encountered while developing reporting solutions for user-generated data, leveraging both Elixir/Phoenix and Ruby on Rails. The discussion zeroes in on crucial data modeling and architectural decisions that enhance reporting efficiency and flexibility. Owen and Dan explore tactics like materialized views, event sourcing, and database triggers to optimize data handling while being mindful of UX elements like progress indicators and background job management. They share insights on leveraging the Elixir/Beam ecosystem's strengths—like concurrency and streamlined deployment—to tackle common reporting, caching, and integration challenges. The episode highlights the impact of reporting features across all aspects of a software application's design and architecture. Key topics discussed in this episode: Reporting on assessment data, survey results, and user metrics Differences between reporting and performance/error monitoring Implementing reporting in Elixir/Phoenix vs. Ruby on Rails Displaying reports in web, printable, PDF, SVG, and CSV formats Challenges of generating PDFs for large data sets Streaming CSV data directly to the client Handling long-running report generation tasks Providing progress indicators and user notifications Strategies for canceling or abandoning incomplete reports Tradeoffs of pre-calculating report data vs. real-time generation Materializing views and denormalizing data for reporting Exploring event sourcing patterns for reporting needs Using database triggers and stored procedures for reporting Balancing data structure optimization for reports vs. day-to-day usage Caching report data for faster retrieval and rendering Charting and visualization integration in reporting systems Links mentioned: Prometheus monitoring system & time series database https://prometheus.io/ Thinking Elixir "FLAME with Chris McCord" https://podcast.thinkingelixir.com/181 Phoenix LiveView Uploads https://hexdocs.pm/phoenix/fileuploads.html https://hexdocs.pm/phoenixlive_view/Phoenix.LiveView.UploadWriter.html Postgrex PostgreSQL driver for Elixir https://hexdocs.pm/postgrex/Postgrex.html Ecto https://hexdocs.pm/ecto/Ecto.html Heroku cloud application platform  https://www.heroku.com/ Elixir Wizards S9E12 Marcelo Dominguez on Command and Query Responsibility Segregation https://smartlogic.io/podcast/elixir-wizards/s9-e12-marcelo-dominguez-cqrs/ Commanded Elixir CQRS/ES applications https://github.com/commanded/commanded Tailwind CSS Framework https://github.com/tailwindlabs Memcached https://memcached.org/ Redis https://redis.io/ Oban https://hexdocs.pm/oban/Oban.html ETS https://hexdocs.pm/ets/ETS.html Capistrano remote server automation and deployment tool https://capistranorb.com/

Smart Software with SmartLogic
"Whose Tailwind is it Anyway?" with Ava Slivkoff

Smart Software with SmartLogic

Play Episode Listen Later Apr 11, 2024 48:17


In Elixir Wizards Office Hours Episode 4, SmartLogic Product Designer Ava Slivkoff joins hosts Sundi Myint and Owen Bickford to discuss the product designer's role in software development. Ava shares her experience navigating client expectations, software design principles, and technical constraints. They explore the integration of design and development workflows and how designers and engineers can collaborate to meet a project's specific needs. The conversation emphasizes the value of cross-functional teams and the synergy that can arise when all team members work in harmony to bring a product to life. Key concepts discussed in the episode: The broad scope of the designer role in web app development The value of an MVP in the iterative software design process Challenges of aligning client expectations with design best practices Pros and cons of leveraging pre-built Tailwind CSS styled components Trends and evolution in web design aesthetics and patterns Leveraging open-source design systems like Tailwind UI Balancing technical constraints with design aspirations Communication and trust-building between designers and engineers Workflows for design handoffs and feedback loops Importance of user flows and mapping the product experience Challenges around the implementation of complex UI elements Benefits of regular design review meetings and syncs Fostering empathy and collaboration across disciplines Links mentioned Figma Dev Mode https://www.figma.com/dev-mode/ Tailwind CSS utility-first CSS framework https://tailwindcss.com/ Tailwind UI https://tailwindui.com/ https://devinai.ai/ Special Guest: Ava Slivkoff.

Smart Software with SmartLogic
"Discovery Discoveries" with Alicia Brindisi and Bri LaVorgna

Smart Software with SmartLogic

Play Episode Listen Later Mar 28, 2024 43:26


In Elixir Wizards Office Hours Episode 2, "Discovery Discoveries," SmartLogic's Project Manager Alicia Brindisi and VP of Delivery Bri LaVorgna join Elixir Wizards Sundi Myint and Owen Bickford on an exploratory journey through the discovery phase of the software development lifecycle. This episode highlights how collaboration and communication transform the client-project team dynamic into a customized expedition. The goal of discovery is to reveal clear business goals, understand the end user, pinpoint key project objectives, and meticulously document the path forward in a Product Requirements Document (PRD). The discussion emphasizes the importance of fostering transparency, trust, and open communication. Through a mutual exchange of ideas, we are able to create the most tailored, efficient solutions that meet the client's current goals and their vision for the future. Key topics discussed in this episode: Mastering the art of tailored, collaborative discovery Navigating business landscapes and user experiences with empathy Sculpting project objectives and architectural blueprints Continuously capturing discoveries and refining documentation Striking the perfect balance between flexibility and structured processes Steering clear of scope creep while managing expectations Tapping into collective wisdom for ongoing discovery Building and sustaining a foundation of trust and transparency Links mentioned in this episode: https://smartlogic.io/ Follow SmartLogic on social media: https://twitter.com/smartlogic Contact Bri: bri@smartlogic.io What is a PRD? https://en.wikipedia.org/wiki/Productrequirementsdocument Special Guests: Alicia Brindisi and Bri LaVorgna.

artificial intelligence discovery mastering cybersecurity cryptocurrency spark programming algorithms react machine learning big data jenkins digital transformation problem solving risk management aws github product management sketch devops javascript azure discoveries scrum software engineers data privacy tech startups sql docker kubernetes business intelligence git encryption software engineering scalability data analysis smart contracts kanban figma web development quality assurance gitlab product owners flutter mongodb scrum masters ruby on rails data visualization graphql otp selenium nosql react native redis prd postgresql itil elasticsearch hadoop user experience design brindisi continuous integration google cloud platform business analysis innovation management functional programming erlang pair programming stakeholder management distributed systems concurrency software testing clean code software architecture unit testing agile software development agile coaching continuous deployment version control containerization bitbucket it strategy performance testing gdpr compliance agile project management adobe xd high availability technology consulting mobile app development data structures it service management ios development user interface design api design it project management android development blockchain development metaprogramming product lifecycle management restful apis open source development lean software development integration testing database design phoenix framework smartlogic
MIDI Innovation Vault
Ep 1 Series 11 | Navigating Human Factors & User Interface Design, The Overview

MIDI Innovation Vault

Play Episode Listen Later Feb 5, 2024 24:29


Dive into the realm of innovation with us in our inaugural episode. Our expert, Greg Montalbano, unfolds an insightful, executive-level narrative, spotlighting the pivotal role of Human Factors & Usability Research in medical device development. Discover why Human Factors Engineering (HFE) and Usability Research aren't just buzzwords, but essential pillars in medical device creation, especially under the meticulous eye of the FDA. We delve into the intricate dance of balancing the three major components of medical device development: the Device Users, their Use Environments, and the User Interfaces.   But that's just the beginning!

Smart Software with SmartLogic
Actor Model and Concurrent Processing in Elixir vs. Clojure and Ruby with Xiang Ji & Nathan Hessler

Smart Software with SmartLogic

Play Episode Listen Later Dec 21, 2023 47:57


In this episode of Elixir Wizards, Xiang Ji and Nathan Hessler join hosts Sundi Myint and Owen Bickford to compare actor model implementation in Elixir, Ruby, and Clojure. In Elixir, the actor model is core to how the BEAM VM works, with lightweight processes communicating asynchronously via message passing. GenServers provide a common abstraction for building actors, handling messages, and maintaining internal state. In Ruby, the actor model is represented through Ractors, which currently map to OS threads. They discuss what we can learn by comparing models, understanding tradeoffs between VMs, languages, and concurrency primitives, and how this knowledge can help us choose the best tools for a project. Topics discussed in this episode: Difference between actor model and shared memory concurrency Isolation of actor state and communication via message passing BEAM VM design for high concurrency via lightweight processes GenServers as common abstraction for building stateful actors GenServer callbacks for message handling and state updates Agents as similar process abstraction to GenServers Shared state utilities like ETS for inter-process communication Global Interpreter Lock in older Ruby VMs Ractors as initial actor implementation in Ruby mapping to threads Planned improvements to Ruby concurrency in 3.3 Akka implementation of actor model on JVM using thread scheduling Limitations of shared memory concurrency on JVM Project Loom bringing lightweight processes to JVM Building GenServer behavior in Ruby using metaprogramming CSP model of communication using channels in Clojure Differences between BEAM scheduler and thread-based VMs Comparing Elixir to academic languages like Haskell Remote and theScore are hiring! Links mentioned in this episode: theScore is hiring! https://www.thescore.com/ Remote is also hiring! https://remote.com/ Comparing the Actor Model and CSP with Elixir and Clojure (https://xiangji.me/2023/12/18/comparing-the-actor-model-and-csp-with-elixir-and-clojure/) Blog Post by Xiang Ji Comparing the Actor model & CSP concurrency with Elixir & Clojure (https://www.youtube.com/watch?v=lIQCQKPRNCI) Xiang Ji at ElixirConf EU 2022 Clojure Programming Language https://clojure.org/ Akka https://akka.io/ Go Programming Language https://github.com/golang/go Proto Actor for Golang https://proto.actor/ RabbitMQ Open-Source Message Broker Software  https://github.com/rabbitmq JVM Project Loom https://github.com/openjdk/loom Ractor for Ruby  https://docs.ruby-lang.org/en/master/ractor_md.html Seven Concurrency Models in Seven Weeks: When Threads Unravel (https://pragprog.com/titles/pb7con/seven-concurrency-models-in-seven-weeks/)by Paul Butcher Seven Languages in Seven Weeks (https://pragprog.com/titles/btlang/seven-languages-in-seven-weeks/) by Bruce A. Tate GenServer https://hexdocs.pm/elixir/1.12/GenServer.html ets https://www.erlang.org/doc/man/ets.html Elixir in Action (https://pragprog.com/titles/btlang/seven-languages-in-seven-weeks/) by Saša Jurić Redis https://github.com/redis/redis Designing for Scalability with Erlang/OTP (https://www.oreilly.com/library/view/designing-for-scalability/9781449361556/) by Francesco Cesarini & Steve Vinoski Discord Blog: Using Rust to Scale Elixir for 11 Million Concurrent Users (https://discord.com/blog/using-rust-to-scale-elixir-for-11-million-concurrent-users) Xiang's website https://xiangji.me/ Feeling Good: The New Mood Therapy (https://www.thriftbooks.com/w/feeling-good-the-new-mood-therapy-by-david-d-burns/250046/?resultid=7691fb71-d8f9-4435-a7a3-db3441d2272b#edition=2377541&idiq=3913925) by David D. Burns Special Guests: Nathan Hessler and Xiang Ji.

Future of UX
#49 Designing Tomorrow: Navigating the Future of UX - Q&A

Future of UX

Play Episode Listen Later Dec 21, 2023 25:59


Design +
Laurent Gallen - Les 10 heuristiques discount de Jakob Nielsen

Design +

Play Episode Listen Later Dec 15, 2023 21:10


Écoute tous les épisodes en entier. Écoute les nouveaux épisodes en avance. Accéde à tous les épisodes du catalogue de Design + depuis 2019. ► Deviens un(e) abonné(e) Premium pour obtenir un contenu unique et privé : ⁠https://designplus.supercast.com/⁠ > Dans cet épisode, je vais essayer de t'expliquer le plus simplement possible qu'est-ce que sont les heuristiques de Jakob Nielsen et pourquoi c'est important de savoir ça lorsque tu es designer numérique. A la fin de cet épisode je te donne les avantages et les limites de cette méthode et je te donne aussi mon avis personnel. > Merci d'avoir écouté Design +, le podcast français sur le Design UX UI > Design + est présent sur Linkedin, abonnez-vous https://www.linkedin.com/company/designplus-podcast/ > Design + est aussi sur Instagram, abonnez-vous https://www.instagram.com/designplus_podcast/ > Vous avez aimé cet épisode, partagez-le autour de vous. N'oubliez pas de mettre une note à cet épisode ⭐️ ⭐️ ⭐️ ⭐️ ⭐️  et un commentaire sympa. Merci ! > Abonnez-vous sur votre plateforme d'écoute pour recevoir les notifications de la mise en ligne du prochain épisode. > Vous souhaitez sponsoriser Design + ou bien proposer un partenariat ? Contact par email : lgdesignuxui@gmail.com Références : - 10 Usability Heuristics for User Interface Design : https://www.nngroup.com/articles/ten-usability-heuristics/ Copyright © Design + / Laurent Gallen 2023 > RSS feed https://anchor.fm/s/c5c3580/podcast/rss

Ruby for All
Bridging Design and Development with Jerimie Lee

Ruby for All

Play Episode Listen Later Nov 9, 2023 34:04


Join us for an insightful episode of Ruby for All, where Andrew and Julie have a discussion with special guest, Jerimie Lee, a Senior Product Designer at Codecademy. Jerimie shares his journey into the world of EdTech, and his experiences in the health tech industry. The conversation touches upon the evolution of design roles, the importance of understanding product mechanics, and the differing experiences of product and UI/UX designers. Jerimie also delves into the significance of accessibility in modern design, the iterations within the product design process, and the necessity of effective communication between designers and engineers. Listen in to learn more about Jerimie's tips for successful designer-developer collaborations and his take on evolving product design trends. [00:00:51] Jerimie introduces himself, describes his role and mentions his previous experience in health tech and marketing, and his previous role at Dispatch Health. [00:01:49] Andrew asks about the difference between a product designer and UI/UX designers. He explains that product designers focus on both user experience and the product development environment, and Andrew and Jerimie discuss the role evolution. [00:04:53] Julie asks what it takes to become a UX/UI designer/ product designer. Jerimie explains that there are many ways, and he shares how he came into design. [00:06:40] Andrew shares his background in graphic design and how it influences his work as a developer. They discuss the advantages of developers having design knowledge. [00:08:41] Julie appreciates Andrew's design input and discusses her challenges as a non-designer. Jerimie shares his opinion on learning design principles. [00:09:53] Jerimie suggests that understanding basic design principles can go a long way. He mentions the Nielson Norman Group's, “10 Usability Heuristics for User Interface Design,” as a helpful resource. Andrew and Jerimie discuss the 80/20 principle and the subjectivity of design. [00:11:50] Jerimie discusses the importance of designing for web and digital interfaces and how they more rules compared to print.  He mentions accessibility guidelines and how they influence design decisions, and he emphasize the value of building efficient systems and making things work from a usability perspective. [00:12:42] Jerimie and Andrew discuss the growing importance of accessibility in design and Jerimie mentions that Codecademy is working on accessibility tickets.  Andrew shares his experience with discussing HTML specs with designers and engineers.  [00:13:43] Jerimie emphasizes the importance of designers understanding semantic HTML and technical constraints. Andrew and Julie share their perspectives on designers and developers collaborating effectively. [00:16:35] We hear about some challenges of communication when engineers may not be fully aware of the design and product process. Jerimie shares an example of engineers providing negative feedback during the exploratory phase. Julie talks about the impact of such feedback on team dynamics. [00:18:29] Jerimie emphasizes the importance of open-ended and constructive feedback from engineers and discusses the need for soft skills in communication. [00:19:54] Jerimie mentions the value of understanding technical limitations and finding solutions that circumvent them. Andrew and Julie share their approaches to conveying technical limitations when collaborating with designers. [00:22:27] Julie acknowledges her lack of front-end technical knowledge and how she and Jerimie often compromise when discussing detail, and Andrew ends to explain technical details to designers to show respect and maintain clear communication. [00:23:15] Jerimie discusses how engineers should approach designers when struggling with their designs. He encourages engineers to seek help and not give up too easily. [00:24:15] Some great advice from Jerimie for designers on how to communicate with developers includes building technical competence and being open to iteration and simplification in the design process. [00:25:38] Julie and Andrew share their perspectives on the process of iterating, and Andrew shares his perspective on the importance of having a designer on the team. He highlights the role of designers in standardizing and improving UI and how collaboration with designers can enhance the developer's work. [00:28:20] Julie talks about how the absence of a designer negatively impacted their team's direction and development, but having a designer significantly improved their work. Jerimie expresses his appreciation for the collaboration with engineers at Codecademy, and Andrew discusses the importance of mutual respect and collaboration between designers and developers. [00:32:16] Why did Andrew chose to work with Rails over interaction design? He mentions that he has a quantitative brain, and that Rails offers better financial opportunities. [00:32:47] Jerimie encourages engineers to give feedback on design and emphasizes the value of shared ownership between designers and developers. Panelists:Andrew MasonJulie J.Guest:Jerimie LeeSponsors:HoneybadgerGoRailsLinks:Andrew Mason X/TwitterAndrew Mason WebsiteJulie J. X/TwitterJulie J. WebsiteJerimie Lee WebsiteJerimie Lee LinkedInCodecademy10 Usability Heuristics for User Interface Design-Nielsen Norman Group

Changing Academic Life
Susanne Bødker on career, culture and choices

Changing Academic Life

Play Episode Listen Later Oct 11, 2023 67:22 Transcription Available


Professor Susanne Bødker is a professor of Human Computer Interaction at Aarhus University in Denmark. She reflects on 40 years at Aarhus University (AU) touching on issues including mobility, changes over time, hiring practices, creating collegial culture, being active in university politics, transitioning to retirement, being a single parent, among many others. You'll hear a strongly held set of values around participation and human connections. Susanne is one of the most respected and impactful HCI researchers yet you'll also hear her humility. Thank you Susanne for a career well served and that will hopefully continue in some ways as you explore your new opportunities. Apologies for missing music - trying to get that sorted!Overview0:05 Welcome to Changing Academic Life.[00:00:29] Episode introduction[00:02:21] Susanne introduces herself and her PhD times[00:14:36] Reflecting on 40 years in Aarhus[00:21:31] The collegial social culture at Aarhus[00:25:29] Hiring people for fit[00:30:18] The value of mobility[00:38:06] The big changes over time[00:40:49] Being involved in university politics[00:47:39] Transitioning to retirement[00:54:39] How she sees her legacy[01:00:05] Being a single parent[01:04:52] Wrapping up01:07:21 EndRelated links:Susanne Bødker, Google Scholar profile Her published thesis: Susanne Bødker, Through the Interface: A Human Activity Approach to User Interface Design, Routledge, 1990Austrian Academy of Sciences Lecture, 21 Sept 2023, “How do we understand tools, and why is that important for contemporary human-computer interaction?"Morten Kyng, Kristen Nygaard, Kim Halskov, Joan Greenbaum Winograd, Terry and Flores, Fernando, Understanding Computers and Cognition: A New Foundation for Design, Intellect Books, 1986. Dreyfus, Stuart E. and Dreyfus, Hubert L. (1986). Mind over Machine. New York, NY: Free Press.Utopia project & Participatory IT (PIT) Centre Keywords:Academia, Career paths, Research culture, Retirement, ValuesClick here to subscribe via the player of your choice. This podcast uses the following third-party services for analysis: Chartable - https://chartable.com/privacy

RecTech: the Recruiting Technology Podcast
Findem, Skillit, Recruitics

RecTech: the Recruiting Technology Podcast

Play Episode Listen Later Jul 27, 2023 7:04


Freelancer.com, the world's largest freelancing marketplace, recently released new figures revealing a surge in freelance creative writing jobs, growth in business marketing activities, and an increase in on-site photography and videography gigs. Creative Writing – up 58% (from 1,868 to 2,961 jobs) User Interface Design – up 52% (from 2,017 to 3,075 jobs) Twitter Marketing – up 41% from (1,650 to 2,334 jobs) Photography – up 40% from (2,101 to 2,945 jobs) Writing (Microsoft Word) – up 38% (from 3,175 to 4,401 jobs) https://recruitingheadlines.com/fastest-growing-freelance-jobs/ NEW YORK—-Skillit, the data-driven recruiting platform for skilled, full-time construction labor, today announced $8.5M in additional funding co-led by MetaProp and Bow Capital with participation from existing investor Building Ventures. Skillit taxonomizes and assesses everything from skills and experience to professional goals and preferences in order to generate data-rich worker profiles that make it easy to identify, hire and retain the best talent. https://hrtechfeed.com/skillit-secures-8-5m-in-additional-funding-to-solve-todays-skilled-labor-shortage/ SAN FRANCISCO – Findem, the AI talent acquisition solution is giving talent teams a competitive edge with new generative AI capabilities integrated throughout its platform. Built on a foundation of three-dimensional people and company data that is time ordered, Findem's Talent Data Cloud is uniquely positioned to provide ChatGPT-enabled insights to talent teams across the entire talent lifecycle that cannot be found any other way. https://hrtechfeed.com/findem-integrates-generative-ai-into-its-talent-data-cloud/ Recruitics, a leading provider of data-driven recruitment marketing solutions, is proud to introduce Vision analytics, the first AI-powered recruitment data analytics platform. Vision offers unrivaled accuracy and speed while delivering the most comprehensive recruitment analytics solution in the industry. https://hrtechfeed.com/new-hr-tech-from-recruitics-imocha/ Prompt Your Job https://promptyourjob.com/

From Idea to Done
Episode 6- What is UI/UX Design? ft. Tracey Krusi & Kacey Diehl

From Idea to Done

Play Episode Play 43 sec Highlight Listen Later Nov 2, 2022 24:12


Things on the internet change every day, is your website or app keeping up with design trends and technology developments? We welcomed Tracey and Kacey, Codelation's resident design experts, on for this episode about UI and UX design. They chat about everything that goes into initial web and app design, explain the difference between low fidelity and high fidelity design, and more.

deutsche-startups.de-Podcast
Insider #136: Project A - Tier Mobility - Home24 - simplesurance - Acapela

deutsche-startups.de-Podcast

Play Episode Listen Later Oct 11, 2022 58:36


Die Themen: Project A Ventures (re:cap - Vay - Yoummday etc.) - Tier Mobility - Home24 - simplesurance - Acapela +++ Ein Blick ins LP-Reporting von Project A #EXKLUSIV +++ Tier Mobility sucht erneut Kapital #EXKLUSIV +++ XXXLutz übernimmt Home24 #ANALYSE +++ Allianz X kauft simplesurance #ANALYSE +++ Acapela wird liquidiert #EXKLUSIV Unser Sponsor Die heutige Ausgabe wird präsentiert von der Marken- und User Experience Agentur schöne neue kinder - kurz SNK. SNK unterstützt Technologie- und Saas-Unternehmen bei Markenstrategie, User Interface Design und Marketing-Touchpoints wie Pitch Decks, Websites, Social-Media- und Performance-Marketing. Zu den Im November bringt SNK den “B2B Website Report 22” heraus, bei dem 50 B2B Websites aus der Perspektive potenzieller Kunden und Mitarbeitenden analysiert und darauf basierend die wichtigsten Erfolgsfaktoren abgeleitet wurden. Wenn Du an dem Report oder an einer Zusammenarbeit mit SNK Interesse hast, melde Dich einfach bei Paul Zentner unter paul@snk.de oder besuche die Website unter www.snk.de. Vor dem Mikro Alexander Hüsing, deutsche-startups.de - www.linkedin.com/in/alexander-huesing/ & www.twitter.com/azrael74 Sven Schmidt, Maschinensucher - www.linkedin.com/in/sven-schmidt-maschinensucher/ Hintergrund Der deutsche-startups.de-Podcast besteht aus den Formaten #Insider, #StartupRadar, #Interview und #Startup101. Mehr unter: www.deutsche-startups.de/tag/Podcast/ Anregungen bitte an podcast@deutsche-startups.de. Unseren anonymen Briefkasten findet ihr hier: www.deutsche-startups.de/stille-post/

Handel 4.0 E-Commerce Podcast
#112 Internet für alle! - Von guter Usability & Barrierefreiheit im E-Commerce

Handel 4.0 E-Commerce Podcast

Play Episode Listen Later Jun 30, 2022 65:29


Gute Usability ist ein wichtiger Faktor, um hohe Conversions zu erreichen und Kund*innen langfristig an den eigenen Shop zu binden. Denn wer sich gut zurechtfindet und sich auch gut fühlt, verweilt etwas länger auf einer Website. Nur leider geht die Gewährleistung der Gebrauchstauglichkeit auch gerne mal zwischen all den Maßnahmen, die ein gutes E-Commerce-Business braucht, unter. In dieser Folge spricht Jonas deswegen mit dem neuesten Mitglied von Die Berater Online Marketing. Hanna beschäftigt sich mit der Konzeptionierung und Optimierung von Onlineshops und versucht damit zu vermeiden, dass Nutzer*innen verwirrt, enttäuscht oder sogar frustriert eine Website verlassen. Aber auch der Zugang zum Internet für Menschen mit verschiedensten Beeinträchtigungen ist ihr ein Herzensthema. Wenn du also erfahren möchtest, wie du dein Business inklusiv und zufriedenstellend aufbauen kannst, dann hör in die aktuelle Folge des Handel 4.0 E-Commerce Podcasts rein!

Tied Together
Building the Foundations for Hospitality Success with Thomas Yionoulis #30

Tied Together

Play Episode Listen Later Apr 13, 2022 33:59


As the hospitality industry continues to find its feet again after a tough two years, there's a lot of solutions that technology can offer to help them work at their very best - namely OpsAnalitica.Their Founder, Thomas Yionoulis, has an incredibly rich and varied career path taking him from a budding standup comedian to creating Quiznos' audit software to uphold standards across their 5,000 locations at the time.Katrina Logie talks with Thomas about the potential gains that technology can bring to the sector, how they design UX to cater to busy hospitality staff, and the future prospect of combining staff, robots, sensors and real time data.This episode of Tied Together covers:Tommy's illustrious path to founding OpsAnaliticaThe ability to break goals into small steps, and how it translates into their platformHow customers are expanding the system's functionalityBenefits of handling the backend yourself as opposed to cloud services like Azure & AWSTechnology's role in the operations side of hospitalityLinks and references: https://bit.ly/3jAo8bD

Tied Together
How AI is Revolutionising Psychic Readings with Raven Storm - BONUS APRIL 1ST EPISODE

Tied Together

Play Episode Listen Later Apr 1, 2022 12:36


On Tied Together we're always looking at the future of digital, and one of the most unique implementations of Artificial Intelligence might come from an unexpected source - psychics.We're joined by Raven Storm, an expert in extrasensory perception (ESP), whose work with AI is making readings more accessible to us at home. Raven shares all, from the prospect of new, novel expressions of our aura in the Metaverse, to creating the ‘Uber for Psychics'.This episode of Tied Together covers:How technology has developed since its early adoption in psychic readingsThe microservices architecture behind Raven's psychic databaseAccessing wider markets through social media integrationPotential enhancement of the Metaverse interface through innovative representations of ‘aura'Links and references: https://bit.ly/3tWYSlV

Tied Together
Technology's Upheaval of the Energy Market with CEO of Energy Ogre, Jesson Bradshaw #29

Tied Together

Play Episode Listen Later Mar 30, 2022 41:51


The incredible array of tools helping energy customers navigate the complexities of the market now are a far cry from those available when the market opened 20 years ago.With the supply of energy moving to more renewable sources, we hear from Energy Ogre's CEO on how they're using innovative technology to pair consumers' demand profiles with the right suppliers.Jesson Bradshaw brings his expertise to Tied Together this week, as we hear about how proprietary systems are rapidly processing huge amounts of data, the cloud computing and database tools essential to their offering, and much more.This episode of Tied Together covers:How the move towards consumer choice presented an opportunity for Energy Ogre to simplify a complex process for consumersWhat the US energy market can learn from developing industries around the worldThe technologies enabling a cost-saving marriage of demand profiles with suitable supplier profilesCloud computing and database tech that's been essential to Energy Ogre's offeringLinks and references: https://bit.ly/3tRtpll

Tied Together
The Empowered Future of Healthcare with CEO of Digital Health and Care Wales, Helen Thomas #28

Tied Together

Play Episode Listen Later Mar 16, 2022 42:52


Two years ago the country's healthcare response to Covid was immense, and wouldn't have been possible without the digital advancements made in recent years.At the forefront of these changes as CEO of Digital Health and Care Wales is Helen Thomas, advocating the need to create a smoother care pathway that signals an end to outdated systems.Helen joins Katrina on Tied Together to consider how we integrate digital without limiting access to those less adept with tech, the data processing tools enabling Wales' community pharmacies, and more on connecting healthcare services together.This episode of Tied Together covers:Healthcare providers' shift away from dependency on paperBalancing digitisation with the need to maintain access for the less tech-literateWhich tools are enabling the NHS to handle the huge amount of data requiredHow the pandemic accelerated the focus on areas of improvementLinks and references: https://bit.ly/3CLJdbQ

Tied Together
Delivering Tech Innovation in a Global Market with Glovo's CTO, Narek Verdian #27

Tied Together

Play Episode Listen Later Mar 2, 2022 32:14


Glovo has seen monumental growth in the delivery sector, expanding its innovative tech solution into 23 countries, so how do they manage data to match their ever-increasing demand?Narek Verdian is Chief Technology Officer for the Barcelona-based startup, and he joins Katrina Logie on Tied Together to discuss how machine learning and AI are essential as they breach new territories, and what tools we need for the future of hybrid work to live up to its potential.This episode of Tied Together covers:The future tech solutions needed to improve the hybrid workflowBuilding a unique delivery platform with customer service at its heartGlovo's innovative use of AI, machine learning and data scienceHandling the complexity of a multi-category serviceThe essential tools Glovo rely on to measure customer demandsLinks and references: https://bit.ly/3Hu1knC

Nodes of Design
Nodes of Design#83: User interface design by Bob Baxley

Nodes of Design

Play Episode Listen Later Mar 1, 2022 47:23


Bob Baxley is a design executive, advisor, mentor, and advocate who has built, managed, and led UX teams at some of Silicon Valley's most respected companies. With a career spanning three decades, Bob's work at Apple, Pinterest, Yahoo!, and elsewhere has touched hundreds of millions of users worldwide. Currently, Bob serves as the Senior Vice-President of Design at ThoughtSpot, a business intelligence, and data analytics platform. Before ThoughtSpot, Bob was Head of Product Design at Pinterest and spent over eight years at Apple. While at Apple, Bob served in senior leadership roles in the retail and e-commerce teams, including leading the creative team responsible for the Apple Online Store. Bob is an advisor to Project Invent, Bob is committed to recruiting and inspiring the next generation of designers by mentoring individuals and advising organizations that are working to improve the profession and practice of digital product design. In this episode, Bob shared great insights on User interface design and how it evolved from silicon valley. We then spoke on what are the different frameworks for data-enabled Design? And why having good taste is better than having good data. Latter, Bob shared his views on why only a few companies can design at the level of Apple and shared his experience working at Apple during the meteoric rise of the iPhones. We then spoke on how individual contributors could grow in careers and present to executive levels as designers. Later, we concluded the show with Bob's take on the future of Design. Takeaways- User interface design and its evolutions, Core fundamentals of the software, how to grow in your career as a designer. Bob Baxley Book - Making the Web Work: Designing Effective Web Applications Thank you for listening to this episode of Nodes of Design. We hope you enjoy the Nodes of Design Podcast on your favorite podcast platforms- Apple Podcast, Spotify, Google Podcasts, Amazon Music, and many more. If this episode helped you understand and learn something new, please share and be a part of the knowledge-sharing community #Spreadknowledge. This podcast aims to make design education accessible to all. Nodes of Design is a non-profit and self-sponsored initiative by Tejj.

Tied Together
The Psychology of UX Design with Founder of 3Leaf, Thomas Watkins #26

Tied Together

Play Episode Listen Later Feb 16, 2022 38:52


The key to nailing seamless UX design across territories is closely tied to both the incredibly complex world of psychology, and a global awareness of cultural differences.This is typified in the approach taken by this week's podcast guest, UX Practitioner Thomas Watkins, who considers himself more of a Design Psychologist.The founder of UX design agency 3Leaf joins Lynsey Brownlow to break down how consistency helps keep experiences predictable and smooth for users, the importance of considering tone of copy in different regions, and how vital it is that we continue to research shifting trends in UX preferences.This episode of Tied Together covers:The role of social cognitive neuroscience in user experience designPriming, the stroop effect, and other psychological quirks you should account forHow simple language translation can break designsKey cultural differences that global UX designers need to considerFinding the right tone based on industryLinks and references: https://bit.ly/3gMX0oH

Tied Together
Unlocking the Power of Data Analytics with Founder of Molzana, Matt Nixon #25

Tied Together

Play Episode Listen Later Feb 2, 2022 29:26


Whether or not they're aware of it, businesses of all sizes are gathering a wealth of data with which they can make invaluable observations. Joining us on Tied Together this week to discuss how organisations are maximising this data to their benefit is Matt Nixon, Founder of data & analytics consultancy Molzana, who recently became the latest, exciting addition to the Cohaesus Group!We dive into the origin of Matt's expertise in data analysis, the channel agnostic approach that allows Molzana to work effectively in diverse sectors, and how they make such an influential impact through the insights they provide.This episode of Tied Together covers:The source of Matt's keen focus on data analyticsHandling the breadth of clients' challenges and their unique tech stacksThe differences between trusting gut instinct and following the dataHow Molzana bridges the gap between creative marketers and data analytics professionalsStaying flexible and channel agnostic to work with clients in varied industriesLinks and references: https://bit.ly/34pAO0L

Microsoft Business Applications Podcast
User Interface design for Canvas Apps with Clarissa Gillingham

Microsoft Business Applications Podcast

Play Episode Listen Later Jan 24, 2022 30:05


FULL SHOW NOTES https://podcast.nz365guy.com/352 A fun introduction of an enthusiast and dedicated Power Consultant, Clarissa Gillingham  A conversation about Clarissa's way into Power Platform and how she ultimately gets into Power Apps  Clarissa tells her experience now being with Power Platform  Clarissa answers what is app design particularly the user interface  Answering the question about what is important when designing apps for people and the way the interface works  How does Clarissa keep the top of mind for the folks that she works with? What is Clarissa's design process?  What is Clarissa's process around looking at her project from a design lens? How does Clarissa create consistency? RESOURCES MENTIONED:       • Metro Studio         • unDRAW        • Pexels AgileXRM AgileXRm - The integrated BPM for Microsoft Power PlatformSupport the show (https://www.buymeacoffee.com/nz365guy)

Tied Together
The Problem with Feedback Surveys with Senior UX Designer, Flavio Lamenza #24

Tied Together

Play Episode Listen Later Jan 19, 2022 36:12


The opportunity to spend time with your customers is the most valuable thing a business can do. Put that time to good use - it can make or break experiences.Sky's Flavio Lamenza has observed the best and worst in user experiences, from sites implementing simple feedback tools to halting an eCommerce funnel the moment you set foot on a site.We hear from Flavio, Senior UX Designer, who joins us to offer his fabulous insights into the hurdles you can remove from your user experience, how you can spend more quality time with customers, and why it's vital to take a holistic look at UX rather than rely purely on data alone.This episode of Tied Together covers:Whether the widespread use of ‘feedback drawers' is actually effectiveThe importance of carefully considering when you ask for feedbackExamples of feedback collection practices to avoidWhy interoperability between steps in UX is key to solving issuesTips for anyone breaking into UXLinks and references: https://bit.ly/3GJGxwOLearn more with our 'The Problem with Feedback Survey's' Whitepaper: https://bit.ly/3slAzMH

Beyond 8 Figures
Helping Employees Thrive in Tech Sector with Joseph Fung, Uvaro

Beyond 8 Figures

Play Episode Listen Later Jan 12, 2022 39:24


Tech sales is an industry with a surprisingly high turnover due to the lack of sufficient training. A better system for finding the right candidates and providing adequate training will help business owners find employees who are in it for the long run and ready for more fulfilling careers. Today's guest, Joseph Fung from Uvaro specializes in making this whole process easy and effective for business owners and employees. Tune in to hear more about the process of finding the right employees for your company and how to keep them long-term. About our guest: Joseph Fung is the founder of Uvaro, a company that creates a better way to grow careers. He is known for his skills and knowledge in Entrepreneurship, SEO, Business Development, User Interface Design, Web Development, Startups, and others. On Today's Episode:  Where Joseph sees himself on his own entrepreneurial journey-2:23  The importance of pushing boundaries in business for growth. -4:48  Recognizing boundaries in business and chances to bring your A-game. -6:23  How to improve the process of meetings to make them more effective. -10:44  The series of events that have made the biggest impact on Joseph's career as an entrepreneur. -13:05  What a good business coach can do for you. -16:05  The process Joseph's company uses to find the right people and train them to perform and succeed. -18:50 The power of forming a peer group or network when job searching and how Joseph provides that for his customers. -23:15 The difference between direct hires for companies and Uvaro members. -26:11 ● How Uvaro gives members an advantage when transitioning into the tech industry. -28:17  The new set of problems businesses are seeing and what we need to pay attention to. -30:27  How Joseph defines success in his business. -32:45  Key Takeaways:  As entrepreneurs, sometimes we need to strategically pump the breaks so that the outcome is stronger, especially when hiring. Paying extra attention to the details will help you focus on the qualities you need in an ideal candidate.  To have more effective team meetings, go into them with a specific outcome in mind and plan accordingly. This will help you stay on task and complete the meeting in a timely manner.  Sometimes it's the negative interactions that make you a better entrepreneur and leader because they end up being learning experiences.   A network or circle can be a huge benefit for your employees because they get support and build long-lasting careers.  As entrepreneurs, we must pay attention to societal or economic realignments going on in the world so that we can adjust and come up with new opportunities.  Empowering our employees to succeed is a key component of retention. Pushing boundaries and finding new ways to do things is a great way to do this. [4:51] “I like to play with those edges and push those boundaries. Sometimes you fall, but sometimes you surprise yourself with greatness.” How do you inspire greatness in your employees? Tell us in the comments, and don't forget to say hello if you would like to share your entrepreneurship story on our podcast. Connect with Joseph Fung:  Website: https://uvaro.com  Facebook: https://www.facebook.com/uvaro.life  Twitter: https://twitter.com/josephfung  Instagram: https://www.instagram.com/uvaro.life/  LinkedIn: https://www.linkedin.com/in/josephfung Follow Beyond 8 Figures: Website: Beyond8Figures.com Twitter: @beyond8figures  Facebook: Beyond 8 Figures Instagram:@b8fpodcast Email: team@b8fpodcast.com Connect with Insights Lab:  Website: https://insightslab.ai/ Facebook: https://www.facebook.com/TheInsightsLab/ Instagram: https://www.instagram.com/insightslab.ai/ Email: weare@insightslab.ai LinkedIn: https://www.linkedin.com/company/insightslab-ai/

Tied Together
The New Age of Digital Health & Wellness with Tictrac's James Henson #23

Tied Together

Play Episode Listen Later Jan 5, 2022 28:27


Health & Wellbeing is an area with far more focus than ever before, evidenced by the slew of apps and services jumping into the space within the past few years alone.So where does Tictrac's James Henson see the most effective outcomes for end users, and how can we achieve it? Interoperability between platforms promises to unlock new experiences greater than the sum of their parts.Learn how Tictrac are traversing the digital health space, and the bright future they're working to bring businesses, on episode 23 of Tied Together.This episode of Tied Together covers:The driving force behind an explosion of wellness servicesHow much data is needed behind the scenes of health tracking appsCollaboration and interoperability, and how they could evolve the sectorCreating a research-backed, useful UX for customersThe future of digital wellnessLinks and references: https://bit.ly/32QIbho

Tied Together
Mastering Modern Marketing's Touchpoints with The Thread Team's Founder, Richard Calvert #22

Tied Together

Play Episode Listen Later Dec 22, 2021 32:10


Marketing spend is an essential growth tool in business and brand transformation, so why is such a huge proportion of it reportedly ineffective? For those looking to grow their brand, simply throwing money at the problem is unlikely to yield the success that The Thread Team's Richard Calvert fosters with their clients.Richard joins us on Tied Together this week for a dive into why it's not enough simply to obtain a tool without properly applying it, and how modern marketing's focus on digital touchpoints doesn't elude the same issues that remain relevant to any business in any era.This episode of Tied Together covers:Details on the vast MarTech spend, and why so much of it is ineffectiveHow ‘modern marketing' primarily focuses on digital touchpointsData as the catalyst for driving changeWays that businesses can maximise what they have before investing in new solutionsLinks and references: https://bit.ly/3yP7YSE

Design MBA
Making $100,000+ Selling Design Ebooks - Michal Malewicz (Founder @ HYPE4)

Design MBA

Play Episode Listen Later Dec 20, 2021 65:50


Michal Malewicz started designing back in 1999, initially for fun, gaming related projects. Back then a web designer was the person who both designed and coded the front-end, so he had to quickly learn to code too. He worked in a couple of agencies and in 2013 started his own design agency HYPE4. He also teaches design at SWPS University in Poland, speaks at conferences, surfs (Baltic sea can be quite fun) and skates in his free time.  LEVELING UP YOUR UI SKILLSCheck out the most comprehensive and biggest ebook about User Interface Design: https://designingui.com/ CONNECT WITH Michal MalewiczFollow Michal Malewicz on TwitterFollow Michal Malewicz on LinkedInFollow Michal Malewicz on MediumFollow Michal Malewicz on YouTube LEVEL UP YOUR DESIGN CAREER (FREE EMAIL COURSE)Learn 7 proven strategies in 7 days to grow in your design career -https://levelup.designmba.show/

Tied Together
A Decade of Digital Evolution in Recruitment with talent.io's Talent Advocate & Sourcing Lead, Tom Morgan #21

Tied Together

Play Episode Listen Later Dec 8, 2021 32:39


Long gone are the days of physical job boards and drive-by CV runs; the systems for hiring talent are more powerful than ever, but with great power comes great responsibility.With an overview of how technology in the recruitment sector has progressed over the past 10 years, talent.io's Tom Morgan features on this week's episode of Tied Together.He and host Katrina Logie discuss revitalising lesser-used platforms, the growth of A.I. & automation, and where future platforms could perfect the recruitment experience for businesses and candidates alike.This episode of Tied Together covers:The evolution of recruitment in the past decadeThe art of combining older technologies with new platforms and approachesHow digitisation is driving a need for creative marketing in recruitmentA.I. and automation's growing role in talent acquisitionLinks and references: https://bit.ly/3ycrIzh

Bear Academy
#30 Do these 3 things in the morning!

Bear Academy

Play Episode Listen Later Dec 7, 2021 6:18


People want to be productive, and productivity is not only a common goal for professionals, but also a goal for almost everyone. I think I'm productive, but recently, I just found a tip that can fundamentally improve my productivity to a brand new level. What's that? Let's talk about this! Bear Who? Hello, I'm Bear, a UX/UI designer who lives and works in Auckland. I make podcasts and YouTube videos about design, productivity, and tech between my work and family hours. You can find me here: YouTube: https://www.youtube.com/c/BearTalkVideo Newsletter: https://email.beartalking.com/signup Blog: https://blog.beartalking.com/ Podcast: https://voice.beartalking.com/ Instagram: https://instagram.com/beartalking Twitter: https://twitter.com/bearbig Weibo: https://www.weibo.com/bearbig Website: https://beartalking.com

Digitaliseringspådden
Hva er Google Design Sprint?

Digitaliseringspådden

Play Episode Listen Later Dec 3, 2021 72:42


I dagens Digitaliseringspådd snakker vi om brukeropplevelser og hvordan utforme digitale produkter. Mastergrad i interaksjonsdesign, Espens Sira fra Already On, forklarer «Design thinking», «10 Usability Heuristics for User Interface Design» og «Google Design Sprint». 

design hva er design sprints user interface design usability heuristics google design sprint
Bear Academy
#29 A Lesson from Brain Collins

Bear Academy

Play Episode Listen Later Dec 1, 2021 4:33


There are a few things creative people need to do every day, actually, some things need to do for the whole life as a designer, programmer, writer, or any kind of creative people. I've joined an online session with legendary designer, Brian Collins, and he listed 3 things that every creative person needs to improve during his/her career. Can't wait to share with you! Bear Who? Hello, I'm Bear, a UX/UI designer who lives and works in Auckland. I make podcasts and YouTube videos about design, productivity, and tech between my work and family hours. You can find me here: YouTube: https://www.youtube.com/c/BearTalkVideo Newsletter: https://email.beartalking.com/signup Blog: https://blog.beartalking.com/ Podcast: https://voice.beartalking.com/ Instagram: https://instagram.com/beartalking Twitter: https://twitter.com/bearbig Weibo: https://www.weibo.com/bearbig Website: https://beartalking.com

Bear Academy
#28 Why should you color-code meetings?

Bear Academy

Play Episode Listen Later Nov 24, 2021 9:09


Productive remote meetings, everyone wants them, but it's not easy to be productive during all meetings, especially for remote workers. We need to know not all the meetings are the same, and we should divide them into different types, and cope with different strategies. Here's a tip that I'm using for keeping productive and good well-being when taking many meetings every work week. Bear Who? Hello, I'm Bear, a UX/UI designer who lives and works in Auckland. I make podcasts and YouTube videos about design, productivity, and tech between my work and family hours. You can find me here: YouTube: https://www.youtube.com/c/BearTalkVideo Newsletter: https://email.beartalking.com/signup Blog: https://blog.beartalking.com/ Podcast: https://voice.beartalking.com/ Instagram: https://instagram.com/beartalking Twitter: https://twitter.com/bearbig Weibo: https://www.weibo.com/bearbig Website: https://beartalking.com

Bear Academy
#27 Design Principles in Squid Game

Bear Academy

Play Episode Listen Later Nov 17, 2021 6:09


I guess most of you guys already watched the Netflix show: Squid Game? As a product and UX designer, I found a few design principles in Squid Game. Sounds interested? Let's jump into the game and review them! Bear Who? Hello, I'm Bear, a UX/UI designer who lives and works in Auckland. I make podcasts and YouTube videos about design, productivity, and tech between my work and family hours. You can find me here: YouTube: https://www.youtube.com/c/BearTalkVideo Newsletter: https://email.beartalking.com/signup Blog: https://blog.beartalking.com/ Podcast: https://voice.beartalking.com/ Instagram: https://instagram.com/beartalking Twitter: https://twitter.com/bearbig Weibo: https://www.weibo.com/bearbig Website: https://beartalking.com

Bear Academy
#26 - What does work mean to you?

Bear Academy

Play Episode Listen Later Nov 9, 2021 3:41


Work could mean different thing for us. What does work mean to you? Bear Who? Hello, I'm Bear, a UX/UI designer who lives and works in Auckland. I make podcasts and YouTube videos about design, productivity, and tech between my work and family hours. You can find me here: YouTube: https://www.youtube.com/c/BearTalkVideo Newsletter: https://email.beartalking.com/signup Blog: https://blog.beartalking.com/ Podcast: https://voice.beartalking.com/ Instagram: https://instagram.com/beartalking Twitter: https://twitter.com/bearbig Weibo: https://www.weibo.com/bearbig Website: https://beartalking.com

Bear Academy
#25 - One Tip That Totally Improved My Wellbeing During Lockdown

Bear Academy

Play Episode Listen Later Nov 1, 2021 2:28


A big tip that helps my well-being during lockdown is disconnecting. To be specific, disconnect from my devices while eat and sleep. Let's talk about the first one. Eating and scrolling was my default - I always need to find something to do. Checking social media, posting photos on social, watching videos, or listening to podcasts...so many things to do while eating! I noticed how my mobile shaped my behavior and thinking and decided to fight back. I've tried mindfulness eating, and it changed the way I used to eat. Eating becomes a way of recharging myself, both on body and soul. As there are three times per day to recharge, the benefits are continuous. It's easy - just eat when you are eating. Look at your food, smell them, taste them and eat them. Just connect to them, rather than connect to your device, news, or emails. Try it today, it's only 20-30 minutes. Bear Who? Hello, I'm Bear, a UX/UI designer who lives and works in Auckland. I make podcasts and YouTube videos about design, productivity, and tech between my work and family hours. You can find me here: YouTube: https://www.youtube.com/c/BearTalkVideo Newsletter: https://email.beartalking.com/signup Blog: https://blog.beartalking.com/ Podcast: https://voice.beartalking.com/ Instagram: https://instagram.com/beartalking Twitter: https://twitter.com/bearbig Weibo: https://www.weibo.com/bearbig Website: https://beartalking.com

Ask an Engineering Manager
014: Books: What are the best books about Software Engineering?

Ask an Engineering Manager

Play Episode Listen Later Oct 31, 2021 28:59


This time the title says it all: The best books about software engineers, and for software engineers, from timeless classics to books that everybody knows and nobdy reads, to books that are not about software development at all but still highly recommended for programmers.   The giant list of links to all the recommended software engineering books mentioned: https://bignerdranch.com/books/ios-programming-the-big-nerd-ranch-guide-7th-edition/ https://www.newline.co/ng-book/2/ https://www.oreilly.com/library/view/effective-java/9780134686097/ http://therubyway.io/ https://git-scm.com/book/en/v2 https://pragprog.com/titles/utj2/pragmatic-unit-testing-in-java-8-with-junit/ https://www.postgresql.org/docs/ https://pragprog.com/titles/pwrdata/seven-databases-in-seven-weeks-second-edition/ https://nostarch.com/howlinuxworks3 http://regex.info/book.html https://www.algorist.com/ https://www.oreilly.com/library/view/code-complete-second/0735619670/ https://pragprog.com/titles/tpp20/the-pragmatic-programmer-20th-anniversary-edition/ https://www.goodreads.com/book/show/3735293-clean-code https://martinfowler.com/books/refactoring.html https://www.goodreads.com/book/show/85009.Design_Patterns https://www.oreilly.com/library/view/head-first-design/9781492077992/ https://www.oreilly.com/library/view/head-first-object-oriented/0596008678/ https://www.dddcommunity.org/book/evans_2003/ https://www.infoq.com/minibooks/domain-driven-design-quickly/ https://www.oreilly.com/library/view/domain-driven-design-distilled/9780134434964/ https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/ https://martinfowler.com/architecture/ https://pragprog.com/titles/mnee2/release-it-second-edition/ https://dataintensive.net/ https://hpbn.co/ https://www.joelonsoftware.com/category/uibook/ https://www.goodreads.com/book/show/41790.User_Interface_Design_for_Programmers https://sensible.com/dont-make-me-think/ https://www.oreilly.com/library/view/the-non-designers-design/9780133966350/ https://en.wikipedia.org/wiki/The_Mythical_Man-Month https://en.wikipedia.org/wiki/Peopleware:_Productive_Projects_and_Teams https://www.pearson.com/us/higher-education/product/Pindyck-Microeconomics-9th-Edition/9780134184241.html https://freakonomics.com/books/ https://timharford.com/books/undercovereconomist/ https://www.kalzumeus.com/greatest-hits/ https://twitter.com/patio11 https://news.ycombinator.com/user?id=patio11 https://stripe.com/en-de/guides https://press.stripe.com/

Bear Academy
#24 - How Do Professionals Cope With Lockdown?

Bear Academy

Play Episode Listen Later Oct 28, 2021 8:42


Recently I ran a team session with 30+ designers in my team, and got some great tips and suggestions on coping with lockdown. Let's see how those top professionals cope with lockdown! Bear Who? Hello, I'm Bear, a UX/UI designer who lives and works in Auckland. I make podcasts and YouTube videos about design, productivity, and tech between my work and family hours. You can find me here: YouTube: https://www.youtube.com/c/BearTalkVideo Newsletter: https://email.beartalking.com/signup Blog: https://blog.beartalking.com/ Podcast: https://voice.beartalking.com/ Instagram: https://instagram.com/beartalking Twitter: https://twitter.com/bearbig Weibo: https://www.weibo.com/bearbig Website: https://beartalking.com

Bear Academy
#23 - 6 Wellbeing Tips Help You Survive And Thrive In Lockdown

Bear Academy

Play Episode Listen Later Oct 25, 2021 9:16


New Zealand is currently in a level 4 lockdown, and many people from other places are experiencing the same challenge. In this podcast, I'm going to share a few wellbeing tips that I used and worked for me on coping with lockdown, hope they will helpful for you as well. Bear Who? Hello, I'm Bear, a UX/UI designer who lives and works in Auckland. I make podcasts and YouTube videos about design, productivity, and tech between my work and family hours. You can find me here: YouTube: https://www.youtube.com/c/BearTalkVideo Newsletter: https://email.beartalking.com/signup Blog: https://blog.beartalking.com/ Podcast: https://voice.beartalking.com/ Instagram: https://instagram.com/beartalking Twitter: https://twitter.com/bearbig Weibo: https://www.weibo.com/bearbig Website: https://beartalking.com

Bear Academy
#22 - I Stopped Making videos for 2 Months, And I've Finished A Book!

Bear Academy

Play Episode Listen Later Oct 21, 2021 14:33


I consider producing content as a serious thing. Since this year, I've decided to make 2 videos per week. That was my goal, and it still is. But in last two months, I stopped doing it. Why? In this podcast, I'm going to share why and how I stopped making content on my channel in last 2 months, and use the time to write a book. Bear Who? Hello, I'm Bear, a UX/UI designer who lives and works in Auckland. I make podcasts and YouTube videos about design, productivity, and tech between my work and family hours. You can find me here: YouTube: https://www.youtube.com/c/BearTalkVideo Newsletter: https://email.beartalking.com/signup Blog: https://blog.beartalking.com/ Podcast: https://voice.beartalking.com/ Instagram: https://instagram.com/beartalking Twitter: https://twitter.com/bearbig Weibo: https://www.weibo.com/bearbig Website: https://beartalking.com

Bear Academy
#21 - 6 Tips From An Introvert For Preparing A Speech

Bear Academy

Play Episode Listen Later Oct 18, 2021 12:51


It's not easy to give a speech in front of 100 people as an introvert, with your second language. I'm happy that I did it, but even happier about the things I've learned. In this podcast, I'm sharing a few things I've learned from 4 public speeches I did recently: Sincere beats seriousity. Don't start from scratch. Reflection as a habit. Preparation is gold, and practice is diamond. Team work makes dream work. Enjoy the progress. *** Bear Who? Hello, I'm Bear, a UX/UI designer who lives and works in Auckland. I make podcasts and YouTube videos about design, productivity, and tech between my work and family hours. *** You can find me here: YouTube: https://www.youtube.com/c/BearTalkVideo Newsletter: https://email.beartalking.com/signup Blog: https://blog.beartalking.com/ Podcast: https://voice.beartalking.com/ Instagram: https://instagram.com/beartalking Twitter: https://twitter.com/bearbig Weibo: https://www.weibo.com/bearbig Website: https://beartalking.com

GGUTTalks
The Culture and Mindset of Design (in Japan) | EP02.S2 Yasuhisa Hasegawa

GGUTTalks

Play Episode Listen Later Sep 29, 2021 43:00


In this episode, I had a conversation with Yasuhisa Hasegawa about how he's making a difference with design in the long run. A difference by working in organisations for more than a flash intervention. We also discussed why presentation skills are fundamental and highlighted some of the differences between design in Japan and the rest of the world.

Avantika Designeering Series
Pioneering Universal Experiences with Arin Bhowmick

Avantika Designeering Series

Play Episode Listen Later Sep 8, 2021 54:02


As designers, asking thought-provoking questions to the stakeholders can significantly impact the success of the product. It can be vital in understanding the problem that needs to be solved in alignment with its business goals. These interactions can help designers pinpoint the latent needs of the users and cater to them with innovative and meaningful universal experiences. So how can designers create accurate mental models based on user research? In this episode, to learn more about this theme, we interact with Arin Bhowmick, Chief Design Officer at IBM Products. With over two decades of experience as a design leader, he has extensive experience in product innovations, design thinking-based transformations, user research and UX strategy. He also holds expertise in UX Leadership, Design Process management, User Interface Design, Usability Measurement and much more. Let's know more about his journey and experience in the latest episode of "MIT Designeering Series Podcast," "Pioneering Universal Experiences." You can connect with Arin on Twitter @arinbhowmick. Don't forget to subscribe to our show and share your comments on mds@mitu.edu.in

Digital Insights
User Interface Design: 10 Principles Learned from Painful Mistakes

Digital Insights

Play Episode Listen Later Jul 22, 2021 12:46


Each episode of Digital Insights is based on the articles of Paul Boag. To read the post related to this post go to: https://boagworld.com/design/user-interface-design/

Better ROI from Software Development
#92: Software Application Speed - UX Design

Better ROI from Software Development

Play Episode Listen Later Jul 7, 2021 12:43


Continuing the conversation on Software Application Speed, I look at one of the means of improvement - User Experience Design. In this episode I introduce User Experience Design, its subset User Interface Design and how they can help your users get things done easier, with less frustration, and greater efficiency. ----- Find this episodes show notes at: https://red-folder.com/podcasts/92 Have an idea for an episode topic, or want to see what is coming up: https://red-folder.com/podcasts/roadmap

Werkbank Podcast
User Interface Design: How to build user-friendly products

Werkbank Podcast

Play Episode Listen Later Jun 19, 2021 54:35


Wie entstehen nutzerfreundliche Produkte? Was ist gutes Interface Design? Und wie ist die User Experience messbar? In dieser Folge bringen wir Licht in allerlei Buzzwords, schauen auf aktuelle Trends bei Nutzergewohnheiten, stellen digitale Tools für Konzeptentwürfe vor und besprechen, wann Designfragen wichtig werden – und wann nicht. Zu Gast ist David Liebefinke, Head of Product Owners bei Relaxdays, Dozent im Interface Design und Senior Usability Engineer.

The History of Computing

Visual Basic Welcome to the History of Computing Podcast, where we explore the history of information technology. Because understanding the past prepares us for the innovations of the future! Today we're going to cover an important but often under appreciated step on the path to ubiquitous computing: Visual Basic. Visual Basic is a programming language for Windows. It's in most every realistic top 10 of programming languages of all time. It's certainly split into various functional areas over the last decade or so, but it was how you did a lot of different tasks in Windows automation and programming for two of the most important decades through a foundational period of the PC movement. But where did it come from? Let's go back to 1975. This was a great year. The Vietnam War ended, Sony gave us Betamax, JVC gave us VHS. Francisco Franco died. I don't wish ill on many, but if I could go back in time and wish ill on him, I would. NASA launched a joint mission with the Soviet Union. The UK voted to stay the EU. Jimmy Hoffa disappears. And the Altair ships. Altair Basic is like that lego starter set you buy your kid when you think they're finally old enough to be able to not swallow the smallest pieces. From there, you buy them more and more, until you end up stepping on those smallest pieces and cursing. Much as I used to find myself frequently cursing at Visual Basic. And such is life. Or at least, such is giving life to your software ideas. No matter the language, there's often plenty of cursing. So let's call the Altair a proto-PC. It was underpowered, cheap, and with this Microsoft Basic programming language you could, OMG, feed it programs that would blink lights, or create early games. That was 1978. And based largely on the work of John Kemeny and Thomas Kurts, the authors of the original BASIC in 1964, at Dartmouth College. As the PC revolution came, BASIC was popular on the Apple II and original PCs with QuickBASIC coming in 1985, and an IDE, or Integrated Development Environment, for QuickBASIC shipped in 2.0. At the time Maestro was the biggest IDE in use, but they'd been around since Microsoft released the first in 1974. Next, you could compile these programs into DOS executables, or .exe files in 3.0 and 4.0 brought debugging in the IDE. Pretty sweet. You could run the interpreter without ever leaving the IDE! No offense to anyone but Apple was running around the world pitching vendors to build software for the Mac, but had created an almost contentious development environment. And it showed from the number of programs available for the Mac. Microsoft was obviously investing heavily in enabling developers to develop in a number of languages and it showed; Microsoft had 4 times the software titles. Many of which were in BASIC. But the last version of QuickBASIC as it was known by then came in 4.5, in 1988, the year the Red Army withdrew from Afghanistan - probably while watching Who Framed Roger Rabbit on pirated VHS tapes. But by the late 80s, use began to plummet. Much as my daughters joy of the legos began to plummet when she entered tweenhood. It had been a huge growth spurt for BASIC but the era of object oriented programming was emerging. But Microsoft was in an era of hyper growth. Windows 3.0 - and what's crazy is they were just entering the buying tornado. 1988, the same year as the final release of QuickBASIC, Alan Cooper created a visual programming language he'd been calling Ruby. Now, there would be another Ruby later. This language was visual and Apple had been early to the market on Visual programming, with the Mac - introduced in 1984. Microsoft had responded with Windows 1.0 in 1985. But the development environment just wasn't very… Visual. Most people at the time used Windows to open a Window of icky text. Microsoft leadership knew they needed something new; they just couldn't get it done. So they started looking for a more modern option. Cooper showed his Ruby environment to Bill Gates and Gates fell in love. Gates immediately bought the product and it was renamed to Visual Basic. Sometimes you build, sometimes you partner, and sometimes you buy. And so in 1991, Visual Basic was released at Comdex in Atlanta, Georgia and came around for DOS the next year. I can still remember writing a program for DOS. They faked a GUI using ASCII art. Gross. VB 2 came along in 1992, laying the foundations for class modules. VB 3 came in 93 and brought us the JET database engine. Not only could you substantiate an object but you had somewhere to keep it. VB 4 came in 95 because we got a 32-bit option. That adds a year or 6 for every vendor. The innovations that Visual Basic brought to Windows can still be seen today. VBX and DLL are two of the most substantial. A DLL is a “dynamic link library” file that holds code and procedures that Windows programs can then consume. DLL allow multiple programs to use that code, saving on memory and disk space. Shared libraries are the cornerstone of many an object-oriented language. VBX isn't necessarily used any more as they've been replaced with OCXs but they're similar and the VBX certainly spawned the innovation. These Visual Basic Extensions, or VBX for short, were C or C++ components that were assembled into an application. When you look at applications you can still see DLLs and OCXs. VB 4 was when we switched from VBX to OCX. VB 5 came in 97. This was probably the most prolific, both for software you wanted on your computer and malware. We got those crazy ActiveX controls in VB 5. VB 6 came along in 1998, extending the ability to create web apps. And we sat there for 10 years. Why? The languages really started to split with the explosion of web tools. VBScript was put into Active Server Pages . We got the .NET framework for compiled web pages. We got Visual Basic for Applications, allowing Office to run VB scripts using VBA 7. Over the years the code evolved into what are now known as Unified Windows Platform apps, written in C++ with WinRT or C++ with CX. Those shared libraries are now surfaced in common APIs and sandboxed given that security and privacy have become a much more substantial concern since the Total Wave of the Internet crashed into our lego sets, smashing them back to single blocks. Yah, those blocks hurt when you step on them. So you look for ways not to step on them. And controlling access to API endpoints with entitlements is a pretty good way to walk lightly. Bill Gates awarded Cooper the first “Windows Pioneer Award” for his work on Visual Basic. Cooper continued to consult with companies, with this crazy idea of putting users first. He was an earlier proponent of User Experience and putting users first when building interfaces. In fact, his first book was called “About Face: The Essentials of User Interface Design.” That was published in 1995. He still consults and trains on UX. Honestly, Alan Cooper only needs one line on his resume: “The Father of Visual Basic.” Today Eclipse and Visual Studio are the most used IDEs in the world. And there's a rich ecosystem of specialized IDEs. The IDE gives code completion, smart code completion, code search, cross platform compiling, debugging, multiple language support, syntax highlighting, version control, visual programming, and so much more. Much of this isn't available on every platform or for every IDE, but those are the main features I look for - like the first time I cracked open IntelliJ. The IDE is almost optional in functional programming - but In an era of increasingly complex object-oriented programming where classes are defined in hundreds or thousands of itty bitty files, a good, smart, feature-rich IDE is a must. And Visual Studio is one of the best you can use. Given that functional programming is dead, there's no basic remaining in any of the languages you build modern software in. The explosion of object-orientation created flaws in operating systems, but we've matured beyond that and now get to find all the new flaws. Fun right? But it's important to think, from Alan Kay's introduction of Smalltalk in 1972, new concepts in programming in programming had been emerging and evolving. The latest incarnation is the API-driven programming methodology. Gone are the days when we accessed memory directly. Gone are the days when the barrier of learning to program was understanding functional and top to bottom syntax. Gone are the days when those Legos were simple little sets. We've moved on to building Death Stars out of legos with more than 3500 pieces. Due to increasingly complex apps we've had to find new techniques to keep all those pieces together. And as we did we learned that we needed to be much more careful. We've learned to write code that is easily tested. And we've learned to write code that protects people. Visual Basic was yet another stop towards the evolution to modern design principals. We've covered others and we'll cover more in coming episodes. So until next time, think of the continuing evolution and what might be next. You don't have to be in front of it, but it does help to have a nice big think on how it can impact projects you're working on today. So thank you for tuning in to yet another episode of the History of Computing Podcast. We're so lucky to have you. Have a great day!

How to Be Awesome at Your Job
301: Asking the Right Questions the Right Way with Typeform's David Okuniev

How to Be Awesome at Your Job

Play Episode Listen Later May 24, 2018 23:04


David Okuniev shares his knowledge in getting the right input from respondents, and gives tips on dealing with data collection and analysis.You'll Learn:1) How to get the best possible input from your respondents2) Three questions to gain good insight from users3) Smart moves when drawing analysis from responsesAbout DavidDavid Okuniev is the co-founder & joint CEO @ Typeform and a Product designer. His specialties include expertise in User Interface Design, User Experience Design, Graphic Design, Creative & technical direction.Items Mentioned in this Show:Career decision-making course: Do I Stay or GoData collection tool: TypeformAnalytical approach: Thematic AnalysisBook: Introduction to Qualitative Research by Uwe FlickBook: Qualitative Data Analysis: An Expanded Sourcebook by Matthew B. Miles, A. Michael HubermanDesigner: Paul RandAuthor: Bill BrysonTool: SketchBlog: Typeform blogView transcript, show notes, and links at http://AwesomeAtYourJob.com/ep301. See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.