Leveraging Mental Models in UX Design
Link: Leveraging Mental Models in UX Design: "Users know how your product works and how to use it even before you design it. At least, they should. Users form expectations around how things should work through familiar patterns and repeated use. To design for maximum usability, designers need to understand and leverage users’ mental models. #ux #uxdesign"
Library for stubbing and setting expectations on HTTP requests in Ruby.
Link: Library for stubbing and setting expectations on HTTP requests in Ruby.: "There are many of these building blocks. Use this to mock a web service that your system depends on. That way you can test your system without incurring the costs (in money and time) of calling the service."
Linux Applications Performance: Introduction - Unixism
Link: Linux Applications Performance: Introduction - Unixism: "A comprehensive look at how web (http) servers work"
Linux Commands for Developers - DEV
Link: Linux Commands for Developers - DEV: "Another one of these lists of commands."
Linux Process Management: Commands You Should Know - HostingAdvice.com | HostingAdvice.com
Link: Linux Process Management: Commands You Should Know - HostingAdvice.com | HostingAdvice.com: ""
Listen Notes: The best podcast search engine
Link: Listen Notes: The best podcast search engine: "Really useful tool to find podcasts and episodes. A nice looking podcast search engine."
Loading a file in Ruby – Mehdi Farsi – Medium
Link: Loading a file in Ruby – Mehdi Farsi – Medium: "In this article we’re going to describe the Kernel#load method."