Oscar Galindo

Callback Hell NodeJs
Agile web and app development

Callback Hell NodeJs: a solution with Fiber

Apiumhub developers and any developer that has worked with Node.js must has encountered a problem when dealing with asynchronous APIs (I/O) that JavaScript offers; the famous JavaScript Callback. It’s the way JavaScript incorporates responding to events. In this article I

Read More »
A Guide To Tmux
Agile web and app development

A guide to Tmux that will increase your productivity

In this article, we will focus on something that us developers use on a daily basis and to which we often don’t give it much importance (a common error from our part). I am talking about terminals, more specifically, a

Read More »
Software architecture

Single responsibility principle in object oriented design

In object-oriented programming, there are five basic principles (OOP principles, SOLID) that, properly applied, make the difference between a good and a bad design. The difference between an application that is easy to maintain and one that is not. The

Read More »
Secured By miniOrange