Tutorials
Golang : Takes a plural word and makes it singular
Here is a program that will convert a plural word into its singular form and at the same time it….... read more
Golang : Check if a word is countable or not
Here is an inflector
function useful in determining if a given word is countable or not. The function returns TRUE….... read more
Javascript : Put image into Chrome browser's console
Problem:
You want to have some fun with the software testing department or anyone that will use Chrome's console to….... read more
Golang : Force download file example
For this tutorial, we will learn how to create a page that will force download a file to the client.….... read more
Facebook : How to place save to Facebook button on your website
Just a quick tutorial on how to place the save to Facebook
button on a web page. Instead of bookmarking….... read more
Android Studio : Rating bar example
Some people just like to give judgment. Whether a food quality is meh or delicious or an app is really….... read more
Golang : Getting Echo framework StartAutoTLS to work
Problem:
You want to try out the Echo framework for Golang and somehow cannot get the AutoTLS recipe….... read more
Adding Skype actions such as call and chat into web page examples
Putting these examples down here for my own references in future. Was helping out a web designer friend recently on….... read more
PHP : Fix Call to undefined function curl_init() error
Problem:
Some PHP libraries or packages depend on your server having curl
program installed. Missing curl
or the PHP to….... read more
Nginx and PageSpeed build from source CentOS example
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 : Underscore or snake_case to camel case example
A quick example on how to convert underscore or snake_case
statement to camel case. Pretty much similar to the previous….... read more
Golang : Qt Yes No and Quit message box example
A quick tutorial on how to create simple dialog box and message box with Yes, No and Quit buttons. Pretty….... read more
Curl usage examples with Golang
Writing down these examples for my own future references. They are for my own usage and to show how to….... read more
Golang : How to log each HTTP request to your web server?
Problem:
You want to log each HTTP request made to your web server complete with duration (start time - end….... read more
Golang : Create unique title slugs example
A simple example on how to create title slug from a string and also demonstrate what you can do in….... read more
Golang : Number guessing game with user input verification example
Helping a Golang student from Mexico. She is building a simple random number guessing game and she wants to know….... read more
Clean up Visual Studio For Mac installation failed disk full problem
While trying to install Visual Studio for Mac yesterday, the installer decided to fail halfway during the download and install….... read more
Golang : Detect face in uploaded photo like GPlus
Problem:
You have an app or website that allow users to upload their profile photo to your server. However, you….... read more