HTML
- Interview questions
- a
CSS
- Interview questions
- Specificity https://css-tricks.com/specifics-on-css-specificity/
- Selectors https://www.w3schools.com/cssref/css_selectors.asp
- CSS Modules https://github.com/css-modules/css-modules
Javascript + Typescript
- Interview questions
- short, with ex, and good https://www.youtube.com/watch?v=oxoFVqetl1E + https://www.youtube.com/watch?v=yo3MJPcVJc8&t=669s
- https://www.javatpoint.com/javascript-interview-questions
- https://www.toptal.com/javascript/interview-questions
- https://www.edureka.co/blog/interview-questions/javascript-interview-questions/ by level
- https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-6fa6bdf5ad95
- https://www.guru99.com/javascript-interview-questions-answers.html
- Beginners tutorial https://www.youtube.com/watch?v=W6NZfCO5SIk&t=1172s&ab_channel=ProgrammingwithMosh
- Tips https://www.youtube.com/watch?v=Mus_vwhTCq0&list=PLXdEvsQaYu-wvj4R_FrMm0qLLwxWvWBKL&index=26&ab_channel=Fireship
- 3 ways to create javascript objects https://www.javatpoint.com/javascript-objects
- Closures https://developer.mozilla.org/en-US/docs/Web/JavaScript/Closures
- const doesn't make an object immutable, simply prevents reassignment: ex
- Template literals ($ allows for dynamic rendering) ex https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
- Functional Programming
- https://medium.com/javascript-scene/master-the-javascript-interview-what-is-functional-programming-7f218c68b3a0
- https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4
- Pure Functions https://medium.com/javascript-scene/master-the-javascript-interview-what-is-a-pure-function-d1c076bec976
- Class and Prototypal Inheritance
- https://medium.com/javascript-scene/master-the-javascript-interview-what-s-the-difference-between-class-prototypal-inheritance-e4cd0a7562e9
- https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3
- types of prototypical OO www
- Function Composition https://medium.com/javascript-scene/master-the-javascript-interview-what-is-function-composition-20dfb109a1a0
- Promises + Async Code ... https://medium.com/javascript-scene/master-the-javascript-interview-what-is-a-promise-27fc71e77261 + Node link
- Loosely types and automatic type conversion https://www.sitepoint.com/automatic-type-conversion/
- Currying (28min) https://www.youtube.com/watch?v=poQXNp9ItL4&t=251s
React
- Material UI https://material-ui.com/components/material-icons/
- Beginners tutorial https://www.youtube.com/watch?v=Ke90Tje7VS0&ab_channel=ProgrammingwithMosh
- Tips for beginners
- Routing
- https://blog.pshrmn.com/simple-react-router-v4-tutorial/
- https://gist.github.com/siakaramalegos/df4620c52e829f6107c75d5c3f0ad7f5
- Functional and Class Components https://reactjs.org/docs/components-and-props.html
- State
- use setState Callback in Class Components https://upmostly.com/tutorials/how-to-use-the-setstate-callback-in-react
- use setState Callback in Functional Components with Hooks https://upmostly.com/tutorials/how-to-use-the-setstate-callback-in-react
- Hooks https://upmostly.com/tutorials/react-hooks-simple-introduction
- Passing data between components + Props
- https://medium.com/@ruthmpardee/passing-data-between-react-components-103ad82ebd17
- https://stackoverflow.com/questions/38394015/how-to-pass-data-from-child-component-to-its-parent-in-reactjs
- What is "this" https://www.debuggr.io/react-setstate-is-not-a-function/
- Consuming REST APIs https://www.smashingmagazine.com/2020/06/rest-api-react-fetch-axios/
- Update item in list https://www.robinwieruch.de/react-update-item-in-list
Angular
- PrimeNG
UI Mockup and Design Tools
- My post for Designers https://b-akalist.blogspot.com/2018/11/sites-para-designers.html
- {Canva} {Figma} {Moqups} {Wireframe} {Mockplus} {Balsamiq} {Flutter} {Marvel}
Node
- 1 hour tutorial https://www.youtube.com/watch?v=TlB_eWDSMt4&ab_channel=ProgrammingwithMosh
- Async code + promises https://www.digitalocean.com/community/tutorials/how-to-write-asynchronous-code-in-node-js
Others
- Redux tutorial
- https://www.youtube.com/watch?v=CVpUuw9XSjY&t=1s
- https://www.youtube.com/watch?v=poQXNp9ItL4&ab_channel=ProgrammingwithMosh
- https://www.youtube.com/watch?v=5Bytq6LNDO4&ab_channel=EQuimper
- Experience developing for a micro-service or SOA architecture;
- Good knowledge of MongoDB and Elastic Search.
- Solid experience with Node.js development (including related frameworks, such as Express);
- Experience with Javascript testing (Mocha, Jasmine or others)
- Use state management like Redux, MobX and/or other(and things like Immutable or Immer);
- Know module bundlers and task runners such as Webpack, Parcel, Rollup, Browserify, Grunt or Gulp;
- Babel + EcmaScript;
- Isomorphic React;
- Use of CSS pre/post-processors like PostCSS, Styled Components, LESS, SASS and/or others;