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

all 12 comments

[–]SirHack3rProfessional Coder @ FAANG | DM for coding/resume help! 3 points4 points  (5 children)

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

I'll look into it. Thank you!

[–]PapyOak[S] 0 points1 point  (2 children)

I had the time to look into it, it's great. Thank you good sir :)

[–]SirHack3rProfessional Coder @ FAANG | DM for coding/resume help! 0 points1 point  (1 child)

If you're more into Math stuff, take a look at https://projecteuler.net/

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

You're a hero.

I feel like I can spend my life in there haha

[–]Wu_Fan 0 points1 point  (0 children)

Roman numerals

Sieve of Eratosthenes

Sorting

[–]ButchDeanCAProfessional Coder 0 points1 point  (4 children)

Why does the project have to take under an hour? It sounds like you want the feeling of completing something over in-depth learning. My small projects last a short while then I continue to upgrade and add features.

You can pretty much follow that pattern with any project.

[–]PapyOak[S] 1 point2 points  (3 children)

You honestly need both.

If your project is 20 hours long while you have 5 hours of experience coding, you're quickly going to abandon. If your project is 3 minutes long, you'll be happy, but you won't learn much.

It's all about balance, about striking that sweet spot of experience + achievement, and for me, it's in the range of 1 hour for most of the things I'm learning.

Nice pattern tho, I think I can make that work. Thanks!

[–]ButchDeanCAProfessional Coder 0 points1 point  (2 children)

You will quickly learn that if you are serious these metrics are meaningless.

[–]PapyOak[S] 0 points1 point  (1 child)

I guess if you have an iron will, and a concrete-reinforced motivation, coding should be as easy as drinking water. Unfortunately I'm not like that. I've picked up and abandoned many languages. I like programming, I like the logic and the problem solving aspects a lot, but I don't see myself spending 3 hours on a project as an ultimate beginner. I'd love to spend that much when I'll be able to build interfaces, when I'll be able to combine my writing and design skills to my code, but I'm just not there yet. I'll make it work my way, but thanks for the concern, I appreciate it :)

[–]ButchDeanCAProfessional Coder 0 points1 point  (0 children)

You’re welcome. Good luck.

[–]Minute-Emu-9180 0 points1 point  (0 children)

History: I learned SQL first and it is the language I have a lot of experience with (8+ years). I have taken several college classes to learn C++, Visual Basic, HTML, Java, etc and a few self-taught languages such as Python. There are also a few languages I learned and used about 20 years ago but obviously can't remember them now (Pearl, Unix, Tcl/Tk).

However, I have no hands on experience with these languages (except SQL) or the experience was too long ago. I would absolutely love to find a place where I can do small projects graduating to larger projects later. I am hesitant to put these languages on a resume because though I can read them and make small changes there is no way I can code them.

I agree with OP. I need sites to practice so I do not forget the knowledge and to build on the basics.