프로그래머 추천도서 64선 / 구입 링크 및 개정판 정리
-
The Pragmatic Programmer: From Journeyman to Master
- The Pragmatic Programmer: From Journeyman to Master / Andrew Hunt, David Thomas
- 실용주의 프로그래머 / 옮긴이: 김창준, 정지호
-
Code Complete: A Practical Handbook of Software Construction, Second Edition
- Code Complete: A Practical Handbook of Software Construction, Second Edition / Steve McConnell
- CODE COMPLETE 2nd Edition - 절판 / 옮긴이: 서우석
-
Refactoring: Improving the Design of Existing Code
- Refactoring: Improving the Design of Existing Code / Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts, Erich Gamma
- 리팩토링: 코드 품질을 개선하는 객체지향 사고법 / 옮긴이: 김지원
-
Design Patterns: Elements of Reusable Object-Oriented Software
- Design Patterns: Elements of Reusable Object-Oriented Software / Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides, Grady Booch
- GOF의 디자인 패턴 / 옮긴이: 김정아
-
The C Programming Language
- The C Programming Language / Brian W. Kernighan, Dennis M. Ritchie
- Kernighan의 C 언어 프로그래밍
-
Programming Pearls (2nd Edition)
- Programming Pearls (2nd Edition) / Jon Bentley
- 생각하는 프로그래밍 / 옮긴이: 윤성준, 조상민
-
Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development (3rd Edition)
-
Structure and Interpretation of Computer Programs - 2nd Edition (MIT Electrical Engineering and Computer Science)
- Structure and Interpretation of Computer Programs - 2nd Edition / Harold Abelson, Gerald Jay Sussman, Julie Sussman
- 컴퓨터 프로그램의 구조와 해석 / 옮긴이: 김재우, 안윤호, 김수정, 김정민
-
The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition (2nd Edition)
- The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition (2nd Edition) / Frederick P. Brooks Jr.
- 맨먼스 미신 / 옮긴이: 강중빈
-
The Practice of Programming (Addison-Wesley Professional Computing Series)
- The Practice of Programming / Brian W. Kernighan, Rob Pike
- 프로그래밍 수련법 / 옮긴이: 김정민, 장혜식, 신성국
-
Introduction to Algorithms, 3rd Edition
- Introduction to Algorithms, 3rd Edition / Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein
- Introduction To Algorithms, Third Edition / 옮긴이: 문병로, 심규석, 이충세
-
Programming Ruby 1.9 & 2.0: The Pragmatic Programmers' Guide (The Facets of Ruby)
- Programming Ruby 1.9 & 2.0: The Pragmatic Programmers' Guide (The Facets of Ruby) / Dave Thomas, Andy Hunt, Chad Fowler
- 프로그래밍 루비 개정판 / 옮긴이: 김대권
-
Advanced Programming in the UNIX Environment, 3rd Edition
- Advanced Programming in the UNIX Environment, 3rd Edition / W. Richard Stevens, Stephen A. Rago
- UNIX 고급 프로그래밍 / 옮긴이: 류광
-
The Art of UNIX Programming (The Addison-Wesley Professional Computng Series)
- The Art of UNIX Programming / Eric S. Raymond
- Art of UNIX Programming - 절판 / 옮긴이: 김희석
-
The C++ Programming Language (4th Edition)
- The C++ Programming Language (4th Edition) / Bjarne Stroustrup
- The C++ Programming Language (Fourth Edition) 한국어판 / 옮긴이: 박지유
-
The Art of Computer Programming, Vol. 1: Fundamental Algorithms, 3rd Edition
-
Test Driven Development: By Example
- Test Driven Development: By Example / Kent Beck
- 테스트 주도 개발 / 옮긴이: 김창준, 강규영
-
Rapid Development: Taming Wild Software Schedules
- Rapid Development: Taming Wild Software Schedules / Steve McConnell
- Rapid Development: 프로젝트 쾌속 개발 전략 - 절판 / 옮긴이: 박재호, 이해영
-
The Unix Programming Environment (Prentice-Hall Software Series)
- The Unix Programming Environment / Brian W. Kernighan, Rob Pike
-
Peopleware: Productive Projects and Teams (3rd Edition)
- Peopleware: Productive Projects and Teams (3rd Edition) / Tom DeMarco, Tim Lister
- 피플웨어 3판 / 옮긴이: 박재호, 이해영
-
Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library
-
Joel on Software
- Joel on Software / Joel Spolsky
- 조엘 온 소프트웨어 [유쾌한 오프라인 블로그] / 옮긴이: 박재호, 이해영
-
Agile Software Development, Principles, Patterns, and Practices
- Agile Software Development, Principles, Patterns, and Practices / Robert C. Martin
- 소프트웨어개발의 지혜 - 원칙, 디자인패턴, 실천방법 - 절판 / 옮긴이: 이용원
-
Head First Design Patterns
- Head First Design Patterns / Eric Freeman, Bert Bates, Kathy Sierra, Elisabeth Robson
- Head First Design Patterns: 스토리가 있는 패턴 학습법 / 옮긴이: 서환수
-
Operating System Concepts
- Operating System Concepts 9/E / Abraham Silberschatz, Peter B. Galvin, Greg Gagne
- Operating System Concepts, 8/E (한국어판) / 옮긴이: 조유근 외
-
Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition)
- Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) / W. Richard Stevens, Bill Fenner, Andrew M. Rudoff
- UNIX Network Programming Vol.1 (3판) - 절판 / 옮긴이: 김치하, 이재용
-
Compilers: Principles, Techniques, and Tools
- Compilers: Principles, Techniques, and Tools / A. V. Aho, Monica S Lam, R. Sethi, Jeffrey D. Ullman
- 컴파일러 - 원리 기법 도구, 제2판 / 옮긴이: 유원희
-
Extreme Programming Explained: Embrace Change, 2nd Edition (The XP Series)
- Extreme Programming Explained: Embrace Change, 2nd Edition (The XP Series) / Kent Beck, Cynthia Andres
- 익스트림 프로그래밍 (Extreme Programming Explained) / 옮긴이: 김창준, 정지호
-
Programming Windows: Writing Windows 8 Apps With C# and XAML (Developer Reference)
-
Effective Java (2nd Edition)
- Effective Java (2nd Edition) / Joshua Bloch
- 이펙티브 자바 2판 / 옮긴이: 이병준
-
Facts and Fallacies of Software Engineering
- Facts and Fallacies of Software Engineering / Robert L. Glass
- 소프트웨어 공학의 사실과 오해 / 옮긴이: 윤성준, 조홍진
-
Modern C++ Design: Generic Programming and Design Patterns Applied
- Modern C++ Design: Generic Programming and Design Patterns Applied / Andrei Alexandrescu
- 제네릭 프로그래밍과 디자인 패턴을 적용한 Modern C++ Design - 절판 / 옮긴이: 이기형, 곽용재
-
Programming Perl: Unmatched power for text processing and scripting
- Programming Perl: Unmatched power for text processing and scripting, 4th / Tom Christiansen, brian d foy, Larry Wall, Jon Orwant
- Perl 프로그래밍 - 절판, 3th / 옮긴이: 김영식, 강윤석, 박제영
-
JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides)
- JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides) / David Flanagan
- 자바스크립트 완벽 가이드 / 옮긴이: 구경택, 박경욱, 변치훈, 이의호
-
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)
- Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) / Scott Meyers
- 이펙티브 C++ / 옮긴이: 곽용재
-
The Design of Everyday Things: Revised and Expanded Edition
-
Code: The Hidden Language of Computer Hardware and Software
- Code: The Hidden Language of Computer Hardware and Software / Charles Petzold
- CODE: 하드웨어와 소프트웨어에 숨어 있는 언어(신판_무선) / 옮긴이: 김현규
-
Concepts, Techniques, and Models of Computer Programming
- Concepts, Techniques, and Models of Computer Programming / Peter Van Roy, Seif Haridi
-
Computer Architecture, Fifth Edition: A Quantitative Approach
- Computer Architecture, Fifth Edition: A Quantitative Approach / John L. Hennessy, David A. Patterson
- 컴퓨터 구조 - 정량적 접근방식, 4th / 옮긴이: 최린
-
Practical UML Statecharts in C/C++: Event-Driven Programming for Embedded Systems
- Practical UML Statecharts in C/C++: Event-Driven Programming for Embedded Systems / Miro Samek
- 실시간 임베디드 퀀텀 프로그래밍 / 옮긴이: 김기영, 김건혜
-
Information Architecture: For the Web and Beyond
- Information Architecture: For the Web and Beyond, 4th / Louis Rosenfeld, Peter Morville, Jorge Arango
- 인포메이션 아키텍처 : 효율적인 웹사이트 구축을 위한 정보설계 지침서 / 옮긴이: 김수
-
Modern Database Management (12th Edition)
- Modern Database Management (12th Edition) / Jeffrey Slater, Ramesh Venkataraman, Heikki Topi
- 현대 데이터베이스 관리론 - 제9판 / 옮긴이: 서우종
-
Artificial Intelligence: A Modern Approach (3rd Edition)
- Artificial Intelligence: A Modern Approach (3rd Edition) / Stuart Russell, Peter Norvig
- 인공지능 : 현대적 접근방식(제3판) / 옮긴이: 류광
-
Object-Oriented Software Construction (2nd Edition)
- Object-Oriented Software Construction (2nd Edition) / Bertrand Meyer
-
Pragmatic Version Control: Using Subversion (2nd Edition)
- Pragmatic Version Control: Using Subversion (2nd Edition) / Mike Mason
- 서브버전을 이용한 실용적인 버전 관리 - 절판 / 옮긴이: 류광
-
PHP and MySQL Web Development (5th Edition)
- PHP and MySQL Web Development (5th Edition) / Luke Welling, Laura Thomson
- 성공적인 웹 프로그래밍 PHP와 MySQL - 제4판 / 옮긴이: 류정욱, 김소희
-
Unix Power Tools: 100
- Unix Power Tools: 100 / Shelley Powers, Mike Loukides, Jerry Peek, Tim O'Reilly
- 유닉스 파워 툴, 개정 3판 - 절판 / 옮긴이: 서환수
-
Computer Networks (5th Edition)
- Computer Networks (5th Edition) / Andrew S. Tanenbaum, David J. Wetherall
- 컴퓨터 네트워크 - 제5판 / 옮긴이: 이봉환
-
Modern Operating Systems (4th Edition)
- Modern Operating Systems (4th Edition) / Andrew S. Tanenbaum, Herbert Bos
- 운영체제론 3판 / 옮긴이: 노삼혁
-
Debugging: The 9 Indispensable Rules for Finding Even the Most Elusive Software and Hardware Problems
-
How to Design Programs: An Introduction to Programming and Computing
- How to Design Programs: An Introduction to Programming and Computing / Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi
- 프로그램 디자인, 어떻게 할 것인가 / 옮긴이: 김중철
-
Practical Common Lisp
- Practical Common Lisp / Peter Seibel
-
Hackers & Painters: Big Ideas from the Computer Age
- Hackers & Painters: Big Ideas from the Computer Age / Paul Graham
- 해커와 화가 / 옮긴이: 임백준
-
Software Project Survival Guide
- Software Project Survival Guide / Steve McConnell
- 소프트웨어 프로젝트 생존전략 / 옮긴이: 류미경, 이종철, 김덕규
-
The C++ Standard Library: A Tutorial and Reference (2nd Edition)
- The C++ Standard Library: A Tutorial and Reference (2nd Edition) / Nicolai M. Josuttis
- C++ 표준 라이브러리 제2판 / 옮긴이: 한영애
-
More Effective C++: 35 New Ways to Improve Your Programs and Designs
- More Effective C++: 35 New Ways to Improve Your Programs and Designs / Scott Meyers
- More Effective C++ / 옮긴이: 곽용재
-
Assembly Language Step-by-Step: Programming with Linux
- Assembly Language Step-by-Step: Programming with Linux / Jeff Duntemann
-
Computer Graphics: Principles and Practice (3rd Edition)
- Computer Graphics: Principles and Practice (3rd Edition) / John F. Hughes, Andries van Dam, Morgan McGuire, David F. Sklar, James D. Foley, Steven K. Feiner, Kurt Akeley
- 컴퓨터 그래픽스, 2th / 옮긴이: 조동섭, 한정현
-
Working Effectively with Legacy Code
- Working Effectively with Legacy Code / Michael Feathers
- 레거시 코드 활용 전략 / 옮긴이: 이우영, 고재한
-
Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp
-
How to Solve It: A New Aspect of Mathematical Method
- How to Solve It: A New Aspect of Mathematical Method / G. Polya, John H. Conway
- 어떻게 문제를 풀 것인가? - 수학적 사고방식 / 옮긴이: 우정호
-
The Psychology of Computer Programming
- The Psychology of Computer Programming / Gerald M. Weinberg
- 프로그래밍 심리학 / 옮긴이: 조상민
-
My Job Went to India: 52 Ways to Save Your Job
- My Job Went to India: 52 Ways to Save Your Job / Chad Fowler
- 프로그래머, 열정을 말하다 / 옮긴이: 송우일
-
Professional Software Development: Shorter Schedules, Higher Quality Products, More Successful Projects, Enhanced Careers
16.02.12 수정
16.02.12 기준의 Edition 반영 및 글자 크기 수정
댓글
이 글 공유하기
다른 글
-
C++/Java String Reverse (문자열 뒤집기)
C++/Java String Reverse (문자열 뒤집기)
2015.03.25 -
자료구조 How to Naming?
자료구조 How to Naming?
2015.03.23 -
Top 100 소프트웨어 공학 추천 도서
Top 100 소프트웨어 공학 추천 도서
2015.03.09 -
Dev-C++ 관련 잡담
Dev-C++ 관련 잡담
2015.02.20