How about getting back to the basics? You know, taking some maths classes, CS fundamentals, algorithms, data structures, that kind of stuff. It is timeless, and if you are self-taught, I can guarantee you that you have massive holes in your knowledge. Also, might sound off topic, but learning a new language (not programming, human) could be an amazing step forward, in ways you cannot even imagine now.
Yeah, found out about https://teachyourselfcs.com/ which seems decent enough, it's about time to learn this stuff.
Ask HN: Self-taught webdev with lots of free time. What should I learn?
231–240 of 326 posts
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#232Earlier quoted context omitted.
100% self-taught here. I change $150/hr for full stack Rails work and none of my clients have batted an eye at that. I’m thinking about raising my rates, actually. If you know what you’re doing, I can assure you, making money is not going to be one if your problems.
Could you expand on how long you've been doing it/how much experience you have, and how you go about finding clients? :)
It's all been word of mouth. I don't advertise, or even have a website for my consulting business. I'm generous with my time and volunteer to teach classes, give talks, meet with anyone who's learning and wants to chat, etc. So, I'm sure that helped.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#233Earlier quoted context omitted.
100% self-taught here. I change $150/hr for full stack Rails work and none of my clients have batted an eye at that. I’m thinking about raising my rates, actually. If you know what you’re doing, I can assure you, making money is not going to be one if your problems.
Wow, I must be a complete idiot with this stuff because I can't get people to give me even 150 bucks for a full website right now. How do you actually get these 150/hr clients? Please don't tell me I need to work in Silicon Valley for some years and get the "contacts", cause I don't want to live in the US anymore. Tell you what, here's my site: https://www.andeswebdesign.com , if you like it, just send me all your wo…
You definitely don't need to work in Silicon Valley.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#234Beside SQL which is strongly recommended, it's good for you to know static typings, java and c# comes to mind (haven't tried go, anyone can recommend it or other suitable)
TypeScript is the obvious choice for an experienced webdev. It's worth spending extensive time on to get good. Learn generics and advanced types to the point of not needing to look things up.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#235I'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…
Another option is to learn Graph Databases. I notice there's still a big shortage in people with Graph DB experience, and they're not that hard to learn. Try Neo4J, for example.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#236Web performance This is an underappreciated field that lends to plenty of consulting. As the web becomes more complex, with heavy frontend code, third party services, and demanding amounts of images and videos, it's requiring a deeper understanding about networking and browsers to keep the web performant. Compounding the problem is the growing number of users who use mobile devices to browse the web, which have large…
The work's consistent and perfectly suited to remote, the engineering teams I'm working with are great and consistently in need of not only the what and why, but the _how_, and monitoring the progress is pretty fulfilling work, to be honest.
Some of the best work I've had in a very long career. I frankly love it.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#237Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#238I'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…
Consider getting a used Jeep in stock form, and get the shop manual. Methodically go through all of the maintenance items. Then start some easy mods, like a block heater. Good life skills.
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#239Thanks!
Re: Ask HN: Self-taught webdev with lots of free time. What should I learn?
#240Web performance This is an underappreciated field that lends to plenty of consulting. As the web becomes more complex, with heavy frontend code, third party services, and demanding amounts of images and videos, it's requiring a deeper understanding about networking and browsers to keep the web performant. Compounding the problem is the growing number of users who use mobile devices to browse the web, which have large…
Is this something you're seeing a lot of demand for? If so are people actively searching it out or this just a consulting/who-you-know sort of thing?