So, we have coding books, coding RSS feeds, and music to code by. Are there any coding magazines that anyone would recommend?
19 Answers
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.

- 13,960
- 7
- 36
- 42
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).

- 187,153
- 97
- 222
- 204
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:

- 21,335
- 15
- 77
- 102
Dr. Dobbs Journal is a pretty good broad-based programmer's journal. Covers all manner of material.

- 49,859
- 10
- 62
- 67
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.

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

- 9,157
- 11
- 54
- 66
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.

- 639
- 8
- 4
VSJ, I find it a great mag :) http://www.vsj.co.uk/
Edit
This is NOT off-topic! It directly relates to programming!

- 1
- 1

- 28,567
- 26
- 103
- 142
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.

- 21,603
- 7
- 53
- 64
I really enjoy IEEE Software because it covers broader issues regarding software engineering.

- 14,928
- 14
- 81
- 132
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:-(

- 16,230
- 17
- 74
- 137
-
Are they really good , i am planning to request our library to subscribe to them ? – Suraj Jain Feb 11 '17 at 08:12
-
1
For Delphi delvelopers "Blaise" international magazine - www.blaisepascal.eu

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

- 2,771
- 2
- 21
- 19
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.

- 114,398
- 98
- 311
- 431
The ACM Queue has some hardcore content, dense, but good. I haven't read it in a while though.

- 15,039
- 7
- 88
- 96