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

1–10 of 25 posts

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

#1
I’m a designer who’s long been interested in the dev side, so this year I’ve decided to build a web app from scratch. Problem is, there’s so many different languages and frameworks it’s hard to know what I should focus on first.

What would be your recommendation for something that’s powerful, fairly easy to get started with and hopefully useful career-wise too.

I’m fluent in html/css and know a bit of Python and JavaScript, if that helps.

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

#5
Try using sveltekit. Hit me up if you have questions.

All you need to know is a bit of JS and you can write html + css. You control what shows up on a page easily without needing to learn a million complex things.

If you need persistence that is also simple to set up without having to learn SQL and Go or whatever.

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

#6
Call me crazy but why can't you use Python and JavaScript to build web applications?

Especially if you are building for your own clients or web applications, no one is forcing you to use a framework.

I have been building with just basic Express.js and plain JavaScript on the front end for many years. Generally speaking my clients and users could not care less that it's not React or whatever language/framework some developers may think is better.

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

#7
Personally, given your existing skillset, I would master javascript. Start off trying to build a blog using a simple static site generator like either 11ty or Astro and then take it from there. You might find this site useful:

https://roadmap.sh/

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

#10
I hope this post gets more traction and suggestions/resources/references because I am on the same side as you and have just started on bootstrap's pre-made templates to get my first foot into webdesign. I am trying to figure them out and tweak them using dreamweaver in sync with what I want as a Design/UX person. Bootstrap has extensive documentation available online which has been quite helpful as well.
Post reply on HN