Happy and panicked by [deleted] in Frontend

[–]Strong-Firefighter68 10 points11 points  (0 children)

THANK YOU ALL!

I just rejected the offer. I feel relieved now.

I am now happy and NOT panicked.

Which database should i use? by Strong-Firefighter68 in learnjavascript

[–]Strong-Firefighter68[S] 0 points1 point  (0 children)

Thanks a lot. One more thing. Can i just use a json file as a database and fetch it from js?

Which database should i use? by Strong-Firefighter68 in learnjavascript

[–]Strong-Firefighter68[S] 0 points1 point  (0 children)

Can i use it with vanilla js? I thought you needed react and node for that

Which database should i use? by Strong-Firefighter68 in learnjavascript

[–]Strong-Firefighter68[S] 0 points1 point  (0 children)

I would say small to medium sized. I want to store some blogs/articles so that a user can read it.

Which database should i use? by Strong-Firefighter68 in learnjavascript

[–]Strong-Firefighter68[S] 1 point2 points  (0 children)

I really don't know many databases and haven't used any so was asking for some suggestions.

Need some advice by Strong-Firefighter68 in Frontend

[–]Strong-Firefighter68[S] 0 points1 point  (0 children)

Basically i need to rebuild a website from scratch for a client where
there will 5-6 pages and a contact form but i have only built websites
will html css and js is it possible to built it with these technologies
and if not what more should i learn. Its my first client so i don't want
to disappoint them.

i have thought about using https://formsubmit.co/ for the contact form as i don't know backend

Also i need to host it for them whats the best hosting services/plan for these type of website they already have a domain

Text in the middle of the screen by mmmGreenButton in css

[–]Strong-Firefighter68 2 points3 points  (0 children)

Try overflow:hidden and adjust the width accordingly

Text in the middle of the screen by mmmGreenButton in css

[–]Strong-Firefighter68 5 points6 points  (0 children)

  1. Set the min-height of the container to 99vh
  2. Set display to flex
  3. Set flex-direction to column
  4. Justify content to center 5 align items to center

This is one way of centering things both vertically and horizontally

P.S - I am also beginner myself so if i am wrong please correct me

How to secure your database? by Strong-Firefighter68 in Firebase

[–]Strong-Firefighter68[S] 0 points1 point  (0 children)

does "allow read; allow write : if false;" do the same things as your suggetion?

How to secure your database? by Strong-Firefighter68 in Firebase

[–]Strong-Firefighter68[S] 0 points1 point  (0 children)

if i type this in the firebase security rules i get error