Learning More of Javascript Behavior

I've written an article before that describes my first experience with the asynchronous nature of Javascript. In this article I'm going to expand further on what I've learned Making The Asynchronous, Synchronous While going further with the project later did I realize on how to use the sorcery of async…

Working With Authentication & Storage in Ionic

Dive In! Two months ago I was given a project to work in a mobile app that I decided to be written in the Ionic Framework. Working with the framework was a fun experience which I found a new love and hate relationship with the Javascript ecosystem. Though I haven't…

Consolidating Configuration Over Yii2

A little while back I was engaged into a project that centers around Yii2. Though it has one problem. Configuration. Yep. The configuration for Yii2 is a total mess. To give you a better perspective on how it works, each module has its own configuration folder and a common configuration…