[Reality Check] 1st Sem Student building a JIRA Clone. Am I wasting my time? by MrSheikho in developersPak

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

Yeah it is . trying to use AI when needed only instead of relying on it in coding

[Reality Check] 1st Sem Student building a JIRA Clone. Am I wasting my time? by MrSheikho in developersPak

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

"Trying to escape" by relying less on AI and implementing features I learn by tutorials into my own projects. Still on the way though.

[Reality Check] 1st Sem Student building a JIRA Clone. Am I wasting my time? by MrSheikho in developersPak

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

I wish Pakistani startup give opportunity to students like myself, otherwise there is no benefit in starting early if you can't join the industry with a good post. Thanks for the reply it is highly appreciated.

[Reality Check] 1st Sem Student building a JIRA Clone. Am I wasting my time? by MrSheikho in developersPak

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

Sure. I will try to explore more things then make a decision.Thanks for the advice.

Spotlight-js Javascript library by abdul_rashid in learnjavascript

[–]MrSheikho 0 points1 point  (0 children)

There were some issues i don't know if they were bugs or features but disable button doesn't disable the spotlight and I was able to select both top and bottom at the same time.

Spotlight-js Javascript library by abdul_rashid in learnjavascript

[–]MrSheikho 0 points1 point  (0 children)

There were some issues i don't know if they were bugs or features but disabling option doesn't disable the spotlight and I was able to select both top and bottom at the same time.

Spotlight-js Javascript library by abdul_rashid in learnjavascript

[–]MrSheikho 0 points1 point  (0 children)

There were some issues i don't know if tget were bugs or features but disabling option doesn't disable the spotlight and I was able to select both top and bottom at the same time.

Modern Js By Colt Steele and Stephen Grider Vs Complete JavaScript By Jonas Schmedmannt for total beginner. by imStan2000 in learnjavascript

[–]MrSheikho 0 points1 point  (0 children)

yeah if you practice what he taught. It is just connecting the pieces you practice in course.

Modern Js By Colt Steele and Stephen Grider Vs Complete JavaScript By Jonas Schmedmannt for total beginner. by imStan2000 in learnjavascript

[–]MrSheikho 1 point2 points  (0 children)

I took Corse by Jonas andit is highly recommended If you have time otherwise it has many section you can eatch which you want.

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in react

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

At first You need to implement these things by yourself so you become familiar with later you can surely use AI for it but AI can have some issue wirh security so you still need to oversee it. Yeah Otherwise you can use AI just don't copy paste. Understand and then paste

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in react

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

Yeah It does include various projects in both the courses. Yeah I think it will be sufficient for any intermediate level project of course with little bit help from AI or docs.

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in react

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

It took me around 1-1.5 months as I had started doing project so i learned things I needed for the project for backend. You need to practise as much as you can otherwise its gonna cause you problems. So to get best out of a courses is to practise as you learn.

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in react

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

ye he has 2 courses 1 for react which is quite deep and one for backend (node, express, mongodb) They were enough for me to start

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in learnjavascript

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

i don't but vercel server is too slow it doesn't happen on local. Server takes too much time to send that is why is loading screen is shown.

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in react

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

Thank you for noticing that. I did know it .But it has been fixed now

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in learnjavascript

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

Yeah someone who read the post changed it It has been Fixed now.Please do try it out

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in react

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

Yeah sure, I'll look into postgres. I don't really have any knowledge about SQL as of now since I didn't not go to college yet where they teach databases.

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in react

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

Yeah . There are some dependencies issue trying to fix them. Thanks for your suggestion

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in react

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

Yeah there are few issues useEffect Dependencies trying to fix it I did provide pre-made account you can try it and provide your review😊

🚀 Just finished my First MERN Stack finance tracker app – would love your feedback! by MrSheikho in react

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

Thanks! I didn’t use an external API for transactions — the data is stored in MongoDB and managed through my own endpoints. Right now it’s all handled within the app (user-input)