I think a relevant book for front-end designers the Refactoring UI book

I think a relevant book for front-end designers the Refactoring UI book

  • It's particularly useful for developers, startup founders, and anyone who needs to create interfaces but doesn't have formal design training.
  • The book has influenced many developers to improve their design skills and has been widely recommended in web development communities.


Key concepts:

  • Starting with a blank slate vs working with existing designs
  • Using systematic approaches to choose colors, fonts, and sizing
  • Designing in grayscale before adding color
  • Creating depth and realism in UI elements
  • Handling responsive design effectively

要查看或添加评论,请登录

ranush malsika的更多文章

  • Docker Architecture

    Docker Architecture

    Multiple containers from a single image Layers of image How Docker Swarm manages containers, services, and stacks…

  • I think a relevant book for every developer the Designing Data-Intensive Applications book

    I think a relevant book for every developer the Designing Data-Intensive Applications book

    This book is a comprehensive guide to designing large-scale distributed systems. Here's a concise overview of the main…

  • How JWT Works in a Website (Simply idea)

    How JWT Works in a Website (Simply idea)

    JWT stands for JSON Web Token. It's a compact and self-contained way for securely transmitting information between…

  • nextTick function in vue js

    nextTick function in vue js

    nextTick is often used after the DOM has been updated to ensure that any changes made to the DOM are fully reflected…

  • What is async ?

    What is async ?

    async is a keyword used in programming, particularly in languages like JavaScript, Python, and C#, that allows…

  • onDeactivated in vue js

    onDeactivated in vue js

    to handle when a component is deactivated, meaning it is cached and removed from the DOM without being destroyed.

  • onActivated in vue js

    onActivated in vue js

    =Home onActivated hook in Vue.js is used in the context of components to handle when a component is activated.

  • onRenderTriggered in vue js

    onRenderTriggered in vue js

    =Home onRenderTriggered hook in Vue.js is used to monitor when a reactive dependency has been triggered during the…

  • onRenderTracked in vue js

    onRenderTracked in vue js

    =Home onRenderTracked lifecycle hook in Vue.js is used to monitor reactive dependencies that are being tracked during…

  • onBeforeUnmount in vue js

    onBeforeUnmount in vue js

    =Home onBeforeUnmount lifecycle hook in Vue.js is called right before a component instance is destroyed.

社区洞察

其他会员也浏览了