The Coder Lounge
Pages
(Move to ...)
Home
Talks
About me
▼
Tuesday, October 20, 2015
What to use for login - username, email or phone number?
›
It seems trivial on surface, pick a strategy and go with it. However, it can be useful to pause a think about your exact use case as each ...
1 comment:
Thursday, September 10, 2015
Use different email address for different Git repositories
›
Navigate to the repository directory, use the following commands to set user config for that repository $ git config user.name "Deep...
Tuesday, July 7, 2015
Bringing back conversations
›
We are a generation that relies heavily on technology to stay connected to friends. There are many alternatives that make being connected ...
Thursday, January 30, 2014
Invalid techniques of proof
›
Recently I took an algorithms course which involved a lot of proofs. I used to work together with my buddies on some of the hard problems, ...
Monday, November 19, 2012
Contributing Java Editor templates via a plugin
›
JDT provides several editor templates . You can also add your own via the Templates View . However, if you want to share the templates betw...
2 comments:
Tuesday, November 6, 2012
Debugging with sysouts made awesome
›
At times I like to debug by writing to console . However, in a long debugging session I often end up with several sysout statements in sev...
Saturday, July 28, 2012
Going back to school
›
After working at IBM for 5 years, I am going back to school. August 10th is my last day as a 'full-time' JDT committer, after which...
5 comments:
‹
›
Home
View web version