LOL

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

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
  • is-odd

    Discontinued I created this in 2014, the year I learned how to program. All of the downloads are from an old version of https://github.com/micromatch/micromatch. I've done a few other things since: https://github.com/jonschlinkert. (by i-voted-for-trump)

  • Not really. Microdependencies are generally bad, but web dev (where JavaScript is most used) is one of the few fields where they might be worth the trade offs. The web typically implies distributed systems and particular to the modern web, decentralized microservices. Under this architecture, there is decreased ability for code sharing thus solutions are frequently reinvented for common problems. This virtually guarantees high technical debt as programmers are unlikely to consider novel use cases, construct tests, write documentation, et cetera, for problems they have become complacent with; is-odd itself demonstrates there's more to solving this problem than simply x % 2 !== 0 (at least if you care about writing good code). Having code organization reflect system architecture is a solid software engineering principle thus the people using a microdependency like this in the context of microservices are not dumb, instead they are highly specialized in their field to know when non-conventional patterns should be used.

  • is-odd

    Discontinued I created this in 2014, the year I learned how to program. All of the downloads are from an old version of https://github.com/micromatch/micromatch. I've done a few other things since: https://github.com/jonschlinkert. [Moved to: https://github.com/i-voted-for-trump/is-odd]

  • 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
  • FizzBuzz Enterprise Edition

    FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

  • That's because the Senior Programmers code this

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

  • LogCaptor: Simplificando o Teste de Logs em APIs REST Java

    2 projects | dev.to | 12 Mar 2024
  • AWS SnapStart - Part 15 Measuring cold and warm starts with Java 21 using different synchronous HTTP clients

    3 projects | dev.to | 12 Feb 2024
  • FizzBuzzEnterpriseEdition

    1 project | news.ycombinator.com | 1 Feb 2024
  • Simple Lasts Longer

    3 projects | news.ycombinator.com | 8 Jan 2024
  • Writing Clean Code with FastAPI Dependency Injection

    2 projects | dev.to | 12 Dec 2023