Screen Share MacOS to Windows
For my youtube tutorials, I've lately been VNC-ing from MacOS to my Windows machine. It's because of laziness. All of my recording and video editing setup is on Windows. Then again, it&...
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.
For my youtube tutorials, I've lately been VNC-ing from MacOS to my Windows machine. It's because of laziness. All of my recording and video editing setup is on Windows. Then again, it&...
This is part two of push notifications series with Firebase. In part one, I showed how to enable push notifications in expo, and verify the setup. That part was mainly about getting the configuration right. In...
If you're managing GitHub actions, you might want to try nektos act. It will make your development faster and you don't need to use up GitHub CI minutes. I cringe when I...
This guide shows how to add push notifications in Expo, but without expo-notifications. Nothing against expo-notifications, it's just that I learned this method first. Expo GO will not work. This is always the case...
It's always recommended to backup your database, because you never know... If the service you're using doesn't do automated backups, you can easily schedule it with GitHub actions. For example,...
My use case: I have a monorepo project, but it's not setup like workspaces. There's api, app, all unrelated, except the common project. Common project just contains zod typings that are same...