TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Getting back into programming after 8 year break

20 pointsby aleoabout 8 years ago
Hey HN, i need your help with getting back on track with programming after 8 year break.<p>I was a (mostly frontend) web developer until 2009 and developing websites was pretty simple then: i wrote some html, css, javascript and some php or python on the backend. I haven&#x27;t done any programming since (except i went through a couple of clojure books for fun). I&#x27;m 30 years old with no degree.<p>I&#x27;m trying to get back into real-world web development and things have changed a lot, there&#x27;s so much choice today. I feel like a newbie again. I really need help choosing what technologies to learn to get up to speed with modern web dev and start making a living out of it. Is there a website that lists the most in-demand skills for a web developer today?<p>For the last couple of week I&#x27;ve been learning React, Bootstrap, these seem to be pretty popular choices for frontend. I like React, can&#x27;t wait to build something meaningful with it. What other frontend skills do I need to learn? Today I discovered d3.js and I absolutely love it - that would be like a dream job to visualize data in creative ways :) I&#x27;ve been reading about other technologies but there&#x27;s so much of them that my head is spinning.<p>What are the good choices at the backend, looks like mostly node.js and express in demand. Should I skip backend altogether and focus 100% on the frontend for now?<p>What databases are the most popular? Do people still use mysql?<p>Deployment also changed a lot, there&#x27;s AWS, Google cloud, Heroku, Docker to name a few.<p>I&#x27;ve been bidding on freelancing sites but no one replies, which is understandable since I have no recent work experience. How should I go about getting my first client? Do some free work? Make some demo websites to put in my portfolio? What do you think?

5 comments

stephenrabout 8 years ago
Basically every wheel has been reinvented (usually worse than the thing they&#x27;re trying to replace) multiple times, just because.<p>On the front end every tool now relies on and is installed by npm&#x2F;nodejs and will require 90 other packages, and will be replaced yet again in 6 months time.<p>Basically, web developers got sick of &quot;they&#x27;re not real programmers, they just write scripts&quot; and made their own ridiculous tool chains to solve problems they themselves created.<p>Edit: forgot to add, every developer who knows what bash is feels like they&#x27;re a qualified system admin now because aws has an api so ops staff are no longer required.
评论 #13920059 未加载
评论 #13926965 未加载
Ellahnabout 8 years ago
Front-end now has an &quot;ecosystem&quot;. Now everyone loves Babel and EcmaScriot 6 and JS is starting to look a lot like Java shit, and there are build tools every-fucking-where. If Front-End devs had JS as their Ruby, build tools are the shitty assets pipeline with the damned turbolinks. They promise awesome, they get in your way all the time.<p>Pro-tip: Decide on an MVP, then research frameworks and Libraries. I suggest taking a look at Progressive Web Apps, the deciding on React, Angular or Vue, then deciding on some material design library&#x2F;UI Kit.<p>Remember that, if you use Google&#x27;s repo to start a Progressive Web App (Or pretty much any boilerplate nowadays), it will use Gulp (Or Grunt or Bower or whatever). Anything you wanna plug, first thing to do is integrating with it. If it uses Babel, check that you can import it and that it doesn&#x27;t depend on Globals, and write everything in ES6. If it doesn&#x27;t, your code may be messier but you won&#x27;t hate your life as much, so rejoice. Integrating everything early and properly will save you many hours, especially if you use ES6&#x2F;Babel.<p>For the back-end, NodeJS is great but, as with front-end, a mess, Elixir feels like Ruby from the future (And Phoenix is to Elixir what Rails is to Ruby), but it&#x27;s still small, Ruby and Python are still there and pretty solid, and PHP still sucks.<p>MySQL is still out there but if you&#x27;re not going the PostgreSQL way then check MariaDB, it&#x27;s Open Source MySQL being updated by the original MySQL team.<p>For Deployment and&#x2F;or managing this shitload of dependencies (NodeJS versions, databases, webservers and whatnot) you may want to check Docker, though it may be overkill if you&#x27;re not going all the way down the rabbit hole.<p>Edit: Forgot to add, instead of freelancing jump at some lesser known open source projects. Maintainers will usually welcome your help, and will also help you figure stuff out. Maintainers win, you win, the community wins.
gotrythisabout 8 years ago
I&#x27;m in the same place as you. I picked up some React courses from udemy, which cover pretty much everything you would need.<p>I think this is an awesome time to be relearning how to code. So many problems have been solved and web standards have been created. It&#x27;s so much better than it was a decade ago.
评论 #13920778 未加载
rocketpastsixabout 8 years ago
Yes, MySQL is certainly still used. Although I love Postgres, MySQL is still super prevalent.<p>There has been a split between the front end and back end. The front end has almost if not more tooling then the back end. If you love things like d3.js, then the front end sounds like where you would love to be.<p>If you want to get better, learn things like Webpack.js, Babel.js and things like that. Its a rabbit hole, so have fun!<p>There all kinds of deployment strategies now, Id read into a few and see what fits you best.<p>Put it all on Github, and host it via Digital Ocean or something cheap and have fun!
krystiangwabout 8 years ago
I think the best indicator will be the frequency of occurrence of technology &#x2F; language in job offers.<p>Check out programming language popularity in job offers:<p><a href="https:&#x2F;&#x2F;jobsquery.it&#x2F;stats&#x2F;language&#x2F;group" rel="nofollow">https:&#x2F;&#x2F;jobsquery.it&#x2F;stats&#x2F;language&#x2F;group</a><p>Or just general buzzwords popularity:<p><a href="https:&#x2F;&#x2F;jobsquery.it&#x2F;stats&#x2F;tags&#x2F;group" rel="nofollow">https:&#x2F;&#x2F;jobsquery.it&#x2F;stats&#x2F;tags&#x2F;group</a>