programming
How to Build a Great Team
...
(Read full text)There are some simple and effective things that can be done to build a great team. This article highlights some easy things that are often missed.
How do you become a "Successful Developer"?
...
(Read full text)Fin asked a few of us inside and outside Microsoft for tips in becoming a successful developer. I’m not sure that she expected the deluge (or verbosity) of responses – I think she only had about 300 words to fill in total – she asked 15 people so it turns out 20 words each was the target. I’m going to post my full response here and will link to the others' if they post their full responses as well.
5 Must-Have Firefox Add-ons for Web Development & QA
...
(Read full text)Angsuman Chakraborty discuss 5 of the most have FireFox add-ons which web developers can benefit from. Using these add-ons you can turn the Airefox into an acceptable Web development platform
.NET Rocks! - F# Moves Forward
...
(Read full text)Carl and Richard talk to Don Syme, the inventor of F#, along with F# PM Luke Hoban and MS Researcher Ralf Herbrich about the future of the F# language.
Java Concurrency: Blocking Queues
...
(Read full text)A blocking queue is a queue that blocks when you try to dequeue from it and the queue is empty, or
if you try to enqueue items to it and the queue is already full. A thread trying to dequeue from an
empty queue is blocked until some other thread inserts an item into the queue. A thread trying to
enqueue an item in a full queue is blocked until some other thread makes space in the...
JIDE 2.2.8: Synthetica Look and Feel
...
(Read full text)JIDE 2.2.8 has been released, providing full support for the Synthetica Look And Feel. Synthetica and JIDE
Understanding Structs in C#
...
(Read full text)Like class, structs represent data structures that can contain data members and method members. Unlike classes, structs are value types and do not require heap allocation. A variable of a struct type directly contains the data of the struct, whereas a variable of a class type contains a reference to the data.
Memo To The Semantic Web: Drop “Semantic” And Become The “Graph Web”
...
(Read full text)For some time now my team and I have been working on a new web service called Kloudshare. This is not a product announcement, but I mention it because it provides context for what I have on my mind.
Kira - programming language that compiles to PHP
...
(Read full text)Kira is designed to bring a good language and modern techniques into play whilst taking advantage of all existing PHP and a massive army of PHP developers.
JRuby-on-Rails and MySQL on GlassFish on OpenSolaris in Virtual Box VM
...
(Read full text)My primary development machine is Mac OS Leopard on Intel Core 2 Duo (read osxtips). But the beauty of virtualization is that I can run multiple Operating Systems on a single powerful machine. And what better virtualization product than Virtual Box. And Open Solaris has crossed leaps and boundaries making installation and getting started extremely simple :)
NEXT (2) >>