geeksprogrammings
Be The Geek
Tuesday, 1 November 2016
What are Instead of Triggers
›
Instead of triggers are used to reverse the default action of the query same as the word ‘insted of’ denotes. For example if we are going ...
Thursday, 6 October 2016
Webhooks Vs WebSockets
›
WebSockets Can be used to exchange event notifications but it requires a constact network connection . Signalr is best example of Websocke...
What are Webhooks and Webhooks vs WebAPI ?
›
If you ever used API’s then you know they follow request - response mechanism . Every Request is followed by a Relevant API Response Ex...
What are Webhooks and Webhooks vs WebAPI ?
›
If you ever used API’s then you know they follow request - response mechanism . Every Request is followed by a Relevant API Response Ex...
Tuesday, 4 October 2016
Gitless version control system
›
Gitless is an experimental version control system built on top of Git. Many people complain that Git is hard to use. We think the problem ...
Git Cheatsheet
›
Git is the open source distributed version control system that allows to perform GitHub activities on your desktop. This cheat sheet summ...
Sunday, 18 September 2016
SOLID Principles
›
SOLID Principles are set of rules that Help us to write Better quality of code . By Better quality of code I mean Code that can talk ,...
Sunday, 28 August 2016
Medical ATM's In India
›
Yes, You heard it right ' Medical ATM ' . Similar to ATM Machines To Withdraw money Pilot Project for 1 year is launched in India...
1 comment:
Saturday, 27 August 2016
Javascript Event Propagation vs Event PreventDefault
›
Event Propagation vs Event PreventDefault Event Propagation Event Propagation Stops the Event from bubbling or making the event Cha...
Javascript Event StopPropagation
›
Event Propagation Event Propagation Stops the Event from bubbling or making the event Chain . Example : - A Click Event on a ...
‹
›
Home
View web version