Commit Graph

22507 Commits

Author SHA1 Message Date
f743c675c7 Grammar fix (#35711)
I was going through the Bootstrap lessons and found this. Very small change, I know, but I believe it's important.
2019-03-31 11:30:37 +05:30
4ead7621d6 fix: basic-html-and html5 challenge arabic - test (#35441)
* fix: basic-html-and html5 challenge arabic - test

* improve translation quality
2019-03-31 05:51:48 +02:00
8a91e94cf2 Clause and Punctuation Issues - First Paragraph (#27894)
"More specifically, a robot needs to sense its environment, use that information as an input to make decisions and then act accordingly. Each system in this paradigm is often a study in itself."
changed to
More specifically, a robot needs to sense its environment, use that information as an input to make decisions, and then act accordingly; each system in this paradigm is often a study in itself.
2019-03-31 02:08:34 +01:00
12a693eea0 added a tiny guide to docker ps (#33987) 2019-03-30 14:50:58 +05:30
2353a3c02a Update index.md (#29031) 2019-03-29 18:10:05 -04:00
60c796e70d Revert "curriculum: Change pre and code to blockquote in Advanced Node and Express challenge (#35697)" (#35709)
This reverts commit b16773617e.
2019-03-30 00:40:12 +04:00
2262edd134 Grammar fix (#33047) 2019-03-29 13:13:23 -07:00
b16773617e curriculum: Change pre and code to blockquote in Advanced Node and Express challenge (#35697) 2019-03-29 13:10:46 -07:00
73277d8ba8 fix: Restore missing emojis and fix broken links (#35703)
* fix: Restore missing emojis and fix broken links

* fix: Remove emojis to conform with style guide

* fix: Remove the last emoticons
2019-03-29 12:52:56 -07:00
7a37788ea1 add beginner solution to pig latin (#35572) 2019-03-29 22:48:54 +05:30
20ee0161ed Added additional DSU details (#33060)
details surrounding why developers stand, and the purpose of the DSU in the sprint
2019-03-29 10:12:28 -07:00
f6f4f29cad Added table of content (#33523) 2019-03-29 10:09:38 -07:00
08bdc8640e fix(guide): ES6 destructuring assignment with the rest operator (#35681)
* fix(guide): ES6 destructuring assignment with the rest operator

Minor fixes/enhancements.

* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-with-the-rest-operator-to-reassign-array-elements/index.md

Co-Authored-By: AdrianSkar <adrian@adrianskar.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-with-the-rest-operator-to-reassign-array-elements/index.md

Co-Authored-By: AdrianSkar <adrian@adrianskar.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-with-the-rest-operator-to-reassign-array-elements/index.md

Co-Authored-By: AdrianSkar <adrian@adrianskar.com>

* Fixes for solutions 

Copy/paste friendly code as discussed.

* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-with-the-rest-operator-to-reassign-array-elements/index.md

Co-Authored-By: AdrianSkar <adrian@adrianskar.com>
2019-03-29 09:40:13 -07:00
914a7c522d Copy edits (#35536)
* Copy edits to Basic JavaScript section

* Copy edits to ES6 section

* Update index.md
2019-03-29 22:06:58 +05:30
768b618e68 add solution to Redux never mutate state (#35590) 2019-03-29 08:52:12 -07:00
25c906d389 Commented solution using switch statement (#35623)
* Commented solution using switch statement

* fix: used two-space indentation
2019-03-29 08:33:47 -07:00
2565d4c44a Commented full solution (#35620)
* Include a default case for messageReducer

* Commented full solution
2019-03-29 08:20:11 -07:00
64efcac199 Add hints and solution for this challenge (#34430)
* Add hints and solution for this challenge

* Add original challenge seed code to solution
2019-03-29 07:50:30 -07:00
7bc3f6378f Add hint and solution (#34429)
* Add hint and solution

* Add original challenge seed code to solution
2019-03-29 07:38:07 -07:00
03c603787f Add solution to Arguments Optional challenge (#35654)
* Add solution to Arguments Optional challenge

* fix: remove repl.it links

* fix: rename variables

* fix: remove unused parts of template

* fix: update links markdown

* fix: replaced existing Intermediate with this one
2019-03-29 06:17:56 -07:00
e5aabc38f5 Introduction for Coding Interview Prep (#29351)
* Introduction for Coding Interview Prep

* Fix grammar and phrasing
2019-03-29 05:50:36 -04:00
80eaccc467 chore(tests): add tests for worker-executor 2019-03-29 15:06:10 +05:30
845b966bda fix(client): execute web workers concurrently 2019-03-29 15:06:10 +05:30
e8f5b54d63 fix(client): pass logs incrementally from test worker 2019-03-29 15:06:10 +05:30
38c5039e00 Added text about "Limiting bandwidth" and "Exact file locations on re… (#27091)
* Added text about "Limiting bandwidth" and "Exact file locations on remote server"

* Fix formatting
2019-03-29 05:34:37 -04:00
a03fbe1dc2 Chore(guide): added information about Docker login command (#26851)
* chore: information about Docker login command

Added information on how to use docker login command for logging into private Docker registry.

* chore: fixed the typo

fixed the typo in the docker login command

* Fix wording
2019-03-29 05:27:18 -04:00
78949d9f61 Add Case conversion functions to the article (#26922)
* Add Case conversion functions to the article

These functions tell the programmers about converting their string data type value either into upper case letters or lower case letters.

* Fix formatting and phrasing
2019-03-29 05:22:17 -04:00
784de367a1 fix: remove redundant icon assets and links (#35568) 2019-03-29 14:49:55 +05:30
1d2baeabdc fix: remove helpful-links section (#35478)
Closes #35397

Co-authored-by: mrugesh mohapatra <me@raisedadead.com>
2019-03-29 14:45:18 +05:30
3ece63f044 Update solution to meet exercise criteria (#34583)
The exercise requires a match at greater than 5 characters however the solution has a match occurring at a minimum of 5.
Request to update 5 to a 6.
2019-03-29 04:55:24 -04:00
6b589506e9 Update index.md (#35701) 2019-03-28 21:47:45 -07:00
f56221d0aa added image (#32346) 2019-03-28 19:22:55 -07:00
e8af4516b4 Clarified Product Owner and Scrum Master roles. (#32169) 2019-03-28 19:22:46 -07:00
158601fa5d Initial guide >= stub. Includes hints. (#34019)
* Initial guide >= stub. Includes hints.

* Update index.md
2019-03-28 17:40:26 -07:00
920580a1f2 added an apostrophe (') to "browsers" (#28247) 2019-03-28 17:30:04 -07:00
0e8891956a Explore definition an usage for opacity (#27226) 2019-03-28 17:28:41 -07:00
0191cb2eb4 Fix ruby for-loops examples (#30309)
* Fix ruby for-loops examples

* Fix alignment

* fix: corrected array.each do syntax

* fix: corrected array.each do syntax

* fix: correct array.each do syntax

* fix: corrected array.each do syntax

* fix: correct array.each do syntax

* fix: correct array.each do syntax
2019-03-28 17:27:39 -07:00
c606946c5c Realign a different indentation (#28409)
for the line of "Collections.sort(variable_nale);"
2019-03-28 19:44:43 -04:00
91e036523a Ternary Operators (#31060)
php ternary operators.
2019-03-28 16:27:58 -07:00
ea700759fe Added Comparison Operators (#32078)
Also removed HTML tags and wrote everything in markdown syntax
2019-03-28 16:27:09 -07:00
d7736fb8be Added Magic Methods (#31344)
* Added Magic Methods

* Update index.md
2019-03-28 15:33:08 -07:00
d123d4a0eb Add basic PHP file writing functions (#30396)
* Add basic PHP file writing functions 

2 different fopen mode, each with different properties and 1 file writing function.

* fix: removed stub info

* Update index.md

* Update index.md
2019-03-28 15:22:19 -07:00
f319a46b14 Added 2 File reading functions (#30120)
* Added 2 reading functions

Added :  fopen for reading, fread function and file_get_contents function.

* Update index.md

* Update index.md
2019-03-28 15:19:22 -07:00
030b9346bf html form introduction. (#29545)
Little bit of introduction of forms.
2019-03-28 15:18:59 -07:00
c3cc035d5a Formatting update (#32851)
Removed a line break to maintain great formatting techniques.
2019-03-28 14:53:56 -07:00
22feda827a Add explanation for hover state and transition (#28038)
* Add explanation for hover state and transition

* fix: fixed mistake during conflict resolution
2019-03-28 14:06:15 -07:00
b0565aa8d0 Update match-anything-with-wildcard-period.english.md (#35696)
A fix for issue #35089, updated the examples in the description to use .test() instead of .match() to better reflect the challenge
2019-03-28 11:46:33 -07:00
7dec6425f4 Typescript -> TypeScript (english) (#35206) 2019-03-28 11:41:43 -07:00
7e835bae1b fix(docs): Add note about error banner on sign in (#35612) 2019-03-28 19:50:41 +05:30
1df0fcdb9f Adding a second solution with a "for" loop (#35299)
* Adding a second solution with a "for" loop

+ adapted some texts to make the whole thing coherent
+ added some Useful links at the end of the article

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2019-03-28 18:01:46 +05:30