Skip to main content
  1. Article Categories/

Web

Using Google Tag Manager in React Web Application

··443 words·3 mins
This is going to be a pretty short post but should prove to be useful if you are already familiar with tool. Quick intro of normal website tracking # When one navigates through a normal server rendered website that is utilizing Google Tag Manager or Google Analytics (assuming that is is set up right), as the page loads, it would send a page view hit to the Google Analytics server. This is normal familiar behaviour for most people who used the tools.

A sample bookcase application case via Gin Golang Framework

··1353 words·7 mins
This is an application based on a previous blog post on Bookcase application. The link to the code base of the application: https://github.com/hairizuanbinnoorazman/golang-web-gin-book-store There is a chance that when you are on the code base, the application is not fully operational; I am still adding code to it to add functionality to the application

A sample bookcase application case

··819 words·4 mins
We would try to implement the various technology stack for some common web application scenario in several types of libraries. In our case here, we would attempt to implement it for the following scenario.