/tips-and-tricks

My tips and playground repo

Primary LanguageJavaScript

Table of Contents

Tips

  1. AWS
  2. Browser perfomance
  3. Git
  4. Chrome Dev Tools
  5. Command line / Terminal
  6. JavaScript
  7. TypeScript
  8. React
  9. Node.js
  10. Docker
  11. NPM
  12. Testing
  13. CSS
  14. Other
  15. Security

Challenges

Implementation in Javascript

  1. Unscramble words
  2. Remove dublicates from array
  3. Batches
  4. Sort best scores
  5. Find first dublicate
  6. First not repeating character
  7. Rotate image
  8. Maskify credit card
  9. Number to ordinal
  10. Revers polish notation
  11. Run Length Encoding (RLE)

Implementation in Python

  1. Romeo

Algorithms

  1. Sort
  2. Left Rotation
  3. Brute Force
  4. Greedy