I'm a self-taught webdev too and I would strongly recommend learning SQL, not just `SELECT * ...` but really learning it! I've been digging into postgreSQL and in quite a few applications it's possible to greatly reduce the complexity of the backend by receiving exactly the data you need from the DB. It is so much so that in cases you can even "get rid" of the backend completely (yes, no writing controllers and endpo…
Any specific resources to recommend?
Ask HN: Self-taught webdev with lots of free time. What should I learn?
171–180 of 326 posts
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#172Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#173Of course I'm projecting what interests me but that's my advice.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#174Why not try something very different outside of programming? Such as learning to play an instrument, a foreign language, Jiu Jitsu etc. In the long run, such offbeat pursuits have a multiplier effect.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#175Earlier quoted context omitted.
^^^^ I'm not a dev, but regex is so much better when you understand what it's doing (I'm not claiming that knowledge in full!) The Book: http://regex.info/book.html I bought an older edition for a lower price, got through 7 or 8 chapters, and never touched it again- and I STILL gained huge amounts of knowledge and am much better at regex than I ever thought I'd be. Highly recommended!
Honest question, why would you read a book about Regex? I personally find it a lot easier to learn how it works just by going to sites like https://regex101.com/ and trying things out while reading their docs.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#176Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#177Earlier quoted context omitted.
By "The Rust Book", do you mean "The Rust Programming Language" ?
Yes indeed. The free online version (which has the same content as the printed version) is available here: https://doc.rust-lang.org/book/
Out of curiosity, what's the appeal of learning Rust ? What kind of projects do you use it for ?
I find that I can solve mostly everything with a blend of PHP/JS, but I also never escaped web CRUDy stuff, and PHP is very well suited for these.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#178Why not try something very different outside of programming? Such as learning to play an instrument, a foreign language, Jiu Jitsu etc. In the long run, such offbeat pursuits have a multiplier effect.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#179Learn web3.js and build dapps. You already have most of the requisite skills under your belt.
I haven't encountered any dapps yet that are useful in day-to-day life. Are there any popular or important ones you could recommend?
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#180Earlier quoted context omitted.
Yes indeed. The free online version (which has the same content as the printed version) is available here: https://doc.rust-lang.org/book/
Thanks. Rust has been recommended a bit in this thread so I'll check it out. Out of curiosity, what's the appeal of learning Rust ? What kind of projects do you use it for ? I find that I can solve mostly everything with a blend of PHP/JS, but I also never escaped web CRUDy stuff, and PHP is very well suited for these.
It has some nice features. Personally I never found myself besotted with it, in fact I rather dislike it and suggest ada instead. But rust is much more likely to get you a job.