Hacker News new | ask | show | jobs
by bradwood 1285 days ago
You learn more by _doing_ than just by reading books about a subject. Especially an applied one like programming.

Just start building stuff, googling, getting on forums, etc...

1 comments

I see that I forgot to mention, I write my small projects from top to bottom after reading The Clean Code because I had too many repeated codes, meaningless variable names etc.

I’m currently working on a side project but I don’t think it is enough just following Spring Security Guide or blog posts to implement user management system.