Read More on the GoToday many phones (yes I didn’t even bother with cell or mobile) have OLED displays; which among other benefits is great for reading. Due…Mar 14, 2020Mar 14, 2020
Abuse in Amazon Kindle UnlimitedI recently received a free trial Kindle Unlimited offer from amazon. I decided to pick up a borrow a few typescript books that are “free”…Mar 12, 20201Mar 12, 20201
Currying Function ES6I was recently asked to implement the Currying function in JavaScript as a part of an interview. I thought the question was unique and…Feb 28, 2020Feb 28, 2020
RPS ImplementationIn the previous article we explore RPS in depth. I will now present an implementation of RPS. RPS has four components. All components are…Jan 22, 2020Jan 22, 2020
RPS Authorization DemythifiedIn the previous article I presented a brief overview of RPS. Here I aim to provide a deep dive of the system. RPS Authorization provides a…Jan 21, 2020Jan 21, 2020
The Birth of RPSIn the last story I summarized existing authorization methods. One in particular came close to being a well rounded solution without…Jan 20, 2020Jan 20, 2020
Authorization (Access Control) RevisitedAuthorization is essential for systems that have users. Authorization determines whether a user may perform an action upon a resource…Jan 19, 2020Jan 19, 2020