Serverless ComputingMarch 2019Serverless Computing What does Serverless mean? Serverless computing is a misnomer referring to a cloud-computing execution model in which…
Eloquent Javascript 3rd editionAugust 2018Review This is my preview for book Eloquent Javascript 3rd edition Introduction What is Javascript? Javascript was introduced in 199…
Restful Web API DesignJuly 2018RESTful Web API REST (Representational State Transfer) Principles Everything is a resource Representing data by a specific format and not by…
React Getting StartedMay 2018Why React! A javascript library for building user interfaces React is small, not a complete solutions UI are everywhere React is…
Git FundamentalsMarch 2018Git Fundamentals Advantages of DVCS Different topologies Centralized Developers push changes to one central reposity Hierarchical Developers…
Building starter kit from scratchJanuary 2018Wrap up! You need a starter kit Reduce decision fatigue Rapid feedback Editor config EditorConfig helps maintain consistent coding styles…