Tag: Web
-
Augmenting the Frontend: Svelte’s AI Leap
WEEKLY RADAR The Context In its January 2026 release, Svelte introduced native AI integration that simplifies embedding machine-learning models directly into UI components. Alongside hydration under strict CSPs and an automatic Cloudflare adapter setup, this update pushes Svelte beyond a mere compiler framework toward a full-stack solution. AI capabilities in front-end frameworks have been sporadic,…
-
JAVA Unit Test for Spring Boot with Mockito and EasyMock
Here they are some ideas about testing using the different tools given by Spring Boot Test dependency. For me and my team they are so useful when we write and run the Unit Test for medium or high complexity classes.