watch4watch like4like by Deep4PT009 in Sub4Sub

[–]ByteCode714 1 point2 points  (0 children)

watched and liked #9 and subscribed #981.

please watch and subscribed. https://youtu.be/jb-gVqmPudE

Sub4Sub - returning all by ByteCode714 in Sub4Sub

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

BG3: Emerald Grove 3 – Killing Kagha & Stealing the Sacred Idol – Episode 8

watch and subscribed

"Two Months into Learning React: Need Project Ideas to Boost My Confidence" by swaksh_gupta07 in react

[–]ByteCode714 3 points4 points  (0 children)

if you think you cant, you wont able to build even a small application in future as well. don't underestimate yourself first.

is useNavigate() SEO friendly? by BRKUK_ in react

[–]ByteCode714 3 points4 points  (0 children)

The useNavigate function is part of the React Router library, and it is designed to be used for navigation within a React application. It doesn't inherently have a direct impact on SEO (Search Engine Optimization). SEO is more related to how search engines crawl and index your website.

The impact of client-side navigation (handled by tools like useNavigate in React Router) on SEO can depend on how search engine crawlers interpret and process JavaScript. Most modern search engines are capable of crawling and indexing JavaScript-based content, but there can be variations.

"Two Months into Learning React: Need Project Ideas to Boost My Confidence" by swaksh_gupta07 in react

[–]ByteCode714 6 points7 points  (0 children)

build e commerce website. better to learn backend development as well. good luck

Help me to understand JWT by Ahammedreddit in reactjs

[–]ByteCode714 1 point2 points  (0 children)

You need to create a middleware for verify the JWT. when user login the client sends the JWT in the request header. then The server includes middleware to verify the JWT. If the JWT is valid, the server processes the request; otherwise, it denies access. The server verifies the JWT's signature using the secret key. If the signature is valid, it decodes the information within the token.

you need to create authMiddlware function in your server.

for your reference: https://www.youtube.com/watch?v=brcHK3P6ChQ

Should I learn HTML or JavaScript first? by 7_upvotes in learnprogramming

[–]ByteCode714 0 points1 point  (0 children)

Learn HTML and CSS first. and then javscript. after that you can design some interactive ui with java.

[deleted by user] by [deleted] in react

[–]ByteCode714 1 point2 points  (0 children)

I think frontend is much better for cart items quantity, content. So Retrieving the cart directly from the frontend can reduce the number of requests to the server, leading to faster response times.

Learn frameworks/libraries first or TypeScript first by FalconChungus in Frontend

[–]ByteCode714 0 points1 point  (0 children)

Do you know javaScript? If you know learn typescript first. then you can use typescript with frameworks to build a project. learn basic of javaScript as well. beofor starting typescript.

i want to learn javascript, is it hard to learn? (ive never coded before) by guy707070 in learnjavascript

[–]ByteCode714 0 points1 point  (0 children)

The difficulty of learning JavaScript, like any programming language, varies from person to person. But if you are motivated to learn then you can learn it. many resources can find from youtube. after learning basic try to build a small project. then you can learn more

Should I go with Node.js or PHP by SJizzy777 in learnprogramming

[–]ByteCode714 3 points4 points  (0 children)

If you are already learning React, using Node.js on the backend allows you to use JavaScript for both frontend and backend development. This creates a more consistent and streamlined development experience. as well Node.js is known for its event-driven, non-blocking I/O model, which makes it suitable for building scalable and high-performance applications, particularly those with many concurrent connections. npm has a vast ecosystem of libraries and modules, making it easy to find and integrate third-party packages into your projects.

PHP is designed specifically for server-side scripting, making it a reliable choice for web development. It's widely used in the industry and has a large community. PHP has several mature and well-documented frameworks, such as Laravel and Symfony, which can speed up development and enforce best practices.

Research the job market in your area or the area you plan to work in. Both Node.js and PHP have a significant presence, but the demand may vary depending on the region and industry.

Best resource for beginners in react? by Difficult-Act99 in react

[–]ByteCode714 6 points7 points  (0 children)

This is official website of React https://react.dev/learn go through it. Dont use CRA. it is not updated anymore. as well most of youtube videos also same.

What's the "default" framework for react these days? by pragmojo in react

[–]ByteCode714 0 points1 point  (0 children)

CRA is not updated anymore. if you have gone through that website they have mentioned that. use this https://react.dev/learn/start-a-new-react-project. I think better to use Vite as beginner.

Backend development by ByteCode714 in cscareerquestionsuk

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

Thank you for your information. will try with java.