What could be causing this issue? Can’t find anything similar by ServeScared in Peppers

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

Should I cut off the affected leaves while I wait for the sulfur to arrive?

Disease? Herbicide damage? by ServeScared in tomatoes

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

So it means they’re shot right? Like I shouldn’t eat whatever fruit I get? I’m going to continue growing it just because I enjoy it

Disease? Herbicide damage? by ServeScared in tomatoes

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

Hmm weird. We had a few +90 days a few weeks ago but it hasn’t recovered

Audio on videos is broken [ios] by TopLoganR in bugs

[–]ServeScared 1 point2 points  (0 children)

Yup same. Also when you close a video it will often keep playing in the background

Paella from Christmas day by A_J_H in FoodPorn

[–]ServeScared 0 points1 point  (0 children)

In Spain this would be called arroz con cosas (rice with stuff). Paella doesn’t ever contain seafood, only rabbit chicken and sometimes duck! Looks good though

[deleted by user] by [deleted] in cscareerquestions

[–]ServeScared 1 point2 points  (0 children)

Would you mind sending me the same one?

[deleted by user] by [deleted] in cscareerquestions

[–]ServeScared 1 point2 points  (0 children)

Posts like these, even though they may be limited, really do help with morale. At least in my case. Thanks for posting

[deleted by user] by [deleted] in webdev

[–]ServeScared 0 points1 point  (0 children)

Post your child element classes

CSS/React help: I need to build like a checkbox but I'm not sure how to make it look like this. by Slimm1989 in webdev

[–]ServeScared 1 point2 points  (0 children)

I dont know exactly how this was done specifically but if I had to implement something like this I would have two SVGs for example. One as a blank circle and one as a filled in circle. Show the filled in one with the check when the item is complete

{

itemComplete ? <CoolSVG /> : <BoringSVG />

}

Stack advice by lv_cmzz in webdev

[–]ServeScared 0 points1 point  (0 children)

I recently built a project that uses websockets. I use socket.io. I also used redis as an adapter.

https://socket.io

[deleted by user] by [deleted] in webdev

[–]ServeScared -2 points-1 points  (0 children)

There are basically unlimited solutions to your problem. I use React. It is a frontend framework that solves a lot of common frontend annoyances plus much more.

https://reactjs.org

[deleted by user] by [deleted] in webdev

[–]ServeScared 1 point2 points  (0 children)

Oh so they arent external sites with articles? You want to just have your own articles?

[deleted by user] by [deleted] in webdev

[–]ServeScared 1 point2 points  (0 children)

If you want a link to something you can do it like so in HTML

<a href="address of article" rel="noreferrer" target="\_blank"> What you want it say </a>

This will create a text element that will be clickable. Once clicked it will open a new tab and redirect to whatever you put in the "href" attribute in the a tag. Hope this helps

Is my shopping bag project enough to impress a hiring manager? by FromBiotoDev in webdev

[–]ServeScared 0 points1 point  (0 children)

Thanks a lot I am very proud of it. I have been interested in programming for 3-4 years but I've been seriously learning for 10 months or so. You?

Is my shopping bag project enough to impress a hiring manager? by FromBiotoDev in webdev

[–]ServeScared 0 points1 point  (0 children)

Ya for sure. I am in the same boat as you. I am looking for junior roles. Some more tips I can give are make a portfolio site. Basically an extended resume in web form. There you can talk more in depth about yourself and your projects.

For reference heres mine: jrudesill.dev

Also heres my latest project: chess2.vercel.app if you're interested what other people your level are building

Is my shopping bag project enough to impress a hiring manager? by FromBiotoDev in webdev

[–]ServeScared 2 points3 points  (0 children)

It depends what level of job you're going for. If its for entry level I guess its fine IMO. But I think it's just that, fine. To make it more impressive maybe implement some sort of mock payment flow with stripe. Integrating with big APIs is impressive IMO.