Kacper Borowiec
banner
kacperborowiec.com
Kacper Borowiec
@kacperborowiec.com
Software Engineer, CS Student, Musician. Exploring curiosity.

TypeScript | React | Vue
Watchers Cleanup in Vue!

Both `watch` of `watchEffect` callback provide a cleanup function as a param. You can use it to to e.g clean interval or remove event listeners before next run.
December 7, 2024 at 9:43 PM
Advent of Code started today🎄
Good luck! ⭐️⭐️
December 1, 2024 at 3:09 PM
Sometimes I feel like computer science studies are a total waste of time and make no sense at all, but somehow they still seem to be important and useful.
November 27, 2024 at 5:09 PM
👏👏
deno.land Deno @deno.land · Nov 25
It's done. Now it’s your turn, Oracle.

We’ve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal.

It's time to #FreeJavaScript.

deno.com/blog/deno-v-...
Deno v. Oracle: Canceling the JavaScript Trademark
Oracle is holding the JavaScript trademark hostage, and we’re pursuing legal means to #FreeJavaScript. Here’s a brief update.
deno.com
November 26, 2024 at 7:10 AM
Differences between watch and watchEffect in Vue
November 25, 2024 at 7:08 PM
Dynamic class binding in @vuejs.org is so simple and flexible. Love it!
November 23, 2024 at 1:40 PM
Deeply nested code is awful.

Instead, you can use early returns.
November 21, 2024 at 9:46 AM
Divide your components.

Split your UI into reasonable blocks and don’t mix with logic.
November 20, 2024 at 8:26 PM