How I Use Firebase Functions for MVPs
Lately when I'm building a hobby app, and it's still in the mvp phase, I try to spend as little money as possible. I've learned my lesson from past failed...
Hi, I'm Ana and welcome to my dev blog. I share insights and practical solutions to coding problems that I face at work or my hobby dev time. Subscribe for new articles and check out my latest tutorials on YouTube.
Lately when I'm building a hobby app, and it's still in the mvp phase, I try to spend as little money as possible. I've learned my lesson from past failed...
In earlier posts, I covered push notifications. In this one, I'll show how to add real-time communication via websockets between an Expo client and a NestJS server. The demo repo I use is https:...
When I first got a hold of Mac computer, I was very much frustrated with it. There were issues with it, because I expected it to behave the same like windows or a linux computer -...
Last part of my push notifications series is integrating web push notifications. In the first part I covered how to integrate push notifications on ios and android, then how to send them from a nestjs server,...
GitHub doesn't support private branches in public repositories. You can't even fork a public repository and make it private. My use case: I create tutorial content and I sometimes complement it with...
Did you hear about smart banners? Smart banners are ios native banners. They show up when user navigates to a page on Safari, from a real iOS device, that has this meta tag: <meta name=...