07-31-2022cssCSS Variables with animations πΆβπ«οΈHave you ever tried doing simple animations in JavaScript? If so, check how CSS variables makes our lifes easier.
03-19-2022javascriptYou 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 π
02-27-2022javascriptMisleading 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.
02-12-2022typescriptTypes that are hard to understand in TypescriptVoid, 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.