This tutorial help to upload attachment into service-now using API. I am using service now attachment API to upload file into the existing SCR request.
(more…)Simple Bubble Sort with Time Complexity In Golang

This tutorial helps to create bubble sort in golang, The bubble sort help to sort the elements using the comparison between the current node with the immediate next node, based on condition.
(more…)5 Effective Ways To Add Subtitles To Your Videos Automatically

During the past few years, the importance of accessibility has increased dramatically.
As more and more people gain access to the Internet, it becomes increasingly important for business owners and marketers to make their content accessible to everyone, even those with disabilities.
(more…)CRUD API Using Nodejs and Express

This is the third part of the node js tutorial series to create a restful API using the Express node.js module. I have shared node js with MySQL tutorials. This node js tutorial helps to create the rest API to the listing table, add a record, edit a record, and delete the record from the MySQL database. The rest API communicates with MySQL and updates data into the MySQL database.
(more…)How To Access REST API Using JavaScript fetch API

This tutorial helps to access Rest API Using fetch API. I am using Vanila JavaScript to create a method to fetch data. You can use GET/POST/PUT and DELETE methods to consume the rest API using JavaScript.
(more…)Golang Switch Case with Example

In this post, we will see here how we can use the switch statement in the Golang. This allows you to conduct various actions in Golang based on various situations. If/else logic can also be expressed with a switch without an expression.
(more…)