Commit Graph
74 Commits
Author SHA1 Message Date
Jean-Philippe Sirois 9840502612 content: clean up old table of content from rules 2020-05-12 00:05:22 -04:00
Jean-Philippe Sirois ab8e8edd5a ui: first pass on redesign (#228) 2020-05-11 02:00:57 -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
ddivad195 2d1a3918ac (content): remove who owns the server paragraph 2020-04-14 19:57:43 +01:00
ddivad195 ae110cdcdc (content): add svelte tech spotlight 2020-04-11 20:50:58 +01: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
Isaac Clayton 88c9b8885a content(rules): correct grammatical errors (#192)
* Correct Grammatical Errors

Corrected the following issues:
- fixed possession of some nouns.
- corrected common grammatical errors
- changed improper uses of 'which' → 'that'
- Cleaned up/clarified some prose

* revert to → too

* Fixed some small stylistic & grammatical errors

removed unnecessary commas, improved the flow of 'If you're a ~totally~ green noob...', made UUIDs `code style` as they're not proper names.
2019-12-06 17:10:44 -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
Jean-Philippe Sirois beed6e278e content(archives): format codeblocks 2019-11-21 05:18:13 -05:00
Jean-Philippe Sirois 0bc9d6b3df feat(archives): transfer locally, instead of fetching from git 2019-11-21 03:48:34 -05:00
Tom 9772a5165a content: add article about arithmetic, assignment and comparison operator & operator precendence 2019-11-21 01:00:49 -05:00
ddivad195 ae5d21758d fix(rules): fix rule links and formatting 2019-11-21 00:49:46 -05:00
Jean-Philippe Sirois 0983134a8e content(rules): update rules 2019-11-19 17:56:23 -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
T0MGithub c1af78df5f content(resources): first write up about arrow functions in Javascript
Improved Arrow Functions Guide
2019-10-19 08:47:49 -04:00
matcha bd52398a10 tweak about page grammar 2019-10-19 08:31:31 -04:00
matcha 0cda992d63 fix missing link to Discord 2019-10-19 08:29:05 -04:00
matcha f70b72a9d3 stray '.' removed 2019-10-17 16:04:41 -04:00
Hayden Young 4431cdea5e Add some KUtils tutorials (#115)
* Add some KUtils tutorials

* Merge all KUtils guide into one long guide

* Update kutils-guide.md

This was to resolve the review from @Xetera

* Update kutils-guide.md
2019-10-10 02:58:51 -07:00
ddivad195 9c9c507790 resource: fix broken link in promise article 2019-10-08 23:33:52 -04:00
Jean-Philippe Sirois 3d9e1c2e04 content(resources): init blank es6 arrow functions article to prevent 404 2019-10-08 23:20:49 -04:00
Jean-Philippe Sirois eb9966dc41 content(resources): fix titles in js iterative-functional article 2019-10-08 23:16:39 -04:00
Jean-Philippe Sirois a3a1b78372 content(resources): rename article names to fit context 2019-10-08 23:13:45 -04:00
ddivad195 528527f4f0 content(js): add variable article 2019-10-08 17:54:48 +01:00
Jean-Philippe Sirois 583b7ea61a style: autoformat/lint the codebase 2019-10-07 07:21:54 -04:00
Amish Naidu 3c1bd6c5ed content(resources): Add pragma-once-faq for C++ 2019-10-06 22:47:21 -04:00
supergrecko 8cadbbfbfe content(resources): Add generics in java article 2019-10-06 22:20:57 -04:00
supergrecko 218497becb content(resources): improve JS iterative vs functional article 2019-10-06 22:15:26 -04:00
ddivad195 dce43d4b9d resource: add async await js article 2019-10-02 23:26:47 +01:00
supergrecko bf45274f07 Create C-bindings article 2019-08-23 23:18:06 +02:00
aiden01 3b0eeb76f9 fix: typo in spread operator post 2019-08-12 21:58:48 -04:00