History And Design Of Git
This article intends to turn back the pages of history and help you observe how Git came into existence. It also intends to give you an...
Top 7 tips to Write Better Web Content
Do you know how much active the internet is? Well, according to Internet Live Stats, at the moment, there are more than 4.2 billion internet users...
C# Version History
This article provides a chart demonstrating the features that are included in each major release of the C# Programming Language , upto the date. I made...
Tools And Approaches
< Previous I presume this to be the final and the most important chapter in this blog series – Road To Programmer. This is also the...
C# Realtime Biometric Server Implementation (RS9, RS10, RS20, C121ta, T52, T60)
This blog post is written as a C# getting started guide while working with a Realtime biometric device in a windows forms application. This is going...
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...