This commit is contained in:
Philippe Torrel
2026-06-29 12:06:46 +02:00
parent 31c13250b0
commit 7d567b5069
2 changed files with 105 additions and 0 deletions

View File

@@ -25,6 +25,11 @@
## 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
@@ -32,3 +37,10 @@
- [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)