PinnedThe Dependency Inversion PrincipleSoftware is volatile. Things change all the time. Libraries get obsolete and frameworks are replaced. Such changes are painful when your…Aug 23, 2022Aug 23, 2022
PinnedHOCs at a glanceReusing component code and logic is one of the things developers are looking for the most, specially in React. The very concept of…Jun 9, 2021Jun 9, 2021
An easy way to make binary search with JavascriptIf you’re a programmer, you have probably listened about binary search (even if you don’t know what does it mean). In this post, I’ll give…Apr 14, 2020Apr 14, 2020
Building a REST API with Node.js and MongoDBIn this post, we’re going to go through building a rest api with Node.js and MongoDB.Mar 8, 2020Mar 8, 2020