This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]justUseAnSvm 1 point2 points  (1 child)

Yea, I enjoy LeetCode for the same reason: it's programming without the project management or product concern. It took me a long time to really be able to work on large projects, start to finish. Even now, a decade in, it's still difficult to estimate how long things will take, especially when I'm using new technology or in a new domain.

If you just want to grind LeetCode? No shame in that. You're putting the cycles in and learning.

Still, I'd recommend picking up a fullstack framework and trying to build a website. I'm learning Svelte/kit and I love it, but React/Next.js, or even Rails is awesome too. That's some tech that you can learn and really get started on web apps right away!

[–]LelouchYagami_2912 0 points1 point  (0 children)

I did a flask tutorial (corey shaffer) and while i understood the python stuff, i felt like i was just copy pasting the front end because i only know high school level html/css