Tuesday, September 15, 2015
Monday, September 14, 2015
How to swap two numbers without third variable?
int first,second ;
first = 1;
second = 2;
first = first + second;
second = first - second;
first = first - second;
first = 1;
second = 2;
first = first + second;
second = first - second;
first = first - second;
Friday, August 14, 2015
Practicing Programming
https://sites.google.com/site/steveyegge2/practicing-programming
Practicing to make skills better, no problem, but many Programming technologies are going away all the time.
Practicing to make skills better, no problem, but many Programming technologies are going away all the time.
Monday, August 10, 2015
Architects Should Code: The Architect's Misconception
Architecture Spike
The architect could lead a development spike focused on architectural discovery or delivery. A spike is a functional, proof of concept implementation for some aspect of the architecture used to identify or mitigate risk by exploring a new technology.
http://www.infoq.com/articles/architects-should-code-bryson?utm_source=reddit&utm_medium=link&utm_campaign=external
The architect could lead a development spike focused on architectural discovery or delivery. A spike is a functional, proof of concept implementation for some aspect of the architecture used to identify or mitigate risk by exploring a new technology.
http://www.infoq.com/articles/architects-should-code-bryson?utm_source=reddit&utm_medium=link&utm_campaign=external
Thursday, August 6, 2015
Subscribe to:
Posts (Atom)