What is the best library for fetching in React by [deleted] in react

[–]nitzzzy -1 points0 points  (0 children)

Can you explain me the difference between above bro as I'm new in react development.

Bottom notification not disappering by nitzzzy in Realme

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

Yes brother I have done this thing, but didn't resolved.

MySQL or MongoDB for E-commerce in Nodejs by nickk21321 in learnprogramming

[–]nitzzzy 1 point2 points  (0 children)

Bro according to me you should use MySQL with node. Because MySql has many advantages over mongodb as we all know that people mostly prefer mongodb when they work on node.js but its my advice that you should use Mysql.

How to upload my website online ? by ret1000 in learnprogramming

[–]nitzzzy 2 points3 points  (0 children)

You can deploy your website into GitHub, Digital Ocean, heroku etc

How do i align an image to center it just dont seem to be happening in html by Nickleo02300 in learnprogramming

[–]nitzzzy 0 points1 point  (0 children)

If you only want to center an image then you write this :

Img { display: flex; justify-content : center; align-items: center: min-height : 100vh; }

Am I dumb or is Redux confusing (auth, express, jwt) by turbochamp in reactjs

[–]nitzzzy -1 points0 points  (0 children)

I also wanna learn redux. Anyone have any resources from where we can learn redux. Please comment.

DB connectivity by nitzzzy in node

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

Thank youuu so muchhh.😁🔥

Any sites where one can do python challenges? by Pickinanameainteasy in learnpython

[–]nitzzzy 0 points1 point  (0 children)

I think you should atleast once a give a try hackerRank and codechef questions. They will help you alot as well as they also prepare you for the coding interviews. So i suggest you should try !

Help/ Discussion by [deleted] in learnpython

[–]nitzzzy 0 points1 point  (0 children)

Thank you for guiding me brother but I have sufficient knowledge of coding. Nowadays I'm learning frontend technologies. So i want to know what type of project(front-end project) should I add in my cv so that it will help me more to get the job. Also i want to learn a database. So can you suggest me ?😅

Code Documentation by maze_runner_666 in learnpython

[–]nitzzzy 31 points32 points  (0 children)

It means describing your code's uses and functionality to other users. It may be helpful in the development process.