Data-Oriented programming simplicity illustrated by coding challenges

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • data-oriented-programming

  • Submit your code snippets as a pull request to the official book source code Github repository, under the challenges folder. In case you disagree with DOP, please add a few words as comments in your code that explain why you think that your solution is simpler than the ones that I wrote.

  • lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

  • In this article, I am using Lodash FP configured so that it never mutates data in place. Instead of mutating data in place, functions like _.set() create a new version.

  • 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

  • Getting Started with Lodash: A Beginner's Guide to JavaScript Utility Functions

    1 project | dev.to | 21 Mar 2024
  • JavaScript Equality Under the Lens: Enhancing React's Dependency Checks

    1 project | dev.to | 18 Feb 2024
  • How to Remove Duplicate Objects from an Array in JavaScript

    1 project | dev.to | 3 Feb 2024
  • Observables and Observers in RxJS

    1 project | dev.to | 9 Jan 2024
  • Lodash Migrates to Bun

    1 project | news.ycombinator.com | 16 Sep 2023