TIL articles with the tag "web-dev" so far.
web dev
-
Building a search filter using Svelte
Posted on: November 22, 2023I already knew how to build a search filter with React. But since I wanted to learn something new, I built in with a framework I never used before - Svelte
web-dev astro svelte
-
Using tRPC for the first time
Posted on: January 14, 2024After using REST and GraphQL APIs, it's time to try a different approach of data fetching
web-dev typescript
-
Tagging e2e tests to reduce wait time
Posted on: March 12, 2024While testing your code is a great thing, useless end-to-end testing can be cumbersome. Here's how I leveraged tags to only run certain tests in PRs!
testing web-dev
-
The ease of deploying to Vercel
Posted on: October 16, 2023While I deployed this very blog, I was amazed by how easy it was to deploy an Astro project on Vercel
web-dev deployment
-
Random learnings of the last months
Posted on: September 09, 2024Since I did not necessarily learn large things, here is a list of small items I learned
random web-dev database