technical-glossary icon indicating copy to clipboard operation
technical-glossary copied to clipboard

πŸ“ A collaborative technical glossary for key words and terms to help anyone learn and understand concepts and prepare for a career as a creative technologist! πŸ˜• > πŸ€” > πŸ’‘ > 😊 πŸŽ‰ πŸš€

Results 25 technical-glossary issues
Sort by recently updated
recently updated
newest added
trafficstars

- [ ] add definition for new words: prototypal inheritance https://javascript.info/prototype-inheritance https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain https://medium.com/@kevincennis/prototypal-inheritance-781bccc97edb

- [ ] add definition for new word: Ajax https://en.wikipedia.org/wiki/Ajax_%28programming%29 https://www.w3schools.com/xml/ajax_intro.asp

- [ ] Add new words Model–view–controller (MVC) https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller https://blog.codinghorror.com/understanding-model-view-controller/ https://www.techopedia.com/definition/3842/model-view-controller-mvc

- [ ] Add new words: Java Virtual Machine (JVM) with definition https://en.wikipedia.org/wiki/Java_virtual_machine

Operator Overloading notes: A specific case of polymorphism where different operators have different implementations based on their arguments. Using operator overloading a developer can define operations (+,-,*) on custom types...