Tutorials

golang.pngGolang : How to write backslash in string?

29th January 2020

Alright, below is a simple tutorial on how to write backslash in Golang. Nothing special, just writing it down here….... read more



golang.pngGolang : Experimenting with the Rejang script

15th January 2020

Someone informed me that I should take a look at the Rejang script(not to be confused with the .... read more



golang.pngGolang : Example of how to detect which type of script a word belongs to

14th January 2020

In one of my projects, I need to detect if a word that cannot be translated is of Arabic or….... read more



golang.pngGolang : Converting individual Jawi alphabet to Rumi(Romanized) alphabet example

12th January 2020

Recently I've been busy enhancing my Jawi to Rumi converter and I found out that some Jawi words cannot….... read more



golang.pngGolang : How to detect if a sentence ends with a punctuation?

5th January 2020

Problem : I need to detect if a line ends with a punctuation mark or not. How to do that?

.... read more



yum.jpgLinux : How to fix Brother HL-1110 printing blank page problem

12th December 2019

Alright, just a minor problem and putting down the solution here on how to fix the issue of Brother HL-1110….... read more



golang.pngGolang : How to pass map to html template and access the map's elements

3rd December 2019

For this tutorial, we will learn how to pass a map to text or html template and learn how to….... read more



golang.pngGolang : Executing and evaluating nested loop in html template

2nd December 2019

Alright, just a minor problem and putting the solution here on how to fix this problem for future reference. Basically,….... read more



golang.pngGolang : How to call function inside template with template.FuncMap

17th November 2019

Alright, just a simple tutorial on how to call your own function inside HTML template. For this example, we will….... read more



golang.pngGolang : Pagination with go-paginator configuration example

15th November 2019

Here is an example that you can use as reference on how to configure go-paginator properly. The snippets below….... read more



golang.pngGolang & Javascript : How to save cropped image to file on server

12th November 2019

While building my web application to manage my tenants and rental properties, I need a solution to capture the cropped….... read more



golang.pngGolang : How to use if, eq and print properly in html template

6th November 2019

Alright, just a simple problem that took me a while to get it right. Putting the solution down here for….... read more



golang.pngGolang : How to pass data between controllers with JSON Web Token

30th October 2019

For this tutorial, we will explore how to pass data between controllers using JWT(JSON Web Token).

One of the problems….... read more



golang.pngGolang : How to login and logout with JWT example

29th October 2019

I am now in the process of building a web application to help myself in managing my tenants in a….... read more



golang.pngGolang : Check if a file exist or not

28th October 2019

In this tutorial, we will see how to check if a file exist or not before performing further operation.

checkfileexist.go

.... read more



yum.jpgLinux : How to install driver for 600Mbps Dual Band Wifi USB Adapter

22nd October 2019

Bought this 600Mbps Dual Band 2.4G / 5G Hz Wireless Lan USB PC WiFi Adapter 802.11AC from Lazada and….... read more



yum.jpgLinux : How to set root password in Linux Mint

22nd October 2019

Alright, just a minor note for my own future reference. Just received my Dual Band USB Adapter today and encounter….... read more



golang.pngGolang : How to get username from email address

20th October 2019

Just need a simple solution to extract the username from a given email address. The code below uses strings.Split() function….... read more



Advertisement