47 lines
1.8 KiB
Markdown
47 lines
1.8 KiB
Markdown
# Linksammlung
|
|
|
|
## Repo
|
|
|
|
- <https://git.gkontra.de/ptorrel/JS>
|
|
|
|
## Allgemeine Links
|
|
|
|
- [StackOverflow Survey 2023](https://survey.stackoverflow.co/2023)
|
|
- [StackOverflow Survey 2024](https://survey.stackoverflow.co/2024)
|
|
- [StackOverflow Survey 2025](https://survey.stackoverflow.co/2025)
|
|
- [State Of JS 2023](https://2023.stateofjs.com/en-US)
|
|
- [State Of JS 2024](https://2024.stateofjs.com/en-US)
|
|
- [State Of JS 2025](https://2025.stateofjs.com/en-US)
|
|
- [Bootstrap 5](https://getbootstrap.com/)
|
|
- [MDN - Mozilla Developer Network](https://developer.mozilla.org/)
|
|
- [JavaScript Historie](https://de.wikipedia.org/wiki/JavaScript)
|
|
- [Can I Use](https://caniuse.com/)
|
|
- [ASCII Table](https://asciitable.xyz/)
|
|
- [HTML Entities Liste (W3c)](https://dev.w3.org/html5/html-author/charref)
|
|
- [HTML Entities & Tastaturkürzel](https://www.key-shortcut.com/html-entities/alle-entitaeten)
|
|
- [What the f\*ck JS?](https://github.com/denysdovhan/wtfjs)
|
|
- [CSS BEM (Block-Element-Modifier)](https://getbem.com/introduction/)
|
|
|
|
## Tools/ Software
|
|
|
|
- [Microsoft Powertoys](https://learn.microsoft.com/de-de/windows/powertoys/)
|
|
- [Tipp10](https://online.tipp10.com/de/)
|
|
|
|
## JS Tuts
|
|
|
|
- [JS CheatSheet](https://dev.to/devsmitra/28-javascript-array-hacks-a-cheat-sheet-for-developer-5769)
|
|
|
|
## CSS/SCSS Tuts
|
|
|
|
- [CSS Reference](https://cssreference.io/)
|
|
- [CSS Tricks - Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
|
|
- [CSS Flexboxfroggy](https://flexboxfroggy.com/#de)
|
|
- [CSS Gridgarden](https://cssgridgarden.com/#de)
|
|
|
|
## JS Styleguide
|
|
|
|
- [AirBnb Styleguide](https://github.com/airbnb/javascript)
|
|
- [Google](https://google.github.io/styleguide/jsguide.html)
|
|
- [jQuery Styleguide](https://contribute.jquery.org/style-guide/js/)
|
|
- [MDN (ES6) Styleguide](https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Writing_style_guide/Code_style_guide/JavaScript)
|