4 years?

It's good to be back posting! A lot has changed over the years and I'm excited to see what I can write for this blog with my involvement with cloud infrastructure. That gave me an idea. Why not start here? Don't get mad at me when I'm announcing that the…

Settling with CORS

Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be requested from another domain outside the domain from which the first resource was served. A web page may freely embed cross-origin images, stylesheets, scripts, iframes, and videos.[1]I usually encounter this issue…

Standalone WEMP

Yet another one of those "How to Setup a WEMP Stack" how-to. While other users prefer to get it done simply; I want to get down and dirty to keep things organized in my own liking. Packages Nginx PHP* MariaDB There is an alternative way in installing the packages by…

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…

Account Retrieval : Uber vs Grab

This post is long due after I posted my blog post of losing a phone. After getting a new phone I then downloaded Uber & Grab. When trying to login with my usual credentials. I quickly hit the wall as a security measure, an SMS code should be inputted. Being…