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 37signals, adobe, aws, blubble, debugger, facebook, gmail, google, microsoft, PHP, Programming, spam |
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 [...]
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 [...]
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 aol, api, att, bubble, bugs, color, development, earthquake, flickr, fukushima, google, guru, ikea, japan, rockstar, software, spiderman, startup, stuxnet, twitpic, vc |
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 bugs, chrome, cr48, debugger, development, flickr, foursquare, google, nye, softdev, software, xmas |
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 [...]