Sorting Visualiser

I built a web app to complement the sorting algorithm articles that visualises the algorithms by animating each comparison and element move. As always, the source code is up on GitHub.
I built a web app to complement the sorting algorithm articles that visualises the algorithms by animating each comparison and element move. As always, the source code is up on GitHub.
Cocktail sort is an O(n^2) variation of the bubble sort sorting algorithm.
If you jump between Visual Studio Code stable and insiders builds a lot like me, you may want to share your config files between the two programs.
Continue readingSharing settings between Visual Studio Code stable and insiders builds
Tabs are currently under consideration by the VS Code team. In the meantime you can simulate tab keybindings for the most part by adding some custom ones.
Continue readingSimulating tabs with custom keybindings in Visual Studio Code
After almost 2 and a half years I’ve decided to move on from Amazon.
I recently migrated beautemia.com from Jekyll on GitHub Pages to the Ghost blogging platform. Here’s how I did it and what I thought of Ghost.
Visual Studio Code was just open sourced and is still relatively new so it’s still working out some kinks such as providing a .deb package and including enhanced terminal support.
Continue readingA shell script to run Visual Studio Code in the terminal
This article looks at the interview question - Check if a binary tree is balanced.