Tutorials

golang.pngGolang : Takes a plural word and makes it singular

5th July 2017

Here is a program that will convert a plural word into its singular form and at the same time it….... read more



golang.pngGolang : Check if a word is countable or not

5th July 2017

Here is an inflector function useful in determining if a given word is countable or not. The function returns TRUE….... read more



javascript.jpgJavascript : Put image into Chrome browser's console

4th July 2017

Problem:

You want to have some fun with the software testing department or anyone that will use Chrome's console to….... read more



golang.pngGolang : Force download file example

4th July 2017

For this tutorial, we will learn how to create a page that will force download a file to the client.….... read more



facebook.pngFacebook : How to place save to Facebook button on your website

3rd July 2017

Just a quick tutorial on how to place the save to Facebook button on a web page. Instead of bookmarking….... read more



android.jpgAndroid Studio : Rating bar example

3rd July 2017

Some people just like to give judgment. Whether a food quality is meh or delicious or an app is really….... read more



echo.jpgGolang : Getting Echo framework StartAutoTLS to work

2nd July 2017

Problem:

You want to try out the Echo framework for Golang and somehow cannot get the AutoTLS recipe.... read more



skype.pngAdding Skype actions such as call and chat into web page examples

2nd July 2017

Putting these examples down here for my own references in future. Was helping out a web designer friend recently on….... read more



php.jpgPHP : Fix Call to undefined function curl_init() error

28th June 2017

Problem:

Some PHP libraries or packages depend on your server having curl program installed. Missing curl or the PHP to….... read more



nginx.jpgNginx and PageSpeed build from source CentOS example

20th June 2017

Putting this down for my own future reference. I've tried following the installation guide at https://modpagespeed.com/doc/buildngxpagespeedfromsource to….... read more



golang.pngGolang : Underscore or snake_case to camel case example

15th June 2017

A quick example on how to convert underscore or snake_case statement to camel case. Pretty much similar to the previous….... read more



golang.pngGolang : Qt Yes No and Quit message box example

14th June 2017

A quick tutorial on how to create simple dialog box and message box with Yes, No and Quit buttons. Pretty….... read more



curl.jpgCurl usage examples with Golang

13th June 2017

Writing down these examples for my own future references. They are for my own usage and to show how to….... read more



golang.pngGolang : How to log each HTTP request to your web server?

12th June 2017

Problem:

You want to log each HTTP request made to your web server complete with duration (start time - end….... read more



golang.pngGolang : Create unique title slugs example

11th June 2017

A simple example on how to create title slug from a string and also demonstrate what you can do in….... read more



golang.pngGolang : Number guessing game with user input verification example

9th June 2017

Helping a Golang student from Mexico. She is building a simple random number guessing game and she wants to know….... read more



visual-studio-mac-installer.jpgClean up Visual Studio For Mac installation failed disk full problem

8th June 2017

While trying to install Visual Studio for Mac yesterday, the installer decided to fail halfway during the download and install….... read more



golang.pngGolang : Detect face in uploaded photo like GPlus

7th June 2017

Problem:

You have an app or website that allow users to upload their profile photo to your server. However, you….... read more



Advertisement