Will anyone hire a 33 yo newbie?

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/learnprogramming

Our great sponsors
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • InfluxDB - Access the most powerful time series database as a service
  • Sonar - Write Clean JavaScript Code. Always.
  • Gatsby

    The fastest frontend for the headless web. Build modern websites with React.

    Node is basically back-end Javascript. While powerful alone, almost exclusively you will use a back-end framework like Next.js or Gatsby when using React, and then maybe Nuxt or Gridsome in Vue.

  • core

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)

    Vue is a competitor/peer to React, and some find it a little easier to learn at first. It's really solid, too, but doesn't have the backing of Facebook/Meta to push it forward. You would rarely, if ever, use them on the same project.

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • vite

    Next generation frontend tooling. It's fast!

    Compiling assets is a little daunting at first, check out Vite which is lightning fast and created by the same guy that made Vue. It's becoming the standard.

  • Strapi

    🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first.

    Learn some type of way to manage content using a content management system (CMS). The most common is WordPress (unfortunately it kind of sucks to develop in) but then there's new stuff like Strapi and Contentful, both solid.

  • React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

    React is the JS framework that Facebook is using under the hood, and right now is probably the most abundant work out there. This is "front-end" framework which means it primarily deals with the presentation of the app and user interaction.

  • Nuxt.js

    Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]

    Node is basically back-end Javascript. While powerful alone, almost exclusively you will use a back-end framework like Next.js or Gatsby when using React, and then maybe Nuxt or Gridsome in Vue.

  • Next.js

    The React Framework

    Node is basically back-end Javascript. While powerful alone, almost exclusively you will use a back-end framework like Next.js or Gatsby when using React, and then maybe Nuxt or Gridsome in Vue.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • Gridsome

    ⚡️ The Jamstack framework for Vue.js

    Node is basically back-end Javascript. While powerful alone, almost exclusively you will use a back-end framework like Next.js or Gatsby when using React, and then maybe Nuxt or Gridsome in Vue.

  • git

    A fork of Git containing Windows-specific patches. (by git-for-windows)

    Git is basically how you "save your game" when you are coding, allowing you to revert back to any previous point in the event that you break something. It also allows teams to work together: think two people with two separate game saves merged into one.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts