At what point in your programming journey do you step back and learn Data Structures and Algorithms?

This page summarizes the projects mentioned and recommended in the original post on /r/learnjavascript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • WebCodecsOpusRecorder

    WebCodecs Opus Recorder/Media Source Extensions Opus EncodedAudioChunk Player

  • There was no roadmap for how to write Opus packets produced by Chrome's WebCodecs AudioEncoder to a single file - without writing the Opus packs to a media container such as Matroska or WebM. I just know it could be done, and used my experience testing Native Messaging to use the concept of preceding the data with a Uint32Array containing the length of the file, in this case, including the offsets of each packet to JSON array, then writing the algorith to extrack that data for playback https://github.com/guest271314/WebCodecsOpusRecorder.

  • SSMLParser

    Implement SSML parsing for Web Speech API

  • For parsing SSML https://github.com/guest271314/SSMLParser there is the specification, which I implemented, to demonstrate the requirement is possible; there was and still is in that matter, simply a lack of will to implement in the browser. Google would rather try to get you to sign up for their cloud products.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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

  • [AskJS] Do you think we need an Automatic Code Documentation Generator, especially after Github Co-pilot?

    4 projects | /r/javascript | 6 Dec 2023
  • MP4 File and the Range Request Header

    2 projects | /r/webdev | 20 May 2023
  • JSON with multiline strings

    2 projects | /r/javascript | 19 May 2023
  • Have some basic python, time to turn up the heat and learn web app development on JavaScript

    2 projects | /r/learnjavascript | 1 Apr 2023
  • [AskJS] Why are TextEncoder and TextDecoder classes?

    3 projects | /r/javascript | 12 Mar 2023