47

So, we have coding books, coding RSS feeds, and music to code by. Are there any coding magazines that anyone would recommend?

Community
  • 1
  • 1
Jason Z
  • 13,122
  • 15
  • 50
  • 62

19 Answers19

21

The venerable Dr. Dobbs Journal is still pretty good. It covers multiple platforms, and mixes some fairly hard-core technical articles with lighter fare (interviews with notables, a "Developer Diaries" column that profiles regular-Joe (and Jane) developers from a range of fields). If you are employed and have authority to spend some non-trivial amount of money on tools (or are willing to claim that you do), you can probably get them to send it to you for free.

For the Microsoft world, MSDN Magazine is very useful. Some of their columns are excellent, particularly Jeff Richter's Concurrent Affairs.

McKenzieG1
  • 13,960
  • 7
  • 36
  • 42
6

The Pragmatic Programmers' Pragmatic Bookshelf publishes a free magazine available online and for download in various formats:

Each month, our editor Michael Swaine brings you a free magazine packed full of interesting articles, features, and departments. Download it in PDF, mobi (good for the Kindle), and epub (great for Stanza on the iPhone).

Ray
  • 187,153
  • 97
  • 222
  • 204
5

I also enjoy Dr. Dobb's Journal. But hey, there's a way to leech it for free (at the time of writing, anyway):

http://pages.nxtbook.com/nxtbooks/cmp/ddj<mm><yy>/offline/cmp_ddj<mm><yy>_pdf.zip

Replace <mm> and <yy> with month and year. They're available 8/2006 thru 2/2009.

Afterwards, it's known as Dr. Dobb's Digest and is instead available at URL pattern:

http://i.cmpnet.com/ddj/digest/<yyyy>/DDD_<mm><yy>.pdf

spoulson
  • 21,335
  • 15
  • 77
  • 102
4

Dr. Dobbs Journal is a pretty good broad-based programmer's journal. Covers all manner of material.

jodonnell
  • 49,859
  • 10
  • 62
  • 67
2

For the Perl crowd, there is of course The Perl Review. And for the German-speaking subset of it, there's the Foo Magazin as well.

Yanick
  • 1,250
  • 8
  • 9
2

Game Developer Magazine has lots of very good articles, though as you might expect they tend to skew towards C++.

Brian Stewart
  • 9,157
  • 11
  • 54
  • 66
2

Visual Studio Magazine has some gems every once in awhile

D2VIANT
  • 310
  • 2
  • 5
2

I like Dr. Dobb's Journal also but the magazine refers the reader to their web site for most of the interesting articles. I have found the Java Developer's Journal very interesting because it contains articles about Java in the context of both web and enterprise applications.

Spiker
  • 639
  • 8
  • 4
1

Python Magazine of course ! BTW they are looking for contributors...

yanjost
  • 5,223
  • 2
  • 25
  • 28
1

VSJ, I find it a great mag :) http://www.vsj.co.uk/

Edit

This is NOT off-topic! It directly relates to programming!

Community
  • 1
  • 1
Rob Cooper
  • 28,567
  • 26
  • 103
  • 142
1

I subscribe to MSDN magazine, it's a bit thinner now than in years past, but for .NET it covers a variety of topics, it's a good way to keep abreast of new Microsoft offerings.

All the content is available online on MSDN, and of course online resources/blogs are a lot more up to date, but sometimes it's nice to have a magazine in your bag for a flight or layover.

Guy Starbuck
  • 21,603
  • 7
  • 53
  • 64
1

I really enjoy IEEE Software because it covers broader issues regarding software engineering.

Onorio Catenacci
  • 14,928
  • 14
  • 81
  • 132
1

Definitely Your Sinclair. Hands down.

Apocalisp
  • 34,834
  • 8
  • 106
  • 155
1

I really enjoy Code and asp.netPRO ... Visual Studio is so-so.

mattruma
  • 16,589
  • 32
  • 107
  • 171
1

The ACCU mags, Overload and C-Vu.

I like Game Developers Magazine, but since the ECTS no longer runs I no longer get free ones anymore:-(

graham.reeds
  • 16,230
  • 17
  • 74
  • 137
0

For Delphi delvelopers "Blaise" international magazine - www.blaisepascal.eu

Anders Pedersen
  • 1,034
  • 1
  • 9
  • 20
0

I like Embedded Systems. Even if you don't program for embedded systems, the software articles are excellent. http://www.embedded.com/

paul
  • 2,771
  • 2
  • 21
  • 19
0

Both the IEEE and ACM put out a number of good computing magazines, which might be of interest depending on your exact interests. I'm a subscriber to both.

Thomas Owens
  • 114,398
  • 98
  • 311
  • 431
0

The ACM Queue has some hardcore content, dense, but good. I haven't read it in a while though.

viggity
  • 15,039
  • 7
  • 88
  • 96