This tutorial lets you know, How to generate a random number using Golang slices. I will use a time package to generate a random number and store them into slices using the UNIX timestamp.
(more…)Golang MVC Project Structure without Any Framework

This Golang tutorial help to create MVC architecture for your golang project. There are a lot of go frameworks available that follow MVC architecture, but here we will create MVC based go project without any Golang framework, We will use core Golang to create structure.
(more…)How to Download YouTube Video Using PHP Rest API

This PHP tutorial help to create script to download YouTube video. YouTube is most popular online/offline video streaming tools which used to watch video, Mostly we are watching online video but sometimes we need to download video from YouTube and watched later.
(more…)
Create Rest API Using Node.js, MySQL and Express

Today, I’ll go over the nodejs rest API and how to use it with Express. Nodejs is a very powerful js framework for working on both front-end and back-end functionality. I’ll show you how to use node.js and express to add, edit, and delete records from the MySQL database.
(more…)Interview Questions on Rest API

The restful API is a very common API development mechanism to access server data. The full-stack application has a two-layer one is front-end and the second is the backend. The back-end is an API that might be written in any programming language like PHP, Golang, Python, etc.
(more…)CCAvenue Payment Gateway Integration Using PHP

CCavenue is most puplar Payment gateway for web and mobile application. CCavenue provides functionality to receive payment using International credit card, using Online Internet banking which has partnership with CCavenue and debit card(ATM card).Now its supporting UPI Payments.
(more…)