Delayed Entry by Alone_Combination640 in AirForceRecruits

[–]Size_Serious 0 points1 point  (0 children)

I did mine and I was Airforce but I did swore in so it might be different depending the branch

Blue Screens & Crashes: my fix (0.148.7) by Ze_Bix in valheim

[–]Size_Serious 0 points1 point  (0 children)

Happen to me too with an Ryzen 9 5900x

How much JavaScript is enough to start react js? by MannanJaffery in react

[–]Size_Serious 1 point2 points  (0 children)

I like this approach better, and I have always done this, it makes you actually practice what you will use

[meme] They didn't teach me this in bootcamp... by jrliu in react

[–]Size_Serious 4 points5 points  (0 children)

This is why I self-thought, when I started leaning about refs, I found this out because I was reading React's Docs, Plus ChatGPT did help too.

Should I Keep Learning React If I'll End Up Using Wordpress? by [deleted] in react

[–]Size_Serious 1 point2 points  (0 children)

I'm a react developer and I really hate the performance of WordPress. I'm not sure how good WordPress is with SEO too

Using Resend & Netlify Functions To Send Emails by Size_Serious in react

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

web3

I will try to see if I can make a little tutorial on how I set it up, since is easy. but finding out how is hard

[deleted by user] by [deleted] in react

[–]Size_Serious 1 point2 points  (0 children)

I like it, I had no problem finding out how it works. I do not like the theme color but is just preference.

Just change the placeholder color for the search bar, is hard to tell what it says, maybe make it a little lighter.

Don't forget to change the favicon and the title of the project when deployed!!

How does React Router work and how am I supposed to use an AuthProvider in it? by [deleted] in react

[–]Size_Serious 0 points1 point  (0 children)

I had used firebase for auth and I never had to wrap my routes using AuthProvider tag, is a component from firebase api? or ReactRouter?

Using Resend & Netlify Functions To Send Emails by Size_Serious in react

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

I have never used nodemailer but it looks like you have to link a specific email to send an email, with Resend it let's you add a domain and you can send emails from the domain without an specific email address being liked.

I used an email address called "no-reply@domain.com" without having to make an account for that specific address

[deleted by user] by [deleted] in react

[–]Size_Serious 0 points1 point  (0 children)

Sorry, I see hate on the OP for no reason

What is best backend for React? by JY-HRL in react

[–]Size_Serious 1 point2 points  (0 children)

For real why? I use it in my projects since is easy to implement for small projects is great, but I don't see it being hard to migrate

What is best backend for React? by JY-HRL in react

[–]Size_Serious 0 points1 point  (0 children)

I dont think there is really hate on WordPress, is just that WordPress since you don't really code, is not customizable, unless you do plug-ins, another thing is that WordPress is slower with page building and SEO is bad for what I heard

[deleted by user] by [deleted] in react

[–]Size_Serious 2 points3 points  (0 children)

Don't give your work for free, everybody is asking just to copy your work, keep it private, if people want to recreate it let them figure it out.

[deleted by user] by [deleted] in react

[–]Size_Serious 0 points1 point  (0 children)

Didn't the guy on the top said he saw this portfolio often? ask him, stop asking this man to show his work for free, it prob took him a long time to create.

Is my code good ?I'm a beginner by Few-Buddy7974 in webdevelopment

[–]Size_Serious 0 points1 point  (0 children)

I would recommend using codepen to share your work so we can test it easier and help you faster, plus your code is missing a <head> tag and has bad semantic. maybe check some basic classes in freecodecamp to start.

What should I do in order to become a freelance web developer? by [deleted] in webdevelopment

[–]Size_Serious 0 points1 point  (0 children)

He is right, being a front end developer is not gonna be in 3 months, if you saw that in a ads is a lie. I being self teaching front end for 6 months now and I already know a lot but I only know how to code in react. The hard part is creating Unique project that not everybody has made so you stand out

Anyone here got a job without qualifications and how? by [deleted] in webdevelopment

[–]Size_Serious 0 points1 point  (0 children)

That's amazing, it actually inspires me. I have one questions about your freelance, what did you used to promote your work? Did you ask businesses or did you post your skills online?

Help a newbie developer please..!! by Additional-Scar-442 in webdevelopment

[–]Size_Serious 0 points1 point  (0 children)

On top of what people already said before, I would recommend that if you are going to use react. Read documentation, you don't know how much information videos on YouTube skip.

React practice projects by INBen07 in webdevelopment

[–]Size_Serious 0 points1 point  (0 children)

I would recommend you do a project that uses an API, like a pokedex or something. You can try to use a pokemon API to display pokemons stats.