Commit Graph
192 Commits
Author SHA1 Message Date
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
Jean-Philippe Sirois 7297015068 style: add TS types to resources 404 2019-12-01 21:00:20 -05:00
Jean-Philippe Sirois 1195215117 style: auto-format code 2019-12-01 18:51:27 -05:00
Khinshan Khan c96fb2eabf feat: support graceful 404 pages for resources 2019-12-01 18:30:22 -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 b53c362e32 feat: extend languages syntax highlighting support 2019-11-21 05:30:59 -05:00
Jean-Philippe Sirois beed6e278e content(archives): format codeblocks 2019-11-21 05:18:13 -05:00
Jean-Philippe Sirois 2635a6e84a fix: make site title much smaller mobile/tablet 2019-11-21 04:54:48 -05:00
Jean-Philippe Sirois c6d48eb9b7 refact: rename poorly named mobile header 2019-11-21 04:48:02 -05:00
Jean-Philippe Sirois e79c68fdaf feat: replace favicon with new logo 2019-11-21 04:37:43 -05:00
Jean-Philippe Sirois 0bc9d6b3df feat(archives): transfer locally, instead of fetching from git 2019-11-21 03:48:34 -05:00
Jean-Philippe Sirois 36775d4ee8 style: lint codebase (dead import) 2019-11-21 03:36:18 -05:00
Jean-Philippe Sirois 70049d9e30 feat: support custom mobile header title 2019-11-21 03:22:45 -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
Jean-Philippe Sirois da40a3e3ad fix: correctly cut long links on words 2019-11-12 01:12:43 -08:00
Jean-Philippe Sirois 711da3c517 refact: rename Column components to be generic 2019-11-11 17:18:09 -08:00
Jean-Philippe Sirois 7cc1e4c899 feat(archives): bootstrap what-is-archives from Github 2019-11-11 15:40:52 -08:00
Jean-Philippe Sirois 3f94a780be feat(resources): open current path on page load 2019-11-08 19:22:33 -08:00
Jean-Philippe Sirois 3b3a68698f refact: extract location to provider/hook 2019-11-08 17:04:09 -08: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
Jean-Philippe Sirois 8e42839125 ui(resources): add space below resources content 2019-11-08 14:33:34 -08:00
Jean-Philippe Sirois 7c4aafbda8 style: format the codebase with Prettier 2019-11-08 14:24:27 -08:00
Jean-Philippe Sirois 5259235277 feat(resources): improve SEO by attaching excerpt as description 2019-11-05 14:52:52 -08:00
Jean-Philippe Sirois 1e3b199e0a feat(home): add jetbrains as a partner 2019-11-05 13:16:34 -08: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
adin234a ff94ce76ab Resources: very long links and wide images break mobile 2019-10-18 21:15:53 +08:00
matcha f70b72a9d3 stray '.' removed 2019-10-17 16:04:41 -04:00
Sanket Maru f8856d7458 Enforce Order of languages in Resources List 2019-10-12 11:40:22 +05:30
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
Jean-Philippe Sirois 80d4d178b6 ui: a11y fix for header active color 2019-10-09 00:28:23 -04:00
Jean-Philippe Sirois ab8561b5b2 fix: resolve locked body back from resources on mobile 2019-10-09 00:20:11 -04:00
Jean-Philippe Sirois ba5d27b6a9 ui(resources): fix bad spacing on first line of code blocks 2019-10-09 00:08:49 -04:00
Jean-Philippe Sirois 0412c368d8 ui: update homepage color to match resources 2019-10-08 23:53:55 -04:00
Jean-Philippe Sirois 5f6111c82d feat: add source to footer 2019-10-08 23:45:41 -04:00
Jean-Philippe Sirois df46c3e802 ui: fix header waves being cut 2019-10-08 23:34:54 -04: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
Jean-Philippe Sirois 4940fc9df6 ui(resources): fix anchor color in dark mode 2019-10-08 22:55:48 -04:00