#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
Tips for using less on the command line.
To navigate:
To search:
Set which editor git should use.
This is the program that will open during a commit with no -m flag, a merge, a rebase, etc...
Select from any installed editor. Examples:
emacsvi or vim| import { Link } from 'react-router-dom' | |
| import { Badge, Col, Menu } from 'antd' | |
| const StyledBadge = styled(Badge)` | |
| .ant-badge-count { | |
| background-color: #7ECBBF; | |
| color: white; | |
| box-shadow: 0 0 0 1px #d9d9d9 inset; | |
| } | |
| ` |
#WDI Week 3 Notes
##Monday
Australia Day Public Holiday
##Tuesday
###CRUD
#WDI Week 4 Notes
##Monday
###Warmup
Bob:
DNA is represented by an alphabet of the following symbols: 'A', 'C', 'G', and 'T'.
Each symbol represents a nucleotide, which is a fancy name for the particular molecules that happen to make up a large part of DNA.
Shortest intro to biochemistry EVAR:
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
#WDI Week 4 Notes
##Monday
###Warmup
Bob:
database table name: always plural
CREATE TABLE products (
);
model class and filename: always singular
product.rb
class Product