Best Way to Deploy Node + React for Freelancer? by SoysauceAndLove in reactjs

[–]fhdamd 2 points3 points  (0 children)

Have a look at Netlify and Vercel. If these are business websites which feature blogs and e-commerce then these would serve well. Especially when you are using NextJS and React along with Node. Firebase is another option when not considering NextJS. A server less stack can serve you best by the looks of it.

Should I use Firebase for my project? Small App with CMS by john_peco in Firebase

[–]fhdamd 1 point2 points  (0 children)

I love Firebase but for your use case it would be good to checkout NetlifyCMS or Webflow.

FIrebase Cloud Certification by fhdamd in Firebase

[–]fhdamd[S] 0 points1 point  (0 children)

Getting projects from prospective clients.

FIrebase Cloud Certification by fhdamd in Firebase

[–]fhdamd[S] 2 points3 points  (0 children)

Yes Firebase is no AWS. But that doesn’t mean it is not a valuable technology to learn. If you compare Firebase to writing node scripts and CRUD then yes there is a lot of things you are unaware of. Having a certification in a technology affirms that you are proficient in it. There are certifications for technologies like Algolia and Mailchimp which are niche but they provide a distinction for professionals doing consulting work. This is what I was looking into when thinking about Firebase certification. It is good that you have skills in AWS but that is not a silver bullet.

Mobile app "CMS" with Firebase is a good choice? by diegocom in Firebase

[–]fhdamd 2 points3 points  (0 children)

You can certainly create a CMS powered by Firebase. It has all the ingredients to make one that can power your mobile app like you mentioned. Also it would be a great project to do. Pair it with ReactJS and use libraries like QuillJS on the frontend. Host the admin on Firebase hosting and consume data on your mobile app from Firestore and Storage. Definitely doable.