© 2023 Hashnode
#svelte
Right now I am building a study tracker project that needs a StopWatch, so I decided to write down the steps to build a StopWatch using Svelte and Tailwind. 1. Installing and configuring Tailwind Let'…
A custom store is an object that provides, at the minimum, the same functionality as any one of the native stores (readable or writable), and that can also provide additional functionality geared more toward domain-specific logic. When this…
This communiqué originally appeared on Symfony Station, your source for cutting-edge Symfony, PHP, and Cybersecurity news. Welcome to this week's Symfony Station Communiqué. It's your review of the es…
I've been working at XtendOps for a year and a half now and we've seen tremendous growth in that time frame. When I joined, the company was around 600 employees and now we're closing in on 2000. I was…
Why Svelte over other industry standard UI frameworks? The seemingly age-old question everyone asks is - "Why use X framework over React or Vue?". Admittedly, I ask this question a lot, even as I have…
SvelteKit 1.0? Yes! It was released! Announcing SvelteKit 1.0. There are some differents between 1.0 and lower versions. SvelteKit 1.0 have included vitePreprocess as an official preprocessor, we can …
In this article we will see how to use Sveltekit and Playwright to achieve 2 main goals: Build a Playwright web scraper to extract stock price from a public investment website and save them to a Post…
In this article, we are going to take a look at how to load data from the latest version of Sveltekit after some breaking changes such as the + prefix that now defines the file as being a route accord…
When deploying code, one of the best ways to ensure it's high quality, meets user or business requirements, and works as it should is by feature flagging it. Feature flags are a great way to control t…