TIL articles with the tag "web-dev" so far.
web dev
-
Moving from Elasticsearch to Meilisearch: the good, the bad, the surprise
Posted on: February 17, 2026How migrating our internal search engine made fixing bugs easier and increased overall developer experience
web-dev database javascript
-
Rethinking my stance on TDD
Posted on: November 17, 2024Is following the TDD standard really a waste of time or am I just wrong?
testing web-dev
-
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
-
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
-
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