@@ -49,6 +49,7 @@ Name | Cost
49
49
[ W3Schools] ( https://www.w3schools.com ) | Free with some Paid content
50
50
[ MDN (Mozilla Developer Network)] ( https://developer.mozilla.org ) | Free
51
51
[ freeCodeCamp] ( https://www.freecodecamp.org ) | Free
52
+ [ JavaScript.info] ( https://javascript.info ) | Free
52
53
[ DevDocs.io] ( https://devdocs.io ) | Free
53
54
[ Devhints] ( https://devhints.io ) | Free
54
55
[ The Odin Project] ( https://www.theodinproject.com ) | Free
@@ -148,6 +149,7 @@ Name | Cost
148
149
Name | Cost
149
150
---- | ----
150
151
[ Visual Studio Code] ( https://code.visualstudio.com ) | Free
152
+ [ VS Code keyboard shortcuts cheat sheet] ( https://devhints.io/vscode ) on Devhints | Free
151
153
[ Replit] ( https://replit.com ) | Free with some Paid features
152
154
[ Code Playground] ( https://www.sololearn.com/codes ) on Sololearn | Free
153
155
[ CodePen] ( https://codepen.io ) | Free with some Paid features
@@ -190,6 +192,8 @@ Udacity's [Building High Conversion Web Forms course](https://www.udacity.com/co
190
192
Udacity's [ Object-Oriented JavaScript course] ( https://www.udacity.com/course/object-oriented-javascript--ud711 ) | Free
191
193
[ JavaScript30 course] ( https://javascript30.com ) by Wes Bos | Free
192
194
[ Web APIs list] ( https://developer.mozilla.org/en-US/docs/Web/API ) on MDN | Free
195
+ [ JavaScript Arrays cheat sheet] ( https://devhints.io/js-array ) on Devhints | Free
196
+ [ JavaScript Date cheat sheet] ( https://devhints.io/js-date ) on Devhints | Free
193
197
[ JavaScript Interview Questions] ( https://github.com/sudheerj/javascript-interview-questions ) by [ @sudheerj ] ( https://github.com/sudheerj ) on GitHub | Free
194
198
Codecademy's [ Technical Interview Practice with JavaScript course] ( https://www.codecademy.com/learn/technical-interview-practice-with-javascript ) | Paid
195
199
@@ -203,6 +207,7 @@ Scrimba.com's [Introduction to ES6+ course](https://scrimba.com/learn/introtoes6
203
207
Udacity's [ ES6 - JavaScript Improved course] ( https://www.udacity.com/course/es6-javascript-improved--ud356 ) | Free
204
208
[ List of ES6 Features] ( https://github.com/lukehoban/es6features ) by [ @lukehoban ] ( https://github.com/lukehoban ) on GitHub | Free
205
209
[ ES6 for Everyone course] ( https://es6.io ) by Wes Bos | Paid
210
+ [ ES6 cheat sheet] ( https://devhints.io/es6 ) on Devhints | Free
206
211
207
212
** [ ⇧ ; Back to Index] ( #index ) **
208
213
@@ -211,6 +216,7 @@ Name | Cost
211
216
---- | ----
212
217
[ Postman] ( https://www.postman.com ) | Free with some Paid features
213
218
[ Axios website] ( https://axios-http.com ) | Free
219
+ [ Fetch cheat sheet] ( https://devhints.io/python ) on Devhints | Free
214
220
W3Schools's [ JSON Tutorial] ( https://www.w3schools.com/js/js_json_intro.asp ) | Free
215
221
Udacity's [ JavaScript Promises course] ( https://www.udacity.com/course/javascript-promises--ud898 ) | Free
216
222
[ Asynchronous JavaScript and APIs tutorial] ( https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript#asynchronous-javascript-and-apis ) on The Odin Project | Free
@@ -233,6 +239,7 @@ Name | Cost
233
239
freeCodeCamp's [ Regular Expressions course] ( https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#regular-expressions ) | Free
234
240
Codecademy's [ Learn the Basics of Regular Expressions course] ( https://www.codecademy.com/learn/introduction-to-regular-expressions ) | Free
235
241
[ Regular Expressions cheat sheet] ( https://cheatography.com/davechild/cheat-sheets/regular-expressions/pdf ) | Free
242
+ [ Regular Expressions cheat sheet] ( https://devhints.io/regexp ) on Devhints | Free
236
243
[ regex101] ( https://regex101.com ) | Free
237
244
[ HTML5Pattern] ( https://www.html5pattern.com ) | Free
238
245
@@ -250,6 +257,7 @@ Codecademy's [Learn TypeScript: Union Types course](https://www.codecademy.com/l
250
257
Codecademy's [ Learn TypeScript: Complex Types coures] ( https://www.codecademy.com/learn/learn-typescript-complex-types ) | Free
251
258
Codecademy's [ Learn TypeScript: Type Narrowing course] ( https://www.codecademy.com/learn/learn-typescript-type-narrowing ) | Free
252
259
Codecademy's [ Learn Intermediate TypeScript course] ( https://www.codecademy.com/learn/learn-intermediate-type-script ) | Paid
260
+ [ TypeScript cheat sheet] ( https://devhints.io/typescript ) on Devhints | Free
253
261
254
262
** [ ⇧ ; Back to Index] ( #index ) **
255
263
@@ -306,11 +314,13 @@ Scrimba.com's [Learn Flexbox for free course](https://scrimba.com/learn/flexbox)
306
314
[ What the Flexbox?! course] ( https://flexbox.io ) by Wes Bos | Free
307
315
[ Flexbox Playground] ( https://the-echoplex.net/flexyboxes ) | Free
308
316
[ Flexbox cheat sheet] ( https://yoksel.github.io/flex-cheatsheet ) | Free
317
+ [ Flexbox cheat sheet] ( https://devhints.io/css-flexbox ) on Devhints | Free
309
318
freeCodeCamp's [ CSS Grid course] ( https://www.freecodecamp.org/learn/responsive-web-design/#css-grid ) | Free
310
319
Scrimba.com's [ Learn CSS Grid for free course] ( https://scrimba.com/learn/cssgrid ) | Free
311
320
[ Grid tutorial] ( https://www.theodinproject.com/paths/full-stack-javascript/courses/intermediate-html-and-css#grid ) on The Odin Project | Free
312
321
[ CSS Grid course] ( https://cssgrid.io ) by Wes Bos | Free
313
322
[ CSS Grid cheat sheet] ( https://yoksel.github.io/grid-cheatsheet ) | Free
323
+ [ CSS Grid cheat sheet] ( https://devhints.io/css-grid ) on Devhints | Free
314
324
315
325
** [ ⇧ ; Back to Index] ( #index ) **
316
326
@@ -338,6 +348,7 @@ Codecademy's [Learn Sass: Fundamentals course](https://www.codecademy.com/learn/
338
348
Codecademy's [ Learn Sass: Functions and Operations course] ( https://www.codecademy.com/learn/learn-sass-functions-and-operations ) | Free
339
349
Codecademy's [ Learn Sass: Mixins and Parent Selector course] ( https://www.codecademy.com/learn/learn-sass-mixins-and-the-parent-selector ) | Free
340
350
Codecademy's [ Learn Sass: Best Practices course] ( https://www.codecademy.com/learn/learn-sass-best-practices ) | Free
351
+ [ Sass cheat sheet] ( https://devhints.io/sass ) on Devhints | Free
341
352
[ CSS to SCSS Converter] ( https://jsonformatter.org/css-to-scss ) | Free
342
353
[ SCSS to CSS Converter] ( https://jsonformatter.org/scss-to-css ) | Free
343
354
[ SCSS Formatter] ( https://jsonformatter.org/scss-formatter ) | Free
@@ -351,7 +362,9 @@ Name | Cost
351
362
[ HTML Validator] ( https://jsonformatter.org/html-validator ) from JSONformatter.org | Free
352
363
[ W3C CSS Validator] ( http://jigsaw.w3.org/css-validator ) | Free
353
364
[ HTML tags list] ( https://html-css-js.com/html/tags ) | Free
365
+ [ HTML input tag cheat sheet] ( https://devhints.io/html-input ) on Devhints | Free
354
366
[ CSS cheat sheet] ( https://websitesetup.org/wp-content/uploads/2019/11/wsu-css-cheat-sheet-gdocs.pdf ) | Free
367
+ [ CSS cheat sheet] ( https://devhints.io/css ) on Devhints | Free
355
368
[ HTML Formatter] ( https://jsonformatter.org/html-formatter ) | Free
356
369
[ CSS Formatter] ( https://jsonformatter.org/css-beautifier ) | Free
357
370
W3Schools's [ HTML Color Picker] ( https://www.w3schools.com/colors/colors_picker.asp ) | Free
@@ -439,6 +452,7 @@ Codecademy's [Learn the Command Line course](https://www.codecademy.com/learn/le
439
452
[ Unix/Linux Commands cheat sheet] ( http://www.cheat-sheets.org/saved-copy/fwunixref.pdf ) | Free
440
453
[ Mastering Markdown course] ( https://masteringmarkdown.com ) by Wes Bos | Free
441
454
[ Markdown cheat sheet] ( https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf ) | Free
455
+ [ Markdown cheat sheet] ( https://devhints.io/markdown ) on Devhints | Free
442
456
[ Markdown Formatter] ( https://jsonformatter.org/markdown-formatter ) | Free
443
457
Udacity's [ Writing READMEs course] ( https://www.udacity.com/course/writing-readmes--ud777 ) | Free
444
458
[ GitHub Desktop] ( https://desktop.github.com ) | Free
@@ -473,6 +487,7 @@ Sololearn's [React + Redux course](https://www.sololearn.com/learning/1097) | Fr
473
487
freeCodeCamp's [ React course] ( https://www.freecodecamp.org/learn/front-end-libraries/#react ) | Free
474
488
[ React Hooks Simplified course] ( https://courses.webdevsimplified.com/react-hooks-simplified ) | Free
475
489
[ React Resources] ( https://github.com/enaqx/awesome-react ) by [ @enaqx ] ( https://github.com/enaqx ) on GitHub | Free
490
+ [ React cheat sheet] ( https://devhints.io/react ) on Devhints | Free
476
491
[ React Developer Tools extension for Chrome] ( https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en-US ) | Free
477
492
[ React Router website] ( https://reactrouter.com ) | Free
478
493
Codecademy's [ Learn React Router v6 course] ( https://www.codecademy.com/learn/learn-react-router ) | Free
@@ -492,6 +507,7 @@ Codecademy's [Learn Redux: Middleware and Thunks course](https://www.codecademy.
492
507
Codecademy's [ Learn Redux: React Redux course] ( https://www.codecademy.com/learn/learn-redux-react-redux ) | Free
493
508
freeCodeCamp's [ Redux course] ( https://www.freecodecamp.org/learn/front-end-libraries/#redux ) | Free
494
509
freeCodeCamp's [ React and Redux course] ( https://www.freecodecamp.org/learn/front-end-libraries/#react-and-redux ) | Free
510
+ [ Redux cheat sheet] ( https://devhints.io/redux ) on Devhints | Free
495
511
496
512
** [ ⇧ ; Back to Index] ( #index ) **
497
513
@@ -500,6 +516,7 @@ Name | Cost
500
516
---- | ----
501
517
[ Node.js website] ( https://nodejs.org/en ) | Free
502
518
[ NPM website] ( https://www.npmjs.com ) | Free with some Paid features
519
+ [ NPM cheat sheet] ( https://devhints.io/npm ) on Devhints | Free
503
520
freeCodeCamp's [ Managing Packages with NPM course] ( https://www.freecodecamp.org/learn/apis-and-microservices/#managing-packages-with-npm ) | Free
504
521
Codecademy's [ Learn Node.js course] ( https://www.codecademy.com/learn/learn-node-js ) | Free
505
522
Codecademy's [ Learn Node.js: Fundamentals course] ( https://www.codecademy.com/learn/learn-nodejs-fundamentals ) | Free
@@ -535,8 +552,11 @@ Name | Cost
535
552
---- | ----
536
553
[ Mocha.js website] ( https://mochajs.org ) | Free
537
554
[ Chai.js website] ( https://www.chaijs.com ) | Free
555
+ [ Chai.js cheat sheet] ( https://devhints.io/chai ) on Devhints | Free
538
556
[ Jasmine website] ( https://jasmine.github.io ) | Free
557
+ [ Jasmine cheat sheet] ( https://devhints.io/jasmine ) on Devhints | Free
539
558
[ Jest website] ( https://jestjs.io ) | Free
559
+ [ Jest cheat sheet] ( https://devhints.io/jest ) on Devhints | Free
540
560
freeCodeCamp's [ Quality Assurance and Testing with Chai course] ( https://www.freecodecamp.org/learn/quality-assurance/#quality-assurance-and-testing-with-chai ) | Free
541
561
Udacity's [ JavaScript Testing course] ( https://www.udacity.com/course/javascript-testing--ud549 ) | Free
542
562
[ Testing JavaScript tutorial] ( https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript#testing-javascript ) on The Odin Project | Free
@@ -556,14 +576,17 @@ Udacity's [Data Visualization and D3.js course](https://www.udacity.com/course/d
556
576
Codecademy's [ Learn D3 course] ( https://www.codecademy.com/learn/learn-d3 ) | Paid
557
577
[ Chart.js website] ( https://www.chartjs.org ) | Free
558
578
[ Moment.js website] ( https://momentjs.com ) | Free
579
+ [ Moment.js cheat sheet] ( https://devhints.io/moment ) on Devhints | Free
559
580
[ Vue.js website] ( https://vuejs.org ) | Free
560
581
Scrimba.com's [ Learn Vue.js for free course] ( https://scrimba.com/learn/learnvue ) | Free
561
582
Codecademy's [ Learn Vue.js course] ( https://www.codecademy.com/learn/learn-vue-js ) | Paid
583
+ [ Vue.js cheat sheet] ( https://devhints.io/vue ) on Devhints | Free
562
584
[ Angular website] ( https://angular.io ) | Free
563
585
Scrimba.com's [ Build your first Angular app course] ( https://scrimba.com/learn/yourfirstangularapp ) | Free
564
586
[ AngularJS website] ( https://angularjs.org ) | Free
565
587
W3Schools's [ AngularJS Tutorial] ( https://www.w3schools.com/angular/default.asp ) | Free
566
588
Codecademy's [ Learn AngularJS 1.X course] ( https://www.codecademy.com/learn/learn-angularjs ) | Free
589
+ [ Angular.js cheat sheet] ( https://devhints.io/angularjs ) on Devhints | Free
567
590
[ jQuery website] ( https://jquery.com ) | Free
568
591
W3Schools's [ jQuery Tutorial] ( https://www.w3schools.com/jquery/default.asp ) | Free
569
592
Sololearn's [ jQuery course] ( https://www.sololearn.com/learning/1082 ) | Free
@@ -613,6 +636,7 @@ Codecademy's [How to Analyze Business Metrics with SQL course](https://www.codec
613
636
Codecademy's [ Learn to Prevent SQL Injections with Node.js course] ( https://www.codecademy.com/learn/learn-to-prevent-sql-injections-with-node-js ) | Paid
614
637
Codecademy's [ Learn Node-SQLite course] ( https://www.codecademy.com/learn/learn-node-sqlite ) | Free
615
638
[ Knex Query Lab] ( https://michaelavila.com/knex-querylab ) | Free
639
+ [ Knex cheat sheet] ( https://devhints.io/knex ) on Devhints | Free
616
640
617
641
** [ ⇧ ; Back to Index] ( #index ) **
618
642
@@ -647,6 +671,7 @@ Name | Cost
647
671
[ PyPi website] ( https://pypi.org ) | Free
648
672
W3Schools's [ Python Tutorial] ( https://www.w3schools.com/python/default.asp ) | Free
649
673
[ Python cheat sheet] ( https://overapi.com/python ) | Free
674
+ [ Python cheat sheet] ( https://devhints.io/python ) on Devhints | Free
650
675
[ pytest] ( https://docs.pytest.org/en/7.1.x ) | Free
651
676
Sololearn's [ Python for Beginners course] ( https://www.sololearn.com/learning/1157 ) | Free with some Paid features
652
677
Sololearn's [ Intermediate Python course] ( https://www.sololearn.com/learning/1158 ) | Free with some Paid features
0 commit comments