Start Blog Projects
DE

# tip

See all tags

german code ide mobile-app react tip web
Post cover image

Quicktip: Browser für Create React App definieren

2019-04-21

Create React App ist der einfachste Weg, ein React-Projekt zu erstellen. Ein Debug-Server wird bereits mitgeliefert. Mit npm start

Read full article


german 2017 theming tip wordpress
Post cover image

Lösung für Twenty Seventeens stockenden Header

2019-02-22

Für eine lange Zeit habe ich für diesen Blog eine angepasste Version des WordPress Themes "Twenty Seventeen" genutzt. Generell finde ich den Theme ziemlich nett, aber es gibt einen kleine...

Read full article


german code-en development javascript-en tip

Code snippet: The easiest way for a parallax background with CSS and JavaScript

2018-03-21

Here is the JavaScript part: window.addEventListener("scroll", event => { document.body.style.backgroundPosition = "0px -" + (window.pageYOffset / 2) + "px";...

Read full article


Development Contact Imprint Privacy policy
Mastodon Bluesky Twitter (DE) Twitter (EN)
GitHub Behance Instagram YouTube

Copyright 2022- 2025 by LGK. All rights reserved.
HK Grotesk font licensed SIL. Bootstrap and Bootstrap Icons licensed MIT. Built with 11ty.