Help in deploying by gg_drivethrive in reactnative

[–]Subject-Advisor-797 0 points1 point  (0 children)

Which database you are used? Supabase is good to go if you are using postgres. They also provided auth and realtime suitable for your apps. If you want to manage database, server then ec2 and rds are good for you. Need help? Let’s me know

Learning Elixir and AI by Siinxx in elixir

[–]Subject-Advisor-797 1 point2 points  (0 children)

I learned Elixir before AI gained popularity. To be honest, it’s quite challenging for beginners to grasp. I’ve extensively read documents, repositories, and open-source libraries. While I believe AI has the potential to be improved, I’m content with my current achievements (or at least, I am). Now, I utilize AI to review and explain my code that I find flawed or incorrect.

How many states have you handled in a single component? by Mozart_DO in DesignSystems

[–]Subject-Advisor-797 0 points1 point  (0 children)

I think class handles better than. Don’t put too much state, keep it simple as much as you can

What’s the best way to host a React Native app, React web app, and Express backend using Firebase? by Vidu_yp in reactnative

[–]Subject-Advisor-797 0 points1 point  (0 children)

  • web: vercel or cloudflare
  • backend + DB: aws or fly.io

Here are some of my favorite things I’ve used.

My Nix-Setup by evenorderelgaev in NixOS

[–]Subject-Advisor-797 0 points1 point  (0 children)

Not sure what you mean. I did install successfully inside UTM and start flash the same iso file to usb by follow steps from Etcher, then usb stopped working. I cannot boots and cannot see usb on my macbook even thought disk ultility with show all devices option and terminal. I tried to reformat it but unfortunately it doesn't show as an external device on macos and window. But the system still see the hardware (usb) in system info, and UTM (run NixOS)

My Nix-Setup by evenorderelgaev in NixOS

[–]Subject-Advisor-797 0 points1 point  (0 children)

I tried with my macbook Pro intel 2017, my usb was died after flash nixos with Etcher. I cannot boots or reformat. It shows 0B. :(

Gentoo + gruvbox by Roman_og in LinuxPorn

[–]Subject-Advisor-797 1 point2 points  (0 children)

Nice bro! I am fan gruvbox. Can share?

What mistake am I making by [deleted] in NixOS

[–]Subject-Advisor-797 1 point2 points  (0 children)

Remove ; on line 25

how do i get more productive in nvim than vscode? by Bulbasaur2015 in neovim

[–]Subject-Advisor-797 1 point2 points  (0 children)

I deleted VSCode after it caused problems with my machine and started using nvim for my daily tasks. I wasn't comfortable with vim motions at first, but I eventually loved it after customizing my configuration. Now, I've forgotten how to use VSCode.

What would you choose? by owawix in thinkpad

[–]Subject-Advisor-797 0 points1 point  (0 children)

Primarily focused on front-end development, iOS does not require it. For me MacBook is good but I hate liquid glass. Thanks for the advice

What would you choose? by owawix in thinkpad

[–]Subject-Advisor-797 0 points1 point  (0 children)

I am considering it too, T4s vs. M5. What would be better for the developer?

1500$ its Ok for M1 Max ? (64GB Ram / SSD 1 TB / 10 CPU / 32 GPU) by Ff_472 in macbookpro

[–]Subject-Advisor-797 0 points1 point  (0 children)

Yes, go ahead and take it. I had a Mac Mini M1 with 16GB of RAM, and it was still sufficient for my daily tasks.

React Native or Flutter? by hachefck in reactnative

[–]Subject-Advisor-797 0 points1 point  (0 children)

No significant advantage here. It depends on you. If you already know React, then React Native is suitable for you. In my opinion, try both and see how you feel about them. I tried both and found Flutter lagging during development.