thebravoman's Stars
trimstray/the-book-of-secret-knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
teamcapybara/capybara
Acceptance test framework for web applications
VGraupera/1on1-questions
Mega list of 1 on 1 meeting questions compiled from a variety to sources
paper-trail-gem/paper_trail
Track changes to your rails models
apptension/developer-handbook
An opinionated guide on how to become a professional Web/Mobile App Developer.
shrinerb/shrine
File Attachment toolkit for Ruby applications
geminabox/geminabox
Really simple rubygem hosting
nas5w/javascript-tips-and-tidbits
A continuously-evolving compendium of javascript tips based on common areas of confusion or misunderstanding.
rails/importmap-rails
Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.
nas5w/typeofnan-javascript-quizzes
JavaScript quiz questions and explanations!
thebravoman/capybara-reloads
Untilities for Capybara to allow us to reload the page and check if examples will then pass