"Swipeable Bar": Vielleicht neuer UI-Trend?

Zuletzt habe ich meine Website lgk.io überarbeitet und im Zuge dessen ein neues Element in meiner CI eingeführt: ich nenne sie "Swipeable Bar" oder auch "...

Read full article


Try to avoid loops in JavaScript for better performance

Use objects instead of arrays A benefit of objects is that you can directly call its children elements (properties) by name. While arrays only have index numbers. Here is a simple e...

Read full article