Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 2.05 KB

cheatSheets.md

File metadata and controls

29 lines (15 loc) · 2.05 KB

Back

Cheat Sheets

  • DevHints: A great resource of cheat sheets for a wide range of technologies.

  • Git Cheat Sheet: A cheat sheet that features the most important and commonly used Git commands for easy reference.

  • HTMLCheatSheet: A reference sheet for HTML, CSS, and JavaScript that includes helpful code structures (e.g. for setting up a blank page, tables, charts, etc.), and helpful tools such as an RGB color picker, iframe generator, and placeholder text generator.

  • Jekyll Cheatsheet: An excellent resource for learning Jekyll variables and filters.

  • Markdown Cheat Sheet: Everything you need to know about Markdown laid out in a PDF format.

  • GitHub Emoji Cheatsheet: A complete list of GitHub markdown emoji markup (for use in your comments, repo description, GitHub status etc.).

  • Flexbox Cheatsheet: A brilliant visual resource for mastering CSS flexbox.

  • CSS Grid Cheatsheet: Learn all about the properties available in CSS Grid Layout through simple visual examples.

  • Emmet Cheatsheet: The most relevant Emmet syntax for faster HTML coding

  • CSS Cheatsheet: List of elements, selectors, and styles with relevent links to thier MDN pages.

  • JS Regex Cheat Sheet: Helpful resource when you need to use Regex in your JS Code.

  • Angular Cheat Sheet: Official Cheat Sheet for Angular, covers all the important topics along with examples.

  • React Cheat Sheet: Basic syntax: import, render method, stateless components, class, rendering methods, conditional rendering.