I found that learning and writing some Clojure and Go made me think better about the code I was writing in my main language (python). I enjoyed working through Clojure for the brave and true: https://www.braveclojure.com/clojure-for-the-brave-and-true/ and the go tour is probably the best introduction I've ever had to a language: https://tour.golang.org/welcome/1
Ask HN: Self-taught webdev with lots of free time. What should I learn?
11–20 of 326 posts
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#12Soft skills.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#13Besides all kind of data science/machine learning, what about learning the "greybeard" mastering of Unix servers? This will connect a lot of old-grown idioms (think about daemons, classical TCP services, etc.) and get you a lot of knowledge in networking (which has connections to event-based networking and thus asyncio, greenlets and all that).
Although I'm not sure you can get this kind of job as a self-taught dev with no degree/certifications.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#14If you are already good in react, learn more libraries / frameworks in that ecosystem and increase your day rate. You are a frontend architect now.
I'd start with things like nextjs, Gatsby or Redux saga.
You could also go into the devops side of Frontend. Learn the different approaches of deploying / scaling a Frontend with server-side rendering (vercel, digital Ocean, docker...)
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#15I found that learning and writing some Clojure and Go made me think better about the code I was writing in my main language (python). I enjoyed working through Clojure for the brave and true: https://www.braveclojure.com/clojure-for-the-brave-and-true/ and the go tour is probably the best introduction I've ever had to a language: https://tour.golang.org/welcome/1
I came here to suggest these two languages, too. On the other hand, you could focus on building something non-web. A language, a video game, etc.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#16Soft skills.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#17https://www.coursera.org/learn/progfun1
The techniques you learn there will transfer to javascript and make you a better web developer.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#18- Mythical Man-Month
- Design Patterns
- Code Complete
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#19I’m also a mostly self-taught freelance webdev, and recently I’ve been learning about Rust which I’ve found to be very interesting.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#20You'll thank me later.