Skip to content

Instantly share code, notes, and snippets.

@gkemp94
Created November 25, 2019 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkemp94/af30719a6b3da0a540389b366a5b1440 to your computer and use it in GitHub Desktop.
Save gkemp94/af30719a6b3da0a540389b366a5b1440 to your computer and use it in GitHub Desktop.
## Recommended Courses
[Free Code Camp](https://www.freecodecamp.org/learn) - A great resource for front-end, back-end, algorithms etc. There are hundreds of hours of cources in here, but I reccomend you do the algorithm challenges, they're really valuable and challenge you to use all aspects of the JS language.
[Udemy](https://www.udemy.com/) - There are a ton of great web development courses here, I started with "Web Developer Bootcamp" and moved on to "Advanced Developer Bootcamp". Both these courses are by Colt Steele and are fantastic resources. They cost about 10-15 each, and are totally worth the money.
[A Cloud Guru](https://acloud.guru/) - This is a great resource for cloud training. I'd recommend doing a couple of the intro courses to get familar with the services that some of the providers have to offer.
## Great Newsletters/Blogs to Subscribe too
[JavaScript Weekly](https://javascriptweekly.com/) - Weekly newsletter with some great articles and releases
[Frontend Focus](https://frontendfoc.us/) - Another weekly newsletter, this time focused on the front end
[dev.to](https://dev.to) - A great community blog with some great technical and non-technical articles.
## Notable Tech
**GraphQL** - We use GraphQL a lot on the web team and it's slowly replacing REST as the defacto standard for api's.
**NoSQL** - MongoDB is one of the big players in this sector and a great tech to play with, especially alongside GraphQL.
**React** - Obviously React is a huge at HubSpot, it's what our product is built in as well as how the web team creates a lot of interactive content. There are a ton of new recent features that you should know too. (Hooks, Suspense, Context).
**Cloud** - At HubSpot we use both Google Cloud Platform and Amazon Web Services, so taking courses on A Cloud Guru or Udemy would be hugely beneficial.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment