--- title: JS by Example / Learn with Me description: Small github repos demonstrating classic solutions --- # Projects ## Calculator * [Parse With The Shunting Yard Algorithm Using JavaScript](https://www.thepolyglotdeveloper.com/2015/03/parse-with-the-shunting-yard-algorithm-using-javascript/) * [Implementing the Shunting Yard algorithm in JavaScript](https://eddmann.com/posts/implementing-the-shunting-yard-algorithm-in-javascript/) * [Parsing/Shunting-yard algorithm](http://rosettacode.org/wiki/Parsing/Shunting-yard_algorithm#JavaScript) * [Parsing/RPN calculator algorithm](http://rosettacode.org/wiki/Parsing/RPN_calculator_algorithm#JavaScript) * [Wiki](https://en.wikipedia.org/wiki/Shunting_yard_algorithm#Detailed_example) * [How to Use Themes with Tailwind CSS](https://levelup.gitconnected.com/how-to-use-themes-with-tailwind-css-9d5f20231d37) ## Blog ## Color Palette Generator