Skip to content

Instantly share code, notes, and snippets.

View maria-mata's full-sized avatar

Maria Jose Mata maria-mata

View GitHub Profile
@maria-mata
maria-mata / meta-tags.md
Created October 3, 2017 20:34 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>
@maria-mata
maria-mata / full-stack-app.md
Last active July 27, 2017 22:27 — forked from bertoort/full-stack-app.md
Build a RESTful, full stack CRUD application.

Full Stack Application

By the end of this exercise you will build a full stack application with a client, server, and database.

** NOTE ** Do not copy and paste. This project is about solidifying concepts and finding gaps in your knowledge. It is OK to look back at previous work, however, you should understand what every line does and be able to write from scratch.

Tasks

0. Plan