Giter Club home page Giter Club logo

tabata_app's People

Contributors

dependabot[bot] avatar pascalwengerter avatar

Stargazers

 avatar  avatar

Watchers

 avatar

tabata_app's Issues

Update or modernize backend technology

Currently, this project uses Ruby v2.7.6 with Sinatra inside a "fat" (~500MB IIRC) Docker base image for what is effectively

  • a single get endpoint to serve the frontend
  • a single post endpoint that performs a handful of syscalls around some tempfiles

Going forward, I see two options:

  1. Updating Ruby (to >v3.1.x), Sinatra and using an alpine Ruby base image

  2. Switching to hosting the frontend statically and porting the backend to a different technology (Go, Rust, Elixir, Crystal, Gleam, ...). Advantages that this would bring are:

  • lower memory footprint in development & production
  • (potentially) single binary deployment
  • quicker development & deployment loop
  • gaining the ability to serve requests concurrently
  • (potentially) easier local setup

Cleanup JS && migrate to ES6

The JS part of the project never left the prototyping state and has quite some modernization and duplication to take care of

Add JS buildtool/-chain to reduce bundle size

Currently, the wavesurfer.js dependency is "vendored" from a CDN - potentially adding it in a "proper" build tool (e.g. via vite) could introduce treeshaking and reduce the overall bundle size in production

Check used licenses to avoid violation

Need to perform a licence check of the currently used dependencies of this project, e.g. bootstrap and currently Ruby/Sinatra/FFMPEG and wavesurfer, and the license that is being used in the repo itself

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.