I’m a software developer from planet earth with a multi-cultural background and various technical skills. I consider myself as an old coder with experience.
Hi, it's Barim.
My last posts
YouTube thumbnails and uBlock Origin
2025.06.02
It is possible to modify YouTube’s appearance using uBlock Origin. For example, to display smaller video thumbnails and get rid of “shorts”:
Svelte’s component system features a specific approach to reactivity and component initialization. This article explores a common misconception about how props, variables, and component initialization work in Svelte.
Tutorial: Dynamic Svelte Components
2024.12.14
Svelte offers remarkable flexibility for creating dynamic components. In this tutorial, we’ll explore how to instantiate components on the fly and pass properties to them in an elegant and efficient manner.