Articoli Recenti

4 Ways to Embed Code in Svelte

Sooner or later I will have to completely rewrite the code of my blog. Two years ago I switched from WordPress to Jekyll - it was a good choice. But the deep...

4 Modi per Mostrare Codice in Svelte

Prima o poi dovrò decidermi a riscrivere completamente il codice del mio blog. Due anni fa sono passato da WordPress a Jekyll: è stata una buona scelta. Ma p...

How to Test Electron Apps

In my last posts I talked about how to test Svelte components and NPM packages. My journey is not over. I have still to figure out how to test Electron appli...

Testare app ElectronJS

Gli ultimi miei articoli hanno parlato di come testare componenti e pacchetti npm. Ma il mio viaggio non è ancora concluso: mi manca da capire come testare a...

Svelte & Visual Regression Test (English)

I am more and more comfortable with test-driven development (TDD). Editing your code is easier by knowing right away when something is wrong. Of course I don...