Machine Learning

Checking out Keras with Tensorflow in Google Colab

As we all know that Machine Learning especially Deep Learning with Neural Network has become one of the top trending tech topics in these days. I was trying to get my head around machine learning and AI but I found it does have a steep learning curve for anyone new to this domain. I recently… Continue reading Checking out Keras with Tensorflow in Google Colab

Magento

Create custom URL redirects in Magento 2

Motivation I need to be able to redirect referral links that the user shares and track the request. Basically I have a module that generates referrals for every user so that he/she can share the link with his/her friends. Every time the link is clicked, it will record the clickthrough and do something. Things can… Continue reading Create custom URL redirects in Magento 2

Magento

Setting up a local development environment with Laravel Valet for Magento 2 development

Setting up a Magento 2 development environment  requires quite a bit of work. Back in the old days, we need to manually install LAMP stack on the computer and configure virtual hosting, update /etc/hosts and etc. That is just boring! Although nowadays, we have VM, Vagrant and Docker, the performance is still not very impressive… Continue reading Setting up a local development environment with Laravel Valet for Magento 2 development