Tag: cheatsheet

  1. Big-O Complexity cool cheat sheet

    Recently I signed up for Algorithms: Design and Analysis course. Most of the time Test Automation doesn't require to know which algorithm sorts best, but I still believe that knowing that a good programmer is not the one who knows a lot of languages, but the one knows algorithms well…

    on algorithm complexity O(n) O(1) cheatsheet

  2. Nice sample table of new features in ECMAScript 6

    Just yesterday found by accident this nice page where described in a small and clear examples new features from ES6. Pretty handy to have this table close to peak from time to time, if you forget something. Since we have Babel, it should be super fun and easy to write…

    on javascript es6 new_features cheatsheet