
Search In
Hi Friends,
Git is the great tool for project versioning and code management, but mostly we are unaware so many things. So here I am going to tell you what is stashing in Git.
Sometimes we are working on some code and we don't want it to commit
Hello Readers !!
Today we are going to discuss the Smart Fox Server in Unity 3D.
We all need to put any server in the game if we are trying to create a Multiplayer game so that we can connect two real players together.
Smart Fox serve
Hello Readers! In this blog we will discuss about one of the simplest type of accordion using jquery.
In this type of accordion the content will be displayed on the click event of the the particular section. This task will be performed using
Hello readers, Today in my blog I would like to discuss about the difference b/w Function Expression and Function Declaration.
The first question that arises in the readers mind would what basically these both terms mean, so here is th
With API becoming so popular these days thanks to SPA base applications, it was also required to keep these APIs secure. So the most popular of securing api's is token based authentication, whose flow is little bit like this:
1. In the browser
Hello Readers! In our previous blog we discussed about the simplest accordion with default functionalities. In this blog we will be discussing about the another type of accordion with content collapse feature. In this type of accordion when we click
Hello readers, Toady in my blog I will discuss upon the difference b/w Div and Span tag in HTML.
For every beginner it is very confusing where to use which tag either Div or Span.
The <span> and <div> tags are very usefu
Hi Readers!
Progress bar, as the name says, is used to show a user's progress. The progress can be anything. For example, how far the user has completed a process,
Bootstrap provides many different types of progress bars. Commonly
FFMPEG is a command line tool to convert multimedia files to another formats.
In this article, we will see how to get thumbnail image from a video using FFMPEG in C#.
Step 1: Create a page to show the thumbnail image of a video
Generally access token concept is used to prevent the unauthorized access or misuse of the APIs from the mobile devices.
Whenever a client logs in a mobile device, server generates a access token and send this access token back to the client.
