a62b83d1af
Grammatical change ( #33046 )
2019-01-15 17:52:01 -06:00
5d1a778583
add video tutorials links ( #28996 )
2019-01-15 17:49:51 -06:00
97caacf029
Update index.md ( #32128 )
...
Edited run-on sentence in line 6.
2019-01-15 17:45:57 -06:00
6d32c71cf4
Added official website link ( #32184 )
2019-01-15 17:43:55 -06:00
eda241e370
corrected spelling of 'optimization' ( #32755 )
2019-01-15 17:33:06 -06:00
43f64a4204
Add title text to image chart ( #27945 )
...
Added title text "Chef Configuration process chart" to the image of the chart.
2019-01-15 17:31:30 -06:00
ed27109ce8
text changes: remove comma and add there is ( #27405 )
...
removed comma after "database" here: for example a web application with a database, will
and
added "There is" and lower cased "No" here: No need to interact with each machine individually.
2019-01-15 17:28:54 -06:00
d6b8c5fcee
Remove meaningless 4 in use a retina image guide ( #30789 )
2019-01-15 17:28:06 -06:00
b499ea880a
Corrected spelling in 'following' ( #32360 )
2019-01-15 17:27:11 -06:00
fa4ddea155
Correction Spolier -> Spoiler ( #34474 )
2019-01-15 17:25:02 -06:00
722d136858
Fix typo: add 'y' to truthy ( #27517 )
2019-01-15 17:23:05 -06:00
9e5e3dcf9b
Fix order of hint paragraph 3 ( #27514 )
2019-01-15 17:22:35 -06:00
6e9a09b013
Updated missing link for JS regex resources ( #34306 )
...
JS regex resources link above advanced solution wasn't referencing any webpage. Updated it to link to MDN's regular expressions guide.
2019-01-15 17:18:17 -06:00
2262ab56b4
Updated stub article ( #29494 )
2019-01-15 17:16:40 -06:00
120f418c41
Fix typos: remove 's' from callback ( #27512 )
2019-01-15 17:13:12 -06:00
2d85ecb317
Update index.md ( #33630 )
2019-01-15 16:54:07 -06:00
6dd7ce40d7
fixed spelling error ( #29863 )
2019-01-15 16:53:11 -06:00
f1ef10aeb0
replace stub with guide ( #33670 )
2019-01-15 16:52:33 -06:00
ff9ee6814b
corrected conditionals ( #29295 )
...
previous version passed the tests, but were only relevant to the numbers tested, not what the question was asking for.
2019-01-15 16:51:07 -06:00
3fa796094b
Definition added ( #26304 )
...
* Definition added
* Removed stub
2019-01-15 17:28:29 -05:00
8e28271ebd
Give examples of 400-level status codes ( #27305 )
2019-01-15 15:27:38 -07:00
52637ceebb
fix: update chunky monkey code solution links ( #34258 )
...
advanced code solution 3 links:
1. solution code shows 'slice' being used, but relevant link directed to 'splice'-- link now sends to 'slice'
2. 'run code' link showed adv code solution 2-- link now sends to code used in adv code solution 3
2019-01-15 16:24:17 -06:00
5e8738ff10
Added an another argument to the list ( #29869 )
...
cd $HOME also moves to the home directory
2019-01-15 15:21:31 -07:00
624ce364df
Update index.md ( #34770 )
2019-01-15 16:21:00 -06:00
06dc16ca79
Fix typo statment -> statement for redux tutorial ( #27048 )
2019-01-15 16:18:26 -06:00
93e3f5abf2
added hints, updated formatting ( #33488 )
2019-01-15 16:15:27 -06:00
7d6b5a8c4c
fixed typos ( #33529 )
2019-01-15 16:13:49 -06:00
2e9f341251
Add lambda as function parameter ( #26371 )
...
Added lambda passing as an argument to function,
2019-01-15 17:08:27 -05:00
d3233ec1c4
add more information about the components of the cli ( #33869 )
2019-01-15 17:06:26 -05:00
931e6af41d
Added REST Route 304 ( #24877 )
...
Added REST API Status Code 304 into the Guide with explanation.
2019-01-15 15:05:41 -07:00
df3c470b46
Use the caret character to use the latest minor.. ( #34620 )
...
Hints and Solution added to index.md to guides' section
2019-01-15 16:00:40 -06:00
57319189dd
Added a dependency removal code example ( #25520 )
2019-01-15 15:59:48 -06:00
1b0518202a
Added a dependency convention code example ( #25515 )
2019-01-15 15:59:18 -06:00
3da1bd9f60
Fixed spelling and verbage, line 16 ( #29054 )
2019-01-15 14:58:26 -07:00
9d0d023c4b
Added an author code example for package.json ( #25501 )
2019-01-15 15:58:14 -06:00
069953e0bd
Added information ( #26367 )
...
Added information to foreach loop. Indicated foreach loop is read only.
2019-01-15 16:57:39 -05:00
4da918d258
Added a version code example for package.json ( #25499 )
2019-01-15 15:56:30 -06:00
fdfdbdaf88
Add keywords to your package.json ( #34619 )
...
3 Hints added to index.md
Solution added to index.md
2019-01-15 15:55:39 -06:00
8da12ac3ab
Add usage and example ( #26972 )
2019-01-15 14:55:31 -07:00
52d0ff5319
Added a version code example for package.json ( #25490 )
2019-01-15 15:53:01 -06:00
93e65641bc
Added a license code example for Package.json ( #25488 )
2019-01-15 15:51:52 -06:00
b719cb01cf
docs: Updating the API best practices ( #24112 )
...
Added the API URL design to include versioning and limiting the use of PUT requests to only updating of existing records instead of allowing the creation of new records using PUT request.
2019-01-15 14:49:28 -07:00
7375637d58
fix: corrected spelling errors in APIs and microservices guide ( #34539 )
2019-01-15 15:49:16 -06:00
834b2dc9e8
Minor typo: resonce
replaced by reponse
( #34677 )
...
Change in line #19 replacing `resonse` by `response`
2019-01-15 15:47:35 -06:00
dac5ea57f4
docs(guide): canvas paths guide edits for clarity ( #30729 )
...
* "create use paths" --> "create and use paths"
* Use ES6 syntax in code example (`var` --> `const`/`let`)
2019-01-15 15:45:23 -06:00
ac117e0e80
update index.md with product owner vs manager ( #26229 )
...
Added a brief description of the difference between a product owner vs product manager
2019-01-15 16:44:35 -05:00
c036904e86
simplified ternary operator article ( #33077 )
2019-01-15 15:43:30 -06:00
5360e6ab47
Update index.md ( #26173 )
...
added collaboration software examples
2019-01-15 16:26:49 -05:00
f31d345e20
Fixed misspelling and capitalization in C Guide ( #29966 )
...
This commit fixes a misspelling in the reference to 'Some shiny things' and capitalizes the 'W in 'We can also write the program in the manner below:'
2019-01-15 15:16:52 -06:00
3189751ae7
Add content in Mutable section of Lists ( #25476 )
...
* Add content in Mutable section of Lists
* Fixed code typo and formatting
2019-01-15 16:08:26 -05:00