🔗 Markdown Cheat Sheet
https://markdownguide.org/cheat-sheet
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents.
https://markdownguide.org/cheat-sheet
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents.
https://gatsbyjs.com/gatsby-cheat-sheet.pdf
The Gatsby team has created a resource that you might find useful when building a Gatsby site: a cheat sheet with all the top commands and development tips! Feel free to download and print yourself a copy (and tape it by your workstation!).
https://jamstack.org
Jamstack is an architecture designed to make the web faster, more secure, and easier to scale. It builds on many of the tools and workflows which developers love, and which bring maximum productivity.
https://htmlcheatsheet.com/js
What is Javascript?
JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive. Where HTML and CSS are languages that give structure and style to web pages, JavaScript gives web pages interactive elements that engage a user.
https://cssreference.io
What is CSS?
CSS (Cascading Style Sheets) is a stylesheet language used to describe the presentation of a document written in HTML or XML. CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.
https://websitesetup.org/html5-cheat-sheet
What is HTML?
HTML (HyperText Markup Language) is the code that is used to structure a web page and its content.