• Home
  • About
  • Sitemap
  • Search
Complete Coding
Subscribe to Complete Coding
Subscribe to Complete Coding

    Did We Pass On The Joel Test?

    By kevin

    One of the most popular articles on Joel on Software has been The Joel Test. If you work on a software team, you should definitely try it out. While this test is not a formula for software success but it …..

    Read More

    Programming Is About Doing The Job Right

    By kevin

    Was reading the article Programming: “It pays the bills” vs “It satisfies me” where Abou Kone writes about wanting innovative, challenging and current work in programming instead of the “boring” mundane tasks. But that is not possible in many software …..

    Read More

    How should I decide on the programming language to learn next?

    By kevin

    The TIOBE Programming Community Index for February 2011 is out and many blogs have posted their thoughts on the most popular programming languages. Some have also considered the TIOBE Index to decide on what will be the next programming language …..

    Read More

    How To Handle Errors In Google Go

    By kevin

    Multiple return values
    A function in a Go program can return multiple values. Some of the Go library functions make use of this to specify an error as one of the return values. This method of returning an error value along …..

    Read More

    How To Achieve Concurrency In Google Go

    By kevin

    Concurrency can be achieved in Google Go by using goroutines. A goroutine is a function executing in parallel with other goroutines in the same address space.
    Advantages of goroutines:
    1) Lightweight, costing little more than allocation of stack space.
    2) Simpler than thread …..

    Read More

    Next Page




    Recent Posts

    • Did We Pass On The Joel Test?
    • Programming Is About Doing The Job Right
    • How should I decide on the programming language to learn next?
    • How To Handle Errors In Google Go
    • How To Achieve Concurrency In Google Go
    Complete Coding Categories
    • development
    • general
    • programming
    • programs
    • today's read
    © 2010-2011 Kevin Rodrigues.