Live data from Hacker News

Ask HN: What should I learn as a 42 year old designer looking to build web apps?

news.ycombinator.com

21–25 of 25 posts

Re: Ask HN: What should I learn as a 42 year old designer looking to build web apps?

#21
Invest into a course and/or SaaS boilerplate. One course I recommend and have taken is https://www.founderhacker.com. Your background is in design and a lot of things behind design is fundamentally transferrable to tech, the course is guided by practicality which plays into design and I think you may find it valuable.

I recommend a SaaS boilerplate because it aligns entirely with what you've asked which is "powerful, easy to get started and useful career-wise". You're already fluent in html, css and a bit of Python and JS so you're already one step in. You could check out https://www.saasforge.dev since there's a free version you could play around with. From there you could reverse-engineer to learn how it works and was built from scratch.

Good luck!

Re: Ask HN: What should I learn as a 42 year old designer looking to build web apps?

#22
Depends what kind of apps you want to build. For some kinds of apps that don't require a backend, or rely on an external API, you already have the tools you need in html css and js. Systems like React are tools you can add into your workflow eventually, but you can get very far without them.

If you want to build full stack, Python or JS are both cromulent choices, but there are others. Personally I would suggest Ruby on Rails to most new devs.

Re: Ask HN: What should I learn as a 42 year old designer looking to build web apps?

#24
post #21

Invest into a course and/or SaaS boilerplate. One course I recommend and have taken is https://www.founderhacker.com . Your background is in design and a lot of things behind design is fundamentally transferrable to tech, the course is guided by practicality which plays into design and I think you may find it valuable. I recommend a SaaS boilerplate because it aligns entirely with what you've asked which is "powerful…

Oh cool, that looks great, thanks.

Re: Ask HN: What should I learn as a 42 year old designer looking to build web apps?

#25
You should checkout Laravel or Rails.

Laravel probably has the better community and would probably be easier to get started.

You can check out laracasts.com.

https://laracasts.com/series/laravel-8-from-scratch

Laravel is getting more and more popular.

I've used to to build apps for NFL Teams, Fortune 500 companies and I'm currently building a funded startup with it.

There are lots of 6 figure Laravel development jobs out there.

And Laravel is a joy to work with I actually look forward to working.

Good luck.

Post reply on HN