Yair
yairdev.bsky.social
Yair
@yairdev.bsky.social
Quit my cushy tech job to build startups.

Currently working on a travel planning tool for Nomads while traveling the world 🌎
Added Wifi data + option to sort by best air quality and best wifi to NomadGo

The wifi was the last data point I needed to collect before launch, after months of hard working collecting and analyzing tons of data.
January 13, 2025 at 8:02 AM
This is one of the features I was really looking forward to build!

Traveling with my wife, I always had to calculate budget for a couple.

Now it's integrated into our product - you will be able to choose couple/family up-to 7 people and cost of living will be calculated accordingly
January 11, 2025 at 6:11 AM
Finally we have images for over 3000 destinations in NomadGo (releasing soon), wasn't easy to set this up but I'm pretty happy with the results. 😮‍💨

Next up - making sure cost of living data is as accurate as possible using Numbeo, Expatistan and Airbnb data!
January 1, 2025 at 7:04 AM
Whenever you don't call the "execute" method in
@kysely.dev but use await you get a nice error message saying you need to call "execute".

Was wondering how Kysely detects usage of await, and found this part in their codebase.

Pretty neat technique
December 30, 2024 at 9:45 AM