Commit Graph
71 Commits
Author SHA1 Message Date
McPqndq 015669a31e content(resources): nitpick on iterative vs functional article 2020-08-07 02:03:03 -04:00
Jean-Philippe Sirois 9ba91ea47a content(docs): fix missing async in async/await example 2020-07-24 11:45:35 -04:00
Dhanush Adithya c76f24f97e content(docs): clean up Python operators 2020-07-24 11:25:46 -04:00
Dhanush Adithya ac8a7a6a76 fix(docs): update bad title from web-dev intro 2020-07-24 11:25:09 -04:00
Dhanush Adithya 464398d163 content(docs): nit on punctuation 2020-07-24 11:24:45 -04:00
Dhanush Adithya 1749ec3648 content(docs): clean up unused parameter in code examples 2020-07-24 11:24:12 -04:00
Dhanush Adithya e4df60d22b content(docs): emphasis on JS promises, JS does not wait! 2020-07-24 11:23:34 -04:00
Dhanush Adithya eda6adb16e content(docs): fix typo in JS async/await 2020-07-24 11:23:16 -04:00
Dhanush Adithya defc87a36e content(docs): update JS variables for clarity 2020-07-24 11:22:42 -04:00
Jean-Philippe Sirois 8434c706d5 style: format codebase with Prettier 2020-07-24 11:03:09 -04:00
Georg Göring f51747e734 Update generics.md
First example lacks an variable name for the list of strings.
2020-07-20 20:33:42 -04:00
Khinshan Khan 1396b1a04a hotfix to give project/resources an item with a relative path 2020-07-18 23:57:35 -04:00
moe cc23c655f1 feat(resources) http-project-guide grammar and clarity changes 2020-06-09 08:50:52 +01:00
moe d3df50b340 feat(resources) add http-project-guide 2020-06-08 22:32:20 +01:00
pandaniell 195efba98a content(resources): add author 2020-06-08 22:45:17 +02:00
pandaniell 3657908fd0 feat(resources) add util.promisify example 2020-06-08 19:45:15 +02:00
Jean-Philippe Sirois 271a843079 content(resources): update bot development resources 2020-05-27 05:57:45 -04:00
Jean-Philippe Sirois 135452bd4b feat(resources): split up topics and languages 2020-05-27 02:42:39 -04:00
Jean-Philippe Sirois 4d7dd1bb5e ui(resources): tweak resource list for single page 2020-05-26 03:49:17 -04:00
Jean-Philippe Sirois b15d157e85 content(resources): add webdev intro & fix build 2020-05-26 03:24:47 -04:00
YourDailyLlama 3aec7e4cec content(resources): add a deploying to Netlify guide 2020-05-24 22:33:35 -04:00
Jean-Philippe Sirois 7a369f9d34 content(resources): update/tweak JS promises resources 2020-05-20 23:27:22 -04:00
Jean-Philippe Sirois d98278ce11 content(resources): add resource about converting a callback to a promise 2020-05-20 23:08:27 -04:00
Jean-Philippe Sirois a1283334b3 style: format codebase 2020-05-19 21:57:49 -04:00
Jean-Philippe Sirois 6356927a35 content(resources): clean up markdown files, headings & codeblocks 2020-05-13 07:10:53 -04:00
Jean-Philippe Sirois 2a1d8626bd feat(resources): tweak external resources & visuals 2020-05-13 06:31:58 -04:00
TomandJean-Philippe Sirois 12d1346d4b Fixed mistake in a variables.md code snippet (#238)
Fixed unintentional code mistake in a Javascript example in variables.md.

Co-authored-by: Jean-Philippe Sirois <[email protected]>
2020-05-08 17:22:35 -04:00
ameh 4e734c9b3d Strip extra space 2020-04-23 11:48:45 -05:00
ameh dca103dc3c Add initial content regarding history of cryptography 2020-04-23 11:16:36 -05:00
ameh cd12fa6041 Add list of cryptography resources 2020-04-23 11:15:55 -05:00
woojiahao f951ad0b3c Add blog post on deploying Kotlin bots to Heroku 2020-04-22 23:33:14 +08:00
woojiahao 481c6f62d1 content(resources): move kutils guide
move to bot-development/ category
2020-04-20 22:37:28 +08:00
woojiahao 29c2848278 content(resources): add bot-development category 2020-04-20 22:36:11 +08:00
Jean-Philippe Sirois 70c80076fc fix: update codeblocks to use sh syntax 2020-02-11 10:17:25 -05:00
ddivad195 033b0421fc content(archive): add new archived spotlights to website 2020-02-06 10:46:51 +00:00
Jean-Philippe Sirois 9c74572573 content(resources): fix typos 2020-01-27 22:24:27 -05:00
Jean-Philippe Sirois 765a27ed0d content(resources): nitpick in consistency 2020-01-27 14:38:10 -05:00
Jean-Philippe Sirois 6906bc2967 content(resources): clean up placeholder resources 2020-01-27 02:00:54 -05:00
KaeseKuchenDEV 9932cceac1 content(resources): add streams for java 2020-01-01 11:52:39 -08:00
Jean-Philippe Sirois d392f3ec2f content(resources): add content to lang intro pages 2019-12-15 23:57:39 -05:00
Jean-Philippe Sirois 97e9b8ce53 feat(resources): create intro page for each language 2019-12-15 16:22:43 -05:00
jacquej96 5253cccb37 content(resources): simplify Java class article
Removed the discussion about super() which will be a separate article
Reduced discussion of constructors to the bare minimum
Changed private vars to public to remove getters which will be a separate article
2019-12-01 17:48:20 -05:00
Alearori a999470c4d content(resources): add multidimensional arrays article for c++ 2019-12-01 17:43:52 -05:00
Hayden Young 7f00d07c11 content(resources): update JS arrow functions
This is both adding more content to the existing article, as well as explaining the use of parameters inside immediate return arrow functions.

> The correction was changing it from telling the reader it was for one-line expression returns only, to logic-less expression returns as they could take up multiple lines in the case of it being an object or array or such.
2019-11-24 23:06:17 -05:00
David 6e1a0ece87 fix(content): fix typo in async / await article 2019-11-24 16:57:23 +00:00
Tom 9772a5165a content: add article about arithmetic, assignment and comparison operator & operator precendence 2019-11-21 01:00:49 -05:00
thomas-crane b578601593 fix(resources): fix typos in js resources
Some small typos in the code examples for the iterative vs functional JS
page have been fixed up.
2019-11-09 10:10:03 +11:00
jacquej96 b5af1418b0 content(resources): bootstrap Java inheritance article 2019-11-05 11:59:53 -08:00
jacquej96 50c82885b8 content(resources): bootstrap Java classes article 2019-10-23 10:43:59 -04:00
T0MGithub ca511539bf Fixed Discord Tag
Fixed discord tag, as they are case-sensitive. The tag should now be accurate. This should fix the profile picture not appearing on the article.
2019-10-20 11:30:07 +01:00