Articles

Going multilingual with Gatsby and i18next
Going multilingual with Gatsby and i18next

Creating a website in multiple languages can be a relatively simple task, especially when it comes to small pages and without much projection of growth, but when it comes to a blog things can get a little complicated. While developing my blog I had to deal with this issue and in this article I want to share the solution I came up with.

Understanding the Merge Sort algorithm and implementing it in JavaScript
Understanding the Merge Sort algorithm and implementing it in JavaScript

Understanding the complexity behind an algorithm can be very useful when deciding which implementation is the most suitable to solve a particular problem. This time I would like to gut the Merge Sort algorithm, its advantages and disadvantages, along with a simple implementation in JavaScript, but easily extrapolated to any other programming language.