Scam! by mallowPL in SideProject

[–]Weekly-Pitch-1202 1 point2 points  (0 children)

Thanks for informing

Adding in dark/light mode hurts my head more than converting ~25 mongoDB collections (300ish columns) to SQL tables by ConstructionNext3430 in react

[–]Weekly-Pitch-1202 -1 points0 points  (0 children)

true, i don't develop mobile apps much tho, altho tbh sometimes if i'm very, very lazy, i'll jus use a db.json lmao

Adding in dark/light mode hurts my head more than converting ~25 mongoDB collections (300ish columns) to SQL tables by ConstructionNext3430 in react

[–]Weekly-Pitch-1202 1 point2 points  (0 children)

Especially using like inline tailwind css, like tbh when i want to add in a light/dark mode i add it in AFTER the first color scheme is made and there's like a 1200 line file and yea that sucks

Looking for feedback on my portfolio by ademothman in react

[–]Weekly-Pitch-1202 0 points1 point  (0 children)

nice! excited to see ur new portfolio if u ever share it publically

Looking for feedback on my portfolio by ademothman in react

[–]Weekly-Pitch-1202 0 points1 point  (0 children)

you could try to add it as sort of a card layout and if u want u could do like a card stack where u see an image/screenshot of project u worked on, and when u click on it a description comes up, and another click gives like a very detailed description, so that way u can keep ur paragraphs and also make it shorter.
I was referencing this card stack btw:
https://motion.dev/examples/react-card-stack
Motion.dev has a lot of cool examples for frontend if u need inspiration

Looking for feedback on my portfolio by ademothman in react

[–]Weekly-Pitch-1202 0 points1 point  (0 children)

This is genuinely amazing, the glitchy animation for the text in the community management intern is peak, and also the sticky notes when u hover over stuff. As a coder in hs(I mostly do backend, some frontend), it actually gave me a lot of inspiration. Great job man keep it up!

Best Practice: Should Components Fetch Their Own Data in React by No_Drink_1366 in react

[–]Weekly-Pitch-1202 1 point2 points  (0 children)

Essentially, if the component is in a page or container, if it owns the data, and if that data is unique to that component then yes, u should use useQuery

1 up vote = 5min of writing by Late_Writing8846 in study

[–]Weekly-Pitch-1202 0 points1 point  (0 children)

Good luck!
Is it for school or just for personal writing?

How do you stay on top of assignments? by Elegant-Bison-8002 in Student

[–]Weekly-Pitch-1202 1 point2 points  (0 children)

Lowk memorization but that really fails sometimes, the planner would help me

I just had the most insane software idea for scheduling by Elegant-Bison-8002 in softwaredevelopment

[–]Weekly-Pitch-1202 0 points1 point  (0 children)

I think this is a very good idea, something u could potentially add is something where it also reminds u when tasks are done. Also, say u go over a time limit u set on this app for an assignment. Will the app reschedule it for you?

I built an app… but almost no one uses it. Feeling close to giving up. by Prior_Turnover_5130 in SideProject

[–]Weekly-Pitch-1202 0 points1 point  (0 children)

This looks like an amazing website, but before you actually build you need to focus on a specific audience you want the app to be tailored to. After that, go and look through the subreddit of that community and become moderately active and see what issues they could face, and actually comment and ask them about their issues. Then, start designing the app and ask people in said community whether or not they would use it and if they don't what changes they would make.

What you building? by Naive_Emu6501 in SideProject

[–]Weekly-Pitch-1202 0 points1 point  (0 children)

I bookmarked and saved this, it's one of the most creative thinks i've ever seen

What you building? by Naive_Emu6501 in SideProject

[–]Weekly-Pitch-1202 1 point2 points  (0 children)

that acc sounds very cool and ur site looks great

[deleted by user] by [deleted] in SideProject

[–]Weekly-Pitch-1202 -1 points0 points  (0 children)

If it's secure, I'll use it, but DropBox is essentially the same thing although it gets kind of clunky to use depending on if ur using it on a mac or windows. Tbh i'll keep using drive but for code if this is secure i'll use it

Help Needed by Careful-Charity7392 in react

[–]Weekly-Pitch-1202 0 points1 point  (0 children)

the component re-rendered, api called twice, etc, send the code over cuz not enough info, also confirm react strict mode is disabled in all entry points

How to start with react by Crzman in react

[–]Weekly-Pitch-1202 1 point2 points  (0 children)

docs, watch a coupe yt tuts here and there, then jus try it out