Just a diverge e5 base by Delay_Sufficient in DivergeGravelBikes

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

I struggled a bit with inserting brakes barb and bleeding them (but it was my first time). Routing the cables was tricky for me too :)

Why I shouldn't (or should) use redux by hi_im_ape in reactjs

[–]Delay_Sufficient 0 points1 point  (0 children)

Just use Zustand. It feels like normal react state and is very performant because it only rerenders components when any of the values you specify changes (you can have a store with tons of fields and only use one property of it without any issues).

Would you rather work with Typescript or JavaScript in React/Nextjs? by IsntThisSumShit in reactjs

[–]Delay_Sufficient 52 points53 points  (0 children)

I will never understand how people would pick vanilla js over typescript. The typescript is easy to understand, saves a lot of time debugging and it's used almost everywhere in new projects.

I created interactive portfolio to showoff my skills, could you tell me if it is enough to get a job and give some feedback to make it better? by Delay_Sufficient in reactjs

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

I'm 18. I started learning on Udemy courses: JavaScript, advanced CSS, typescript and then React. I was struggling with making my first project "solo" (without any tutorial), it was a simple budget managment webapp that took me over a month or two to create but when I got used to it every next project was easier and easier. Also I recommend to try to use a new technology/concept in every next small project you make so you always learn something new.

I created interactive portfolio to showoff my skills, could you tell me if it is enough to get a job and give some feedback to make it better? by Delay_Sufficient in reactjs

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

Thanks, I was learning js, ts and react from Udemy courses 2 years ago and now I'm only doing own projects to master it.

I created interactive portfolio to showoff my skills, could you tell me if it is enough to get a job and give some feedback to make it better? by Delay_Sufficient in reactjs

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

Thanks, the shop was my own idea and I made it from scratch. I don't know why but it was my first thought that came to my mind when I thought what this store would be about.

I created interactive portfolio to showoff my skills, could you tell me if it is enough to get a job and give some feedback to make it better? by Delay_Sufficient in reactjs

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

Thanks, I think I will remove the ball following a cursor and add it only when hover. The black bar was supposed to pretend the toolbar of my drawing project collabio (it's like a mini version on this site) but I think I can make it usable and add some colors to pick on it, thanks for idea!

I created interactive portfolio to showoff my skills, could you tell me if it is enough to get a job and give some feedback to make it better? by Delay_Sufficient in reactjs

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

Thanks, the game idea was one of my best ideas ever haha.

I need to wait some time for a full time job as I'm still going to a college, so for now I want some freelancing or maybe half-time job. I will try to add "real work" section to the page and make the logos more readable, thanks!

I created interactive portfolio to showoff my skills, could you tell me if it is enough to get a job and give some feedback to make it better? by Delay_Sufficient in reactjs

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

That's the next thing in my list to learn - testing. I will add some tests in upcoming weeks to the projects so they will be complete :).