Top Cloud service providing platforms

aws

Amazon Web Services (AWS) AWS is a cloud computing platform. It is a subsidiary of Amazon. It … Read more

Top 5 Best Email marketing software, services and platforms

AWS Sendy

AWS sendy Sendy is a self hosted email newsletter application. It lets one send trackable emails via Amazon … Read more

How to Submit your website to Bing Search Engine ?

Bing Webmaster

To submit your website to Microsoft Bing search engine, so that people can find your website when … Read more

Understanding Linux Kernel Version Numbering

The main Linux kernel versions comes from the Linux Torvald who is author of Linux kernel, from … Read more

Top 10 Sites to find Freelancing Work Online

Linked Profinder

Upwork Upwork is freelancers, independent professionals, and agencies for all their hiring needs. Upwork is the world’s largest … Read more

How to install docker on 32 bit Ubuntu ?

If you want to install docker on ubuntu, follow below procedure, Above two commands will install docker … Read more

C code for safe read and write from a file

Below functions make sure we are safely and completely reading and writing from a file pointer fd, … Read more

C program in Linux to find the current working directory (PWD)

getcwd, getwd, get_current_dir_name functions return a null-terminated string containing an absolute pathname that is the current working … Read more

C program to convert integer number to string

Following program converts integer number 42 to string “42” using sprintf. sprintf() writes to the character string. … Read more

How to write Comments in C Program ?

In C program, comments doesn’t have any use other than for better understanding of the developers of … Read more