In this episode we discuss why lot of people think Developers make unusable and lousy user experiences and interfaces. We take examples of Windows vs Mac and a throw back from a blog post I wrote 10 years ago. Enjoy
Nov 24
CPU and Kernel Page Faults
<p>Page faults occurs when the process tries to access a memory that isn’t backed by a physical page kernel raises a fault which loads a page. It happens on first access, stack expansion, COW, swap and much more. However it comes with a cost. </p><p><br /></p><p>In this episode o ... Show More
48m 37s
Aug 2016
Episode 32: Writing About UI/UX Professionally with Ben Gremillion
UI Breakfast Podcast. Episode 32: Writing About UI/UX Professionally with Ben Gremillion
To get ahead in your UI/UX career, you need to start writing about design at some point. Our guest Ben Gremillion, content designer at UXPin, will give you the best writing guidance. In this ... Show More
57m 3s
Jan 2020
Episode 154: Refactoring UI with Adam Wathan and Steve Schoger
Can developers build beautiful software on their own, without relying on a designer? One team decided to teach this knowledge, and scored massive success. Meet the brains behind Refactoring UI, Adam Wathan and Steve Schoger. You'll learn the story of their project, their favorite ... Show More
42m 25s
Oct 2021
Live From INTERACT: Microsoft's Developer Velocity Research
<p>This week we have another episode from the 2021 engineering leadership conference INTERACT. In this live conversation, Conor Bronsdon, Community Lead at LinearB and the executive producer of the Dev Interrupted podcast, interviews Henrik Gütle, GM of Azure for Microsoft Canad ... Show More
15m 15s
Apr 2020
Episode 15 - Compilers, Linters, and Formatters
In this episode of the programming podcast, we'll discuss static analysis and code transformation. In particular, we'll look at the difference between compilers, linters, and formatters. By the end of the episode, you'll understand what tool you should use to improve your develop ... Show More
8m 39s