KamilTroczewski

frontend developer based in Poland πŸ‘€mostly passionated with ReactJS and TypeScript

css

CSS Variables with animations πŸ˜Άβ€πŸŒ«οΈ

Have you ever tried doing simple animations in JavaScript? If so, check how CSS variables makes our lifes easier.
javascript

You probably do it wrong - in other words a token on the frontend πŸ™…β€β™‚οΈ

Storing the token on the frontend is one of the toughest topics for novice developers. But it's worth understanding this topic well because we can't let someone steal the identity of our users πŸ”
javascript

Misleading methods πŸ€·β€β™‚οΈ

Have you ever used methods split, splice, or slice? I use them sometimes and I have a hard time differentiating them because all of them look and sound similar. However, maybe there is a way how to remember them? Let's see.
typescript

Types that are hard to understand in Typescript

Void, never, any, and unknown. All of them have different usage, but do we know when we should use one of them? Usually yes, but we must be conscious of their differences, usage, and existence.