Commit Graph

26605 Commits

Author SHA1 Message Date
amyg123
2cab436799 Update index.md to stand-up questions (#26206)
* Update index.md to stand-up questions

Added three standard questions for a daily stand-up

* Added list formatting
2018-12-21 07:37:30 -05:00
Edulop139
77f57dcdb4 grammer (#26219)
corrected tense
2018-12-21 07:35:10 -05:00
Jason
718f2595df Simple grammar changes (#26210) 2018-12-21 07:24:02 -05:00
maria-m2
634a0674c1 Updated intro title , added additional resources (#26197)
Updated the intro title and added additional resources under more information for vue.js.
2018-12-21 07:20:10 -05:00
Edulop139
529336395e small grammer fix (#26202)
small fix from lets to let's
2018-12-21 07:16:40 -05:00
Raymond Daniels
94396af89b Updated grammar of "third party" to "third-party" (#26212)
Updated grammar of "third party" to "third-party"
2018-12-21 07:15:38 -05:00
April Sapp
7663c0fd2b Added tech related jobs and a podcast link (#26174)
added front-end and back-end to software developer, added data scientist to tech-related jobs, and added 'WorkingTech' podcast link.
2018-12-21 06:33:48 -05:00
Lauren
1bfae61790 Update index.md (#26198) 2018-12-21 06:33:09 -05:00
amyg123
63424ff8f6 Update index.md with additional question (#26188)
Added another question under about you section about teamwork
2018-12-21 06:30:48 -05:00
spellingbat
64511fb8d1 grammar fixes, lines 14+20 (#26165) 2018-12-21 05:31:55 -05:00
Kldaniel98
efe5fbd705 Update index.md (#26134) 2018-12-21 05:25:28 -05:00
Adekanye Timilehin
7db5e8cb36 Update on Web safe font (#26136) 2018-12-21 05:23:38 -05:00
Praneeth Paikray
0fd5cb318a Article for unsupervised learning (#26057) 2018-12-21 05:20:14 -05:00
Alex Corr
b7b1cdad60 add my text about web components to the article (#26130)
* add my text about web components to the article

* Removed stub & html tags moved more info to bottom

* Reformatted links
2018-12-21 05:16:59 -05:00
Hardik Sharma
ee930678cd Edited some typos (#26118) 2018-12-21 05:10:20 -05:00
Olayemi Adebayo Roheem
e1e1f1cabb Add the text "x = true; console.log(type of x) // boolean ``` From t… (#26111)
* Add the text "x = true; console.log(type of x) // boolean ```  From the last example above, The `typeof` operator returns a boolean that represents the current type of a variable; x which is of value `true`."

* Revert extra sentence
2018-12-21 05:09:38 -05:00
Thomas Abbott
4606509d9c fix: update JavaScript string.prototype.trimleft article from stub (#25981)
* fix: update JavaScript string.prototype.trimleft article from stub

* Removed extra characer
2018-12-21 04:56:03 -05:00
Sarah Cervantes
ee330a7ca7 Add video to explain bootstrap (#26085)
Video added to explain what bootstrap is and how to get started.
2018-12-21 04:55:25 -05:00
Kobussc
74b554efa4 Added 2 blogs (#25934)
Added Angular.io Blog and Angular University.
2018-12-21 03:56:15 -05:00
Olayemi Adebayo Roheem
14b29da497 Add the text "In addition to the break statement which opts out of th… (#26063)
* Add the text "In addition to the break statement which opts out of the iteration when the condition is false is the continue statement. The `continue` statement skips the condition when the code is true, continues up until the condition is false.  Using the above example again, let's see the functionality of the `continue` statement   ```javascript for (var elephant = 1; elephant < 10; elephant+=2) {     if (elephant === 7) {         continue;     }     console.info('elephant is ' + elephant); }  output: elephant is 1 elephant is 3 elephant is 5 elephant is 9 ```" to article

* Improved sentence structure
2018-12-21 03:31:23 -05:00
Annebelle Olminkhof
697c040a66 Added comment usage suggestion (#25941) 2018-12-21 00:58:03 -05:00
Ruchika Salwan
e2daa47404 Updated Class name as per convention (#25937) 2018-12-21 00:55:56 -05:00
Markus Lanser
dc3af2ff54 Fixing spelling mistakes (#25921) 2018-12-21 00:54:32 -05:00
Konstantinos T
26a9bd635e Spelling error. Changed "fo" to "for" (#25946)
* Spelling error. Changed "fo" to "for"

* Changed for to of
2018-12-21 00:53:08 -05:00
Tom K
c2e58d94ff corrected spelling error (#25766) 2018-12-21 00:51:09 -05:00
V.L
1fd2c728cf Simplified sentence on line 6. (#33394)
I broke the complex sentence into two simpler sentences on line 6.
2018-12-20 20:48:32 -08:00
salitvinava
6ae1f29ba6 Update index,md (#32277)
Unity has live training for AR and VR. It is currently the most widely used VR platform due to developer access.
2018-12-20 20:48:16 -08:00
Vyshak Puthusseri
af24f3322a Added some content related to marketing (#31746) 2018-12-20 20:36:32 -08:00
Mark Evans
c03f74c0e8 Grammatical fixes (#30619)
I have fixes some of the grammar mistakes and corrected one spelling mistake.
2018-12-20 20:26:37 -08:00
Nayan Chawla
4029c5d592 Fixed misspelling and added info on VR (#28616) 2018-12-20 20:16:30 -08:00
Mayur Garg
9da2f5ac1c Details about other sections (#27385)
* Details about other sections

Added details about other sections under the "Interface" heading. Made improvements to the details of the existing sections, added info about customizability of the Unity editor, added Hitman Sniper to list of games and other minor improvements.

* fix: added front matter block back
2018-12-20 20:07:56 -08:00
Thaurin
257c8dc9c0 Add more noteworthy games created with Unity (#25836)
Added some more modern games, as well as games in more varied genres and platforms to better illustrate how Unity is used by game developers.
2018-12-20 19:53:52 -08:00
Thaurin
19f2317e46 Add Oculus Go/Quest to supported platforms (#25833) 2018-12-20 19:18:03 -08:00
Sai Kiran
c698ff4e3b semicolon on line 53 (#27709) 2018-12-20 19:14:25 -08:00
Channeas
8df55d5296 Wrote about operators and fixed a faulty example (#23950) 2018-12-20 19:04:58 -08:00
Markus Lanser
3df426f222 Rewording the first intro sentence (#25930) 2018-12-20 21:43:53 -05:00
Pratima Gautam
08ed6979dc Added IDEs for Java Coding. (#25898)
I added jGRASP, jSource and DrJava in the given list of free IDEs for Java coding.
2018-12-20 21:43:12 -05:00
Belma Gaukrodger
212430f9de Added two more links to the resources section (#25768) 2018-12-20 21:39:06 -05:00
Derek Czysz
f08b376795 Added initial content to stub (#25756) 2018-12-20 21:33:56 -05:00
Bcardona21
0cb9cdbb55 Add terminology (#25764)
Just adding some typical naming convention to the topic.
2018-12-20 21:30:33 -05:00
spellingbat
478e4b4e39 corrected spelling, grammar line 6 (#25749) 2018-12-20 21:24:38 -05:00
Ayush Baweja
2129b299d9 Corrected inconsistencies in headings (#25746) 2018-12-20 21:24:15 -05:00
Sergei Mellow
2527f61c48 added section on famous websites written in ruby on rails. (#25723) 2018-12-20 21:11:51 -05:00
Jason
38d1618016 Combined two sentences (#25706) 2018-12-20 21:09:11 -05:00
Sergei Mellow
ef28ed677d added to and updated verbiage to account for Ruby lang (#25619)
* added to and updated verbiage to account for Ruby lang

* Added missing word
2018-12-20 21:04:48 -05:00
laolmstead
c7b0f590c9 Added new note regarding rm (#25711)
Added a note regarding the "rm: remove regular file 'hello'?" prompt that occurs when using the rm command and explained that rm is a permanent action and should be used with caution.
2018-12-20 20:59:33 -05:00
Bcardona21
2d14103da8 Add 2 podcast suggestions (#25599)
Just two podcasts I've found helpful as a beginning developer.
2018-12-20 20:43:36 -05:00
mian3se
067d832ea6 Update index.md (#25592)
* Update index.md

* Update index.md
2018-12-20 20:43:07 -05:00
jasonranney
643fa813c3 Fixed capitalization and added description (#25585)
Fixed "WebStorm" capitalization and added a description for the Brackets text editor.
2018-12-20 20:42:23 -05:00
Mario Kandut
9ebc54e9d5 add: stub for regexp challenge - check for all or none (#31670) 2018-12-20 17:25:09 -08:00