An open API service indexing awesome lists of open source software.

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

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)