• 1 Post
  • 109 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle

  • I’ve been using Netlify for smaller apps, but lately Railway has been my go to. Pretty cheap too and it covers mostly everything you’ll need to deploy app regardless of language or framework. Their UI makes it all very easy to manage with the “nodes”.

    Both of those services (as do most) give you the option to load environment variables onto the app itself.

    So the process is normally this: You have env vars you’re using locally like API tokens that you’re putting in your .env during development. Now you’re ready to deploy. Because you’ve gitignored that file locally, you don’t have to worry about secrets being in your code base, but also, because they’re environment variables, you’re framework will see those variables available in the “box”.

    Ultimately, there’s no difference between having stuff in your local .env and injected by a service during deployment. Just make sure the env var keys are the same in each case.

    Hope that’s not too confusing. If so, I’m happy to clarify anything.

    EDIT: also wanna add that Supabase isn’t that bad. It helps you know exactly what you need it to provide for you and then start searching away to see how to slowly put together each of those pieces. With them, I usually start with the Auth stuff, then move on to my database and storage. Functions last if the project calls for them. There’s quite a bit of info out there if you know specifically what you’re wanting to solve at the moment.








  • I switched over to Proton from Gmail about 8-10 months ago and it’s been great so far. Folders and filters have been like what I was used to. The only thing I haven’t played around with much is calendar and invites.

    I ended up going for the whole proton bundle since it included the vpn, storage, and custom domains (up to 10 addresses I think)





  • Instead of mandatory military service like some countries have, people should have mandatory public work for two years. Whether it be labor, clerical/administrative, etc, it could help young people learn a new skill, get guaranteed work to get the started, and could potentially save a ton in taxes. It would also create the opportunity to start getting caught up some things that keep getting swept under the rug like bridge maintenance , etc.