https://github.com/andresmweber/webdefinitions
A compendium of the web definitions and programming concepts I've come across in my time as a Web Deveoper
https://github.com/andresmweber/webdefinitions
Last synced: 2 months ago
JSON representation
A compendium of the web definitions and programming concepts I've come across in my time as a Web Deveoper
- Host: GitHub
- URL: https://github.com/andresmweber/webdefinitions
- Owner: AndresMWeber
- License: apache-2.0
- Created: 2019-11-05T22:15:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T20:32:27.000Z (about 4 years ago)
- Last Synced: 2025-01-16T11:26:11.400Z (4 months ago)
- Size: 2.69 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebDefinitions
A compendium of the web definitions and programming concepts I've come across in my time as a Web Deveoper
JavaScript is not asynchronous language, but a synchronous one with some asynchronous behaviors. JavaScript, at its core, is a single-threaded and synchronous language.
![]()
# Contents
[`Web Concepts and Acroynms`](Web_Concepts_And_Acronyms.md)
[`Programming Terms/Concepts`](Programming_Terms_Concepts.md)
[`Javascript Terms/Concepts`](Javascript_Terms_Concepts.md)
[`The Front End`](The_Front_End.md)
[`Services`](Services.md)
[`React`](React.md)
[`Redux`](Redux.md)
## AUTHOR:
- [Andres Weber](https://github.com/andresmweber)## CONTRIBUTOR(S):
- [Vitor Tomazzi](https://github.com/VitorTomazzi)