Homepage
Open in app
Sign inGet started

Blog

Web / Design / Development

Go to the profile of Lars Gerrit Kliesing / LGK
Lars Gerrit Kliesing / LGK
Apr 17, 2019

Tutorial: New React project with Uisum

With Uisum I arranged a library, which should make it easy to…

Read more…
Go to the profile of Lars Gerrit Kliesing / LGK
Lars Gerrit Kliesing / LGK
Feb 28, 2019

CSS: The Use of System Fonts

To use web fonts is nice, but sometimes you just want to use the default font or one which already is…

Read more…
Go to the profile of Lars Gerrit Kliesing / LGK
Lars Gerrit Kliesing / LGK
Feb 28, 2019

Fix for Twenty Seventeen’s stucking header (WordPress theme)

For a long time I used the WordPress default theme “Twenty Seventeen” on my german blog Neue St. In general, the theme is pretty nice, but there’s a little „bug“ (?) that has bothered me for a while.

Read more…
1 response
Go to the profile of Lars Gerrit Kliesing / LGK
Lars Gerrit Kliesing / LGK
Mar 16, 2018

React: How to have a global state

You might have heard that you need Redux if you want to have something like global bindable data. But I tell you: you don’t. Just use this easy trick.

Imagine our React app is structured like this:

<App>
<Page>…
Read more…
Go to the profile of Lars Gerrit Kliesing / LGK
Lars Gerrit Kliesing / LGK
Jan 10, 2018

Please don’t ignore a:visited!

Like most web designers when I wanted to style links with CSS, it kinda looked like this:

a {
color:#8ea6d0;
}
a:hover {
color: #6a8ac1;
}
Read more…
Go to the profile of Lars Gerrit Kliesing / LGK
Lars Gerrit Kliesing / LGK
Jul 26, 2017

Node.js: Check if you are in debug or production mode

Sometimes you have to use other values in a variable when your application is in production as if when you are debugging it.
 For example you have to use another web service URL.

Read more…
About LGK BlogLatest StoriesArchiveAbout MediumTermsPrivacy