Programming Language Concepts And Paradigms
< Previous Next > Programming consists of two essential parts: a technology and its scientific foundation. Technology defines the tools, practical techniques, and standards which allow us...
Version Control
The need for a logical and systematic way to organize and control revisions (versions) has existed for almost as long as writing has existed. Its practices...
C# ZKTeco Fingerprint Scanner Implementation (ZK4500, SLK20M, SLK20R, ZK9500 )
There are requirements where you have to integrate a biometric device into your application for things like user authentication, verifying user information, backing up scanned templates...
What is Design Thinking
Whether you are a developer, a designer, a business man, an even manager, any kind of client facing person or someone collaborating on a project across...
Functions In JavaScript
Javascript Functions In JavaScript A function in JavaScript is a re-usable block of code which is designed to be used any number of times once it...
How To Implement JavaScript
Javascript How To Implement JavaScript If you are new to JavaScript, then the following article will guide you through the steps you need to take in...
Introduction To JavaScript
Javascript Introduction To JavaScript JavaScript is a multi paradigm, dynamic programming language which was created by Brendan Eich in May – 1995 within 10 days of...
History Of JavaScript
Javascript History Of JavaScript The concept of accessing data online in the form of websites and hyperlinks had just started to hit the highway when computer...
Introduction To Blockchain
Recently, you might have heard or somehow got yourself into this new Noun in the market – ‘Bitcoin’. Well, this article is focused on summarizing you...
Algorithms and Data Structures
< Previous Next > Algorithms and Data Structures are two important and core concepts frequently used in programming. Hence, It is very important to have a...