Violates the department standards

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • min-sized-rust

    🦀 How to minimize Rust binary size 📦

  • Some things are indeed a concern. Binary bloat is such a thing, where I agree - big binaries can be a problem, depending on the circumstances. Rust doesnt do the best job in minimizing that currently by default. However, some work has gone into that, and tools are available to make that less of an issue. I wouldnt see the ROP attacks as much of a problem, normally your regilar program already creates ample opportunities for that. If you are impacted, though: https://github.com/johnthagen/min-sized-rust provides several steps of varying complexity to make the binary smaller, matching C++'s size without too drastic measures.

  • immutability-helper

    mutate a copy of data without changing the original source

  • I doubt that’s true, check this out, it’s designed with your use case in mind.

  • 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