Tips and tricks to enhance your development experience

Posted on May 28, 2024

In this article I have gathered guides, tips and tricks which have helped me throughout the years as a developer.

  • Emmet Cheat Sheet

    When coding in VS Code, Emmet is a great extension to help speed up your work. This cheat sheets shows every syntax that is available for you to use.

    View cheat sheet docs.emmet.io

  • Write better CSS

    For anyone new to coding, or someone who is more keen on backend code, CSS can be difficult to understand. This article provides valuable insights on how to write code that is not only more efficient and intelligent but also highly reusable.

    Read article paulcpederson.com

  • BEM

    Block Element Modifer – a methodology that helps you to create reusable components and code sharing in front-end development. This is highly useful when combined together with SASS or Less

    Visit their website getbem.com