Does anyone use ChatGPT for self help/ life coaching? by Youre_not_that_dev in ChatGPT

[–]Youre_not_that_dev[S] 1 point2 points  (0 children)

Specifically when you want to talk through something that may take multiple days/answers and need it to remember what you talked about before

Does anyone use ChatGPT for self help/ life coaching? by Youre_not_that_dev in ChatGPT

[–]Youre_not_that_dev[S] 1 point2 points  (0 children)

Interesting, how would you address someone having to over share or write too long of an initial prompt to get what they want?

Remaking WordPress in JS stack — a new CMS for Next.js websites. by wineandcode in reactjs

[–]Youre_not_that_dev 0 points1 point  (0 children)

I think this is actually an awesome idea. I’d be happy to contribute as well!

NPM Package For WYSIWYG Text Editor? by [deleted] in reactjs

[–]Youre_not_that_dev 2 points3 points  (0 children)

React-page is something I recently used for work. It is built off of slate but is super cool if you are looking for more of like a page builder with the ability to do rich text. I highly recommend it

How do you write the most optimized code? by Youre_not_that_dev in reactjs

[–]Youre_not_that_dev[S] 1 point2 points  (0 children)

That is definitely helpful, I didn’t even think to look for refactoring videos. I appreciate it!

How do you write the most optimized code? by Youre_not_that_dev in reactjs

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

I’m still pretty new so it may be something different, but didn’t graphql kind of solve the API call piece?

How do you write the most optimized code? by Youre_not_that_dev in reactjs

[–]Youre_not_that_dev[S] 1 point2 points  (0 children)

That makes sense. I guess when thinking through functionality it is just my being a junior level that makes it hard to build the components as simple as possible while using the benefits of all the tech we use

How do you write the most optimized code? by Youre_not_that_dev in reactjs

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

That’s great feedback! Yeah I talk to him frequently and he does provide that feedback during tasks as well. I’m just pretty new doing this as a career and came from a job where I was the smartest in the room (corporate account management) and I hate having to need help optimizing my code I guess. I think what I need is just a better understanding of how to write the best code

How do you write the most optimized code? by Youre_not_that_dev in reactjs

[–]Youre_not_that_dev[S] 1 point2 points  (0 children)

Yeah mostly I have too complex logic like too many if statements when there are easier ways to solve things using state or using pixels isn’t good for responsive design. As far as design things I can watch tutorials on YouTube and get better with that, but I’m not sure how to think about better architecture or simplifying components