web

0x002 - Search as a Service 🔍

Problem: Developing robust search functionality for your application is a challenging task. Solution: Outsource the search function to an external (mostly hosted) search service, which includes indexing and sometimes pre-built UI - so you don’t have to build them.

0x001 - Magic Links 🪄

Problem: Password authentication is a hassle. Solution: Authenticate users by sending them a one-time login link to a trusted source.