Skip to content

Commit db4b112

Browse files
committed
Add cheat sheets from Devhints
1 parent 2b09378 commit db4b112

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Name | Cost
4949
[W3Schools](https://www.w3schools.com) | Free with some Paid content
5050
[MDN (Mozilla Developer Network)](https://developer.mozilla.org) | Free
5151
[freeCodeCamp](https://www.freecodecamp.org) | Free
52+
[JavaScript.info](https://javascript.info) | Free
5253
[DevDocs.io](https://devdocs.io) | Free
5354
[Devhints](https://devhints.io) | Free
5455
[The Odin Project](https://www.theodinproject.com) | Free
@@ -148,6 +149,7 @@ Name | Cost
148149
Name | Cost
149150
---- | ----
150151
[Visual Studio Code](https://code.visualstudio.com) | Free
152+
[VS Code keyboard shortcuts cheat sheet](https://devhints.io/vscode) on Devhints | Free
151153
[Replit](https://replit.com) | Free with some Paid features
152154
[Code Playground](https://www.sololearn.com/codes) on Sololearn | Free
153155
[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
190192
Udacity's [Object-Oriented JavaScript course](https://www.udacity.com/course/object-oriented-javascript--ud711) | Free
191193
[JavaScript30 course](https://javascript30.com) by Wes Bos | Free
192194
[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
193197
[JavaScript Interview Questions](https://github.com/sudheerj/javascript-interview-questions) by [@sudheerj](https://github.com/sudheerj) on GitHub | Free
194198
Codecademy's [Technical Interview Practice with JavaScript course](https://www.codecademy.com/learn/technical-interview-practice-with-javascript) | Paid
195199

@@ -203,6 +207,7 @@ Scrimba.com's [Introduction to ES6+ course](https://scrimba.com/learn/introtoes6
203207
Udacity's [ES6 - JavaScript Improved course](https://www.udacity.com/course/es6-javascript-improved--ud356) | Free
204208
[List of ES6 Features](https://github.com/lukehoban/es6features) by [@lukehoban](https://github.com/lukehoban) on GitHub | Free
205209
[ES6 for Everyone course](https://es6.io) by Wes Bos | Paid
210+
[ES6 cheat sheet](https://devhints.io/es6) on Devhints | Free
206211

207212
**[⇧ Back to Index](#index)**
208213

@@ -211,6 +216,7 @@ Name | Cost
211216
---- | ----
212217
[Postman](https://www.postman.com) | Free with some Paid features
213218
[Axios website](https://axios-http.com) | Free
219+
[Fetch cheat sheet](https://devhints.io/python) on Devhints | Free
214220
W3Schools's [JSON Tutorial](https://www.w3schools.com/js/js_json_intro.asp) | Free
215221
Udacity's [JavaScript Promises course](https://www.udacity.com/course/javascript-promises--ud898) | Free
216222
[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
233239
freeCodeCamp's [Regular Expressions course](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#regular-expressions) | Free
234240
Codecademy's [Learn the Basics of Regular Expressions course](https://www.codecademy.com/learn/introduction-to-regular-expressions) | Free
235241
[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
236243
[regex101](https://regex101.com) | Free
237244
[HTML5Pattern](https://www.html5pattern.com) | Free
238245

@@ -250,6 +257,7 @@ Codecademy's [Learn TypeScript: Union Types course](https://www.codecademy.com/l
250257
Codecademy's [Learn TypeScript: Complex Types coures](https://www.codecademy.com/learn/learn-typescript-complex-types) | Free
251258
Codecademy's [Learn TypeScript: Type Narrowing course](https://www.codecademy.com/learn/learn-typescript-type-narrowing) | Free
252259
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
253261

254262
**[⇧ Back to Index](#index)**
255263

@@ -306,11 +314,13 @@ Scrimba.com's [Learn Flexbox for free course](https://scrimba.com/learn/flexbox)
306314
[What the Flexbox?! course](https://flexbox.io) by Wes Bos | Free
307315
[Flexbox Playground](https://the-echoplex.net/flexyboxes) | Free
308316
[Flexbox cheat sheet](https://yoksel.github.io/flex-cheatsheet) | Free
317+
[Flexbox cheat sheet](https://devhints.io/css-flexbox) on Devhints | Free
309318
freeCodeCamp's [CSS Grid course](https://www.freecodecamp.org/learn/responsive-web-design/#css-grid) | Free
310319
Scrimba.com's [Learn CSS Grid for free course](https://scrimba.com/learn/cssgrid) | Free
311320
[Grid tutorial](https://www.theodinproject.com/paths/full-stack-javascript/courses/intermediate-html-and-css#grid) on The Odin Project | Free
312321
[CSS Grid course](https://cssgrid.io) by Wes Bos | Free
313322
[CSS Grid cheat sheet](https://yoksel.github.io/grid-cheatsheet) | Free
323+
[CSS Grid cheat sheet](https://devhints.io/css-grid) on Devhints | Free
314324

315325
**[⇧ Back to Index](#index)**
316326

@@ -338,6 +348,7 @@ Codecademy's [Learn Sass: Fundamentals course](https://www.codecademy.com/learn/
338348
Codecademy's [Learn Sass: Functions and Operations course](https://www.codecademy.com/learn/learn-sass-functions-and-operations) | Free
339349
Codecademy's [Learn Sass: Mixins and Parent Selector course](https://www.codecademy.com/learn/learn-sass-mixins-and-the-parent-selector) | Free
340350
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
341352
[CSS to SCSS Converter](https://jsonformatter.org/css-to-scss) | Free
342353
[SCSS to CSS Converter](https://jsonformatter.org/scss-to-css) | Free
343354
[SCSS Formatter](https://jsonformatter.org/scss-formatter) | Free
@@ -351,7 +362,9 @@ Name | Cost
351362
[HTML Validator](https://jsonformatter.org/html-validator) from JSONformatter.org | Free
352363
[W3C CSS Validator](http://jigsaw.w3.org/css-validator) | Free
353364
[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
354366
[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
355368
[HTML Formatter](https://jsonformatter.org/html-formatter) | Free
356369
[CSS Formatter](https://jsonformatter.org/css-beautifier) | Free
357370
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
439452
[Unix/Linux Commands cheat sheet](http://www.cheat-sheets.org/saved-copy/fwunixref.pdf) | Free
440453
[Mastering Markdown course](https://masteringmarkdown.com) by Wes Bos | Free
441454
[Markdown cheat sheet](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf) | Free
455+
[Markdown cheat sheet](https://devhints.io/markdown) on Devhints | Free
442456
[Markdown Formatter](https://jsonformatter.org/markdown-formatter) | Free
443457
Udacity's [Writing READMEs course](https://www.udacity.com/course/writing-readmes--ud777) | Free
444458
[GitHub Desktop](https://desktop.github.com) | Free
@@ -473,6 +487,7 @@ Sololearn's [React + Redux course](https://www.sololearn.com/learning/1097) | Fr
473487
freeCodeCamp's [React course](https://www.freecodecamp.org/learn/front-end-libraries/#react) | Free
474488
[React Hooks Simplified course](https://courses.webdevsimplified.com/react-hooks-simplified) | Free
475489
[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
476491
[React Developer Tools extension for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en-US) | Free
477492
[React Router website](https://reactrouter.com) | Free
478493
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.
492507
Codecademy's [Learn Redux: React Redux course](https://www.codecademy.com/learn/learn-redux-react-redux) | Free
493508
freeCodeCamp's [Redux course](https://www.freecodecamp.org/learn/front-end-libraries/#redux) | Free
494509
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
495511

496512
**[⇧ Back to Index](#index)**
497513

@@ -500,6 +516,7 @@ Name | Cost
500516
---- | ----
501517
[Node.js website](https://nodejs.org/en) | Free
502518
[NPM website](https://www.npmjs.com) | Free with some Paid features
519+
[NPM cheat sheet](https://devhints.io/npm) on Devhints | Free
503520
freeCodeCamp's [Managing Packages with NPM course](https://www.freecodecamp.org/learn/apis-and-microservices/#managing-packages-with-npm) | Free
504521
Codecademy's [Learn Node.js course](https://www.codecademy.com/learn/learn-node-js) | Free
505522
Codecademy's [Learn Node.js: Fundamentals course](https://www.codecademy.com/learn/learn-nodejs-fundamentals) | Free
@@ -535,8 +552,11 @@ Name | Cost
535552
---- | ----
536553
[Mocha.js website](https://mochajs.org) | Free
537554
[Chai.js website](https://www.chaijs.com) | Free
555+
[Chai.js cheat sheet](https://devhints.io/chai) on Devhints | Free
538556
[Jasmine website](https://jasmine.github.io) | Free
557+
[Jasmine cheat sheet](https://devhints.io/jasmine) on Devhints | Free
539558
[Jest website](https://jestjs.io) | Free
559+
[Jest cheat sheet](https://devhints.io/jest) on Devhints | Free
540560
freeCodeCamp's [Quality Assurance and Testing with Chai course](https://www.freecodecamp.org/learn/quality-assurance/#quality-assurance-and-testing-with-chai) | Free
541561
Udacity's [JavaScript Testing course](https://www.udacity.com/course/javascript-testing--ud549) | Free
542562
[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
556576
Codecademy's [Learn D3 course](https://www.codecademy.com/learn/learn-d3) | Paid
557577
[Chart.js website](https://www.chartjs.org) | Free
558578
[Moment.js website](https://momentjs.com) | Free
579+
[Moment.js cheat sheet](https://devhints.io/moment) on Devhints | Free
559580
[Vue.js website](https://vuejs.org) | Free
560581
Scrimba.com's [Learn Vue.js for free course](https://scrimba.com/learn/learnvue) | Free
561582
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
562584
[Angular website](https://angular.io) | Free
563585
Scrimba.com's [Build your first Angular app course](https://scrimba.com/learn/yourfirstangularapp) | Free
564586
[AngularJS website](https://angularjs.org) | Free
565587
W3Schools's [AngularJS Tutorial](https://www.w3schools.com/angular/default.asp) | Free
566588
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
567590
[jQuery website](https://jquery.com) | Free
568591
W3Schools's [jQuery Tutorial](https://www.w3schools.com/jquery/default.asp) | Free
569592
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
613636
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
614637
Codecademy's [Learn Node-SQLite course](https://www.codecademy.com/learn/learn-node-sqlite) | Free
615638
[Knex Query Lab](https://michaelavila.com/knex-querylab) | Free
639+
[Knex cheat sheet](https://devhints.io/knex) on Devhints | Free
616640

617641
**[⇧ Back to Index](#index)**
618642

@@ -647,6 +671,7 @@ Name | Cost
647671
[PyPi website](https://pypi.org) | Free
648672
W3Schools's [Python Tutorial](https://www.w3schools.com/python/default.asp) | Free
649673
[Python cheat sheet](https://overapi.com/python) | Free
674+
[Python cheat sheet](https://devhints.io/python) on Devhints | Free
650675
[pytest](https://docs.pytest.org/en/7.1.x) | Free
651676
Sololearn's [Python for Beginners course](https://www.sololearn.com/learning/1157) | Free with some Paid features
652677
Sololearn's [Intermediate Python course](https://www.sololearn.com/learning/1158) | Free with some Paid features

0 commit comments

Comments
 (0)