Programming Books - Page 12

MagicBeanDip.com

Subcategories:

Page 12 of 200 - Go to page: 1 7 8 9 10 11 12 13 14 15 16 17 23

Programming Interviews Exposed: Secrets to Landing Your Next Job (Programmer to Programmer)

John Mongan, Noah Suojanen, Eric Giguère

Programming Interviews Exposed: Secrets to Landing Your Next Job (Programmer to Programmer) John Mongan, Noah Suojanen, Eric Giguère Amazon Price: $19.79
List Price: $29.99
Usually ships in 24 hours
By: Wrox
Amazon Marketplace: 42 new & used starting at $15.88

Buy at Amazon.com

Browse similar items by category:
Subjects -> Business & Investing -> Job Hunting & Careers -> General
Subjects -> Business & Investing -> Job Hunting & Careers -> Interviewing
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development

Customer Reviews:
Total reviews: 61 Average rating: 4.0 of 5

Editorial Review:

Programming Interviews Exposed
2nd Edition

The pressure is on during the interview process but with the right preparation, you can walk away with your dream job. This classic book uncovers what interviews are really like at America's top software and computer companies and provides you with the tools to succeed in any situation. The authors take you step-by-step through new problems and complex brainteasers they were asked during recent technical interviews.

50 interview scenarios are presented along with in-depth analysis of the possible solutions. The problem-solving process is clearly illustrated so you'll be able to easily apply what you've learned during crunch time. You'll also find expert tips on what questions to ask, how to approach a problem, and how to recover if you become stuck. All of this will help you ace the interview and get the job you want.

What you will learn from this book

* Tips for effectively completing the job application
*

Ways to prepare for the entire programming interview process
*

How to find the kind of programming job that fits you best
*

Strategies for choosing a solution and what your approach says about you
*

How to improve your interviewing skills so that you can respond to any question or situation
*

Techniques for solving knowledge-based problems, logic puzzles, and programming problems

Who this book is for

This book is for programmers and developers applying for jobs in the software industry or in IT departments of major corporations.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

Hacking: The Art of Exploitation, 2nd Edition

Jon Erickson

Hacking: The Art of Exploitation, 2nd Edition Jon Erickson Amazon Price: $32.97
List Price: $49.95
Usually ships in 24 hours
By: No Starch Press
Amazon Marketplace: 30 new & used starting at $31.13

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Web Development -> Security & Encryption -> Encryption
Subjects -> Computers & Internet -> Business & Culture -> Hacking
Subjects -> Computers & Internet -> Business & Culture -> Security

Customer Reviews:
Total reviews: 51 Average rating: 4.5 of 5

Editorial Review:

Hacking is the art of creative problem solving, whether that means finding an unconventional solution to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation needed to really push the envelope.

Rather than merely showing how to run existing exploits, author Jon Erickson explains how arcane hacking techniques actually work. To share the art and science of hacking in a way that is accessible to everyone, Hacking: The Art of Exploitation, 2nd Edition introduces the fundamentals of C programming from a hacker's perspective.

The included LiveCD provides a complete Linux programming and debugging environment-all without modifying your current operating system. Use it to follow along with the book's examples as you fill gaps in your knowledge and explore hacking techniques on your own. Get your hands dirty debugging code, overflowing buffers, hijacking network communications, bypassing protections, exploiting cryptographic weaknesses, and perhaps even inventing new exploits. This book will teach you how to:

  • Program computers using C, assembly language, and shell scripts


  • Corrupt system memory to run arbitrary code using buffer overflows and format strings


  • Inspect processor registers and system memory with a debugger to gain a real understanding of what is happening


  • Outsmart common security measures like nonexecutable stacks and intrusion detection systems


  • Gain access to a remote server using port-binding or connect-back shellcode, and alter a server's logging behavior to hide your presence


  • Redirect network traffic, conceal open ports, and hijack TCP connections


  • Crack encrypted wireless traffic using the FMS attack, and speed up brute-force attacks using a password probability matrix

Hackers are always pushing the boundaries, investigating the unknown, and evolving their art. Even if you don't already know how to program, Hacking: The Art of Exploitation, 2nd Edition will give you a complete picture of programming, machine architecture, network communications, and existing hacking techniques. Combine this knowledge with the included Linux environment, and all you need is your own creativity.

Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)

Bill Evjen, Scott Hanselman, Devin Rader

Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer) Bill Evjen, Scott Hanselman, Devin Rader Amazon Price: $34.64
List Price: $54.99
Usually ships in 24 hours
By: Wrox
Amazon Marketplace: 37 new & used starting at $29.30

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development
Subjects -> Computers & Internet -> Programming -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> C#

Customer Reviews:
Total reviews: 23 Average rating: 4.0 of 5

Editorial Review:

Building on the revolutionary ASP.NET 2.0 release, ASP.NET 3.5 adds several key new developer features including AJAX, LINQ, and a new CSS designer in Visual Web Developer 2008. The dramatic reduction in code that developers realized from the more than 50 new server controls in ASP.NET 2.0 now allows developers the time to make their applications more interactive with AJAX, to work with data in their preferred language with LINQ, and to build visually attractive and consistent standards-based sites with CSS.

Professional ASP.NET 3.5 helps the experienced programmer put these new technologies into action. Greatly expanded from the original best-selling Professional ASP.NET 2.0, Professional ASP.NET 3.5 covers all the key technologies retained from 2.0 in new depth alongside the hundreds of pages of coverage of the important new 3.5 features. Written by 3 of the most well-known and influential ASP.NET developers who were highly praised by ASP.NET creator Scott Guthrie for their ASP.NET 2.0 books, Professional ASP.NET 3.5 is the book you’ll learn the language from and turn to day after day as you write web applications. And as always, Professional ASP.NET 3.5 features language examples in the book and in the code download in both C# and VB!

Key new coverage for ASP.NET 3.5 includes:

  • Thorough coverage of how to implement ASP.NET 3.5 AJAX and the ASP.NET AJAX Toolkit
  • An introduction to LINQ and many LINQ examples throughout the book side-by-side with the related SQL example to show you the differences between the two
  • Enhanced coverage of XML use in ASP.NET including the new XML Schema Designer Add-on, LINQ to XML, LINQ for XML examples, and XSLTC.exe, a command-line XSLT compiler
  • A new chapter on CSS design for ASP.NET and the Visual Web Developer CSS design tools
  • A new chapter on the ASP.NET lifecycle and architecture best-practices
  • Increased coverage of ASP.NET with SQL Server 2005 and Oracle as the databases
  • Coverage of enhancing your ASP.NET applications with Microsoft’s new Silverlight for stunning video and animation uses
  • Coverage of Scott Hanselman’s famous productivity tool picks for developers to help make you a more productive ASP.NET developer
  • Updated coverage of migrating applications for previous ASP.NET versions

Key coverage retained and improved from the ASP.NET 2.0 book:

  • The idea of the server control and its pivotal role in ASP.NET development
  • How to create templated ASP.NET pages using the master page feature
  • Techniques for debugging and handling errors
  • Ways to package and deploy ASP.NET applications
  • How to retrieve, update, and delete data quickly and logically
  • How to implement the cultures and regions features to localize your web site into multiple languages for different visitors
  • An understanding of how to use and extend the provider model for accessing data stores, processes, and more
  • How to keep track of your application's performance and health with monitoring tools

Who this book is for

This book is for experienced programmers and developers who are looking to make the transition to ASP.NET 3.5.

Modern Systems Analysis and Design (5th Edition)

Jeffrey A. Hoffer, Joey F George, Joseph S Valacich

Modern Systems Analysis and Design (5th Edition) Jeffrey A. Hoffer, Joey F George, Joseph S Valacich Amazon Price: $132.26
List Price: $165.33
Usually ships in 24 hours
By: Prentice Hall
Amazon Marketplace: 77 new & used starting at $63.60

Buy at Amazon.com

Browse similar items by category:
Subjects -> Business & Investing -> Industries & Professions -> MIS
Subjects -> Business & Investing -> Management & Leadership -> Motivational
Subjects -> Computers & Internet -> Business & Culture -> Manager's Guides to Computing

Editorial Review:

Complex, challenging, and stimulating, this book addresses information system analysis and design; it is full of information that shows the organizational process that a team of business and systems professionals use to develop and maintain computer-based information systems. It stresses the importance of responding to and anticipating problems through innovative uses of information technology. The book provides an excellent foundation for systems development, then goes on to making the business case, analysis, design, implementation and maintenance. For future systems analysts, or for those information technology that need a great resource for implementing new ideas and strategies for success.

Agile Software Development with SCRUM (Series in Agile Software Development)

Ken Schwaber, Mike Beedle

Agile Software Development with SCRUM (Series in Agile Software Development) Ken Schwaber, Mike Beedle Amazon Price: $35.60
List Price: $43.00
Usually ships in 24 hours
By: Prentice Hall
Amazon Marketplace: 28 new & used starting at $30.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development
Subjects -> Computers & Internet -> Programming -> General
Subjects -> Computers & Internet -> Project Management -> General

Customer Reviews:
Total reviews: 38 Average rating: 4.5 of 5

Good but not great 2 out of 5 stars.
3 of 3 people found this review helpful.

This is a good book with lots of valuable information around the empirical nature of Scrum. For someone who was central to creating Scrum, the book doesn't offer much more.

It's broken up into three parts: Overview of Scrum / Why it works / Case studies.

The overview of Scrum is poor at best. There are much simpler ways to communicate it. If you don't know anything about Scrum then this book probably won't help get you started.

The "Why it works" chapters were much more interesting and valuable. It takes you through the epirical nature of scrum and why previous methodologies have failed. The most interesting part is the brief exposition around the psychological, anthropological and systematical viewpoints around Scrum. Like much of the book, this could have been written better and with more indepth information, but still meets a basic need.

The case studies and ancillary information in the last few chapters feel hasty and are of little value. Many of the examples (although based on actual events) feel contrived and are simplified so much that they aren't highly illuminating.

Overall the book wasn't the greatest but it did provide me with some value. The editing is quite poor and there are numerous mistakes throughout. The general layout of the page is also problematic and makes it difficult to read.

Most laughable however are the images and graphics. They look like they were made in MSPaint and screen capped into the book.

Refactoring: Improving the Design of Existing Code (Addison-Wesley Object Technology Series)

Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts

Refactoring: Improving the Design of Existing Code (Addison-Wesley Object Technology Series) Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts Amazon Price: $41.57
List Price: $59.99
Usually ships in 24 hours
By: Addison-Wesley Professional
Amazon Marketplace: 42 new & used starting at $35.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Object-Oriented Design
Subjects -> Computers & Internet -> Programming -> General
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Design Tools & Techniques

Customer Reviews:
Total reviews: 139 Average rating: 4.5 of 5

Editorial Review:

Your class library works, but could it be better? Refactoring: Improving the Design of Existing Code shows how refactoring can make object-oriented code simpler and easier to maintain. Today refactoring requires considerable design know-how, but once tools become available, all programmers should be able to improve their code using refactoring techniques.

Besides an introduction to refactoring, this handbook provides a catalog of dozens of tips for improving code. The best thing about Refactoring is its remarkably clear presentation, along with excellent nuts-and-bolts advice, from object expert Martin Fowler. The author is also an authority on software patterns and UML, and this experience helps make this a better book, one that should be immediately accessible to any intermediate or advanced object-oriented developer. (Just like patterns, each refactoring tip is presented with a simple name, a "motivation," and examples using Java and UML.)

Early chapters stress the importance of testing in successful refactoring. (When you improve code, you have to test to verify that it still works.) After the discussion on how to detect the "smell" of bad code, readers get to the heart of the book, its catalog of over 70 "refactorings"--tips for better and simpler class design. Each tip is illustrated with "before" and "after" code, along with an explanation. Later chapters provide a quick look at refactoring research.

Like software patterns, refactoring may be an idea whose time has come. This groundbreaking title will surely help bring refactoring to the programming mainstream. With its clear advice on a hot new topic, Refactoring is sure to be essential reading for anyone who writes or maintains object-oriented software. --Richard Dragan

Topics Covered: Refactoring, improving software code, redesign, design tips, patterns, unit testing, refactoring research, and tools.

Introduction to Programming Using Visual Basic 2005, An (6th Edition)

David I. Schneider

Introduction to Programming Using Visual Basic 2005, An (6th Edition) David I. Schneider Amazon Price: $70.68
List Price: $102.00
Usually ships in 24 hours
By: Prentice Hall
Amazon Marketplace: 75 new & used starting at $21.84

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Visual Basic Introduction
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 5 Average rating: 4.0 of 5

The Best of the Bunch - by far! 5 out of 5 stars.
8 of 9 people found this review helpful.

I really must take issue with the contributor who described this book as garbage.
Having decided to learn programming on my own,I tried several "beginners" books without much success. I could complete most of the projects offered by these books which were, by and large, well intended and well-written. And yet... somehow I never really got to grips with the language. That is - until I bought David Schneider's book. Sure its old fashioned but, in my opinion, thats one of its major strengths. It lays down a solid programming foundation following a logical well-established pattern. The best way to learn programing is by doing and there is an abundance of graded exercises to complete to ensure the message really sticks.
I can't understand why Dietel'a book on this subject is so popular. Yes it's good - but not as good as this one!
.

Editorial Review:

Based on the newest version of Microsoft's VB. NET, this revision of Schneider's best-selling guide is designed for readers with no prior computer programming experience. The author uses Visual Basic .NET 2005 to explore the fundamentals of programming, building a strong foundation that will give students a sustainable understanding of programming. Offers a broad range of examples, case studies, exercises, and programming projects to give readers significant hands-on experience. Includes a new section on Graphics. Provides fully updated example text and data, including tax codes, social security forms/data, baseball statistics, and more. Contains all new, robust, interesting programming projects. Updates screenshots throughout using Windows XP. Bundles Visual Basic .NET Express automatically with each copy of the text. A useful reference for both beginning and experienced programmers who want to learn more about the latest version of Microsoft's VB. NET.

Digital Image Processing (3rd Edition)

Rafael C. Gonzalez, Richard E. Woods

Digital Image Processing (3rd Edition) Rafael C. Gonzalez, Richard E. Woods Amazon Price: $103.48
List Price: $149.33
Usually ships in 24 hours
By: Prentice Hall
Amazon Marketplace: 67 new & used starting at $74.94

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Web Development -> Web Design -> Web Graphics
Subjects -> Computers & Internet -> Graphic Design -> General
Subjects -> Computers & Internet -> Programming -> Algorithms -> Pattern Recognition

Customer Reviews:
Total reviews: 22 Average rating: 4.5 of 5

Turn Knowledge into Code 5 out of 5 stars.
9 of 10 people found this review helpful.

This is the best, most understandable image processing book I ever read. It is the only image processing book I've ever read in which I could immediately turn the concepts into code (IDL). I spent most of a Christmas vacation thinking it was a novel I couldn't put down. That's about as good as it gets for a technical book! Well done, Gentlemen.

Editorial Review:

THE leader in the field for more than twenty years, this introduction to basic concepts and methodologies for digital image processing continues its cutting-edge focus on contemporary developments in all mainstream areas of image processing. Completely self-contained, heavily illustrated, and mathematically accessible, it has a scope of application that is not limited to the solution of specialized problems. Digital Image Fundamentals. Image Enhancement in the Spatial Domain. Image Enhancement in the Frequency Domain. Image Restoration. Color Image Processing. Wavelets and Multiresolution Processing. Image Compression. Morphological Image Processing. Image Segmentation. Representation and Description. Object Recognition. For technicians interested in the fundamentals and contemporary applications of digital imaging processing

UML Distilled: A Brief Guide to the Standard Object Modeling Language (3rd Edition) (Addison-Wesley Object Technology Series)

Martin Fowler

UML Distilled: A Brief Guide to the Standard Object Modeling Language (3rd Edition) (Addison-Wesley Object Technology Series) Martin Fowler Amazon Price: $34.40
List Price: $44.99
Usually ships in 24 hours
By: Addison-Wesley Professional
Amazon Marketplace: 59 new & used starting at $26.95

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Object-Oriented Design
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> UML

Customer Reviews:
Total reviews: 103 Average rating: 4.0 of 5

Editorial Review:

The second edition of Martin Fowler's bestselling UML Distilled provides updates to the Unified Modeling Language (UML) without changing its basic formula for success. It is still arguably the best resource for quick, no-nonsense explanations of using UML.

The major strength of UML Distilled is its short, concise presentation of the essentials of UML and where it fits within today's software development process. The book describes all the major UML diagram types, what they're for, and the basic notation involved in creating and deciphering them. These diagrams include use cases; class and interaction diagrams; collaborations; and state, activity, and physical diagrams. The examples are always clear, and the explanations cut to the fundamental design logic.

For the second edition, the material has been reworked for use cases and activity diagrams, plus there are numerous small tweaks throughout, including the latest UML v. 1.3 standard. An appendix even traces the evolution of UML versions.

Working developers often don't have time to keep up with new innovations in software engineering. This new edition lets you get acquainted with some of the best thinking about efficient object-oriented software design using UML in a convenient format that will be essential to anyone who designs software professionally. --Richard Dragan

Topics covered: UML basics, analysis and design, outline development (software development process), inception, elaboration, managing risks, construction, transition, use case diagrams, class diagrams, interaction diagrams, collaborations, state diagrams, activity diagrams, physical diagrams, patterns, and refactoring basics.

Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin Series)

Robert C. Martin

Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin Series) Robert C. Martin Amazon Price: $30.95
List Price: $42.99
Usually ships in 24 hours
By: Prentice Hall PTR
Amazon Marketplace: 26 new & used starting at $30.93

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development
Subjects -> Computers & Internet -> Programming -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 3 Average rating: 4.5 of 5

Editorial Review:

Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way.

Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code “on the fly” into a book that will instill within you the values of a software craftsman and make you a better programmer—but only if you work at it.

What kind of work will you be doing? You’ll be reading code—lots of code. And you will be challenged to think about what’s right about that code, and what’s wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft.

Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code—of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and “smells” gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code.

Readers will come away from this book understanding
  • How to tell the difference between good and bad code
  • How to write good code and how to transform bad code into good code
  • How to create good names, good functions, good objects, and good classes
  • How to format code for maximum readability
  • How to implement complete error handling without obscuring code logic
  • How to unit test and practice test-driven development
This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.


Page 12 of 200 - Go to page: 1 7 8 9 10 11 12 13 14 15 16 17 23

Return to MagicBeanDip.com

This page was created in 1.6131 seconds.