Tag Archives: code

Retweet April 2011

From time to time I just blast tweets about software development, project planning, team dynamics, or whatever else comes to mind. Here is a synopsis of recent tweets and rants. If you want to follow the conversation follow me at techknow and/or juixe. Software Development Thread.sleep(28800000); You don’t need a PHD in PHP to be [...]

Posted in Startup, Team, TechKnow, Tools | Also tagged , , , , , , , , , , , | Leave a comment

How To Print The Alphabet in Java?

In Java, the primitive value of type char can be converted to the primitive int. An an integer within the range of a character can be converted to a char. For example, the ASCII character code for the character A is 65, for B is 66, etc. Because of a char value can be interchanged [...]

Posted in Java, Programming, TechKnow | Also tagged , , , | 1 Comment

Java String Conversion Puzzlers

In Java, object coercion from one type to another can led to interesting results, and possible bugs when done implicitly. For example, a common type conversion bug is when you have a method that accepts a primitive boolean but pass it an an object of type Boolean. If the object is null, the conversion from [...]

Posted in Java, Programming, TechKnow | Also tagged , , , , , | Leave a comment

Retweet March 2011

From time to time I just blast tweets about software development, project planning, team dynamics, or whatever else comes to mind. Here is a synopsis of recent tweets and rants. If you want to follow the conversation follow me at techknow and/or juixe and I’ll be sure to follow back. Software Development Worst than coder’s [...]

Posted in Programming, Social, TechKnow | Also tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

Retweet December 2010

From time to time I just blast tweets about software development, project planning, team dynamics, or whatever else comes to mind. Here is a synopsis of recent tweets and rants. If you want to follow the conversation follow me at techknow and/or juixe and I’ll be sure to follow back. Software Development I wish I [...]

Posted in Programming, Rant, TechKnow | Also tagged , , , , , , , , , , , | Leave a comment

The Programmer’s Triforce

I don’t remember where I read it or hear it, but the idea that a computer program is a combination of code and data has stuck with me. I would only add that a great computer program is designed with the user experience in mind. There is a design pattern that embodies this idea of [...]

Posted in TechKnow | Also tagged , , , , | 2 Comments