5 Skills Students Need to Get Their First Programming Job in 2021
A detailed rundown of the skills needed to pursue a programming career in 2021, as well as tips for listing…
14 articles found
A detailed rundown of the skills needed to pursue a programming career in 2021, as well as tips for listing…
Where I’m Coming From In my teens I was heavy, very heavy. I have always been a big guy but…
Quite often I am asked about the top programming books that I’d recommend all software developers should read. I’ve finally…
I’ve recently had the problem of trying to display a progress dialog when executing an asynchronous operation and to dismiss…
I’ve written before on the idea of refactoring a switch to a Map or Dictionary. There is one major problem…
In my previous post I talked about unit testing without mocks. I gave some examples of how I had done…
Right before the holidays, I said that you had better learn how to solve programming problems.\n\nThis time I am going…
Why is sorting so hard?\n\nOne of the most common misunderstandings and frustrations I see from developers is around sorting.\n\nAlmost every…
Sorry to rain on your parade. I know that you just refactored that series of if-else statements into one switch…
Last time I wrote some code to allow paging of stored procedure results in SQL Server it sucked.\n\nThat was about…