programming

1–20 of 40 results

  • booksreddit.com:Clean Code: A Handbook of Agile Software Craftsmanship

    Clean Code: A Handbook of Agile Software Craftsmanship

    10972

    Just got fired from my dream company in 2 months for performance reasons , after preparing for almost half an year
    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 f…


  • booksreddit.com:Code: The Hidden Language of Computer Hardware and Software

    Code: The Hidden Language of Computer Hardware and Software

    10924

    Gifts for Programmers?
    What do flashlights, the British invasion, black cats, and seesaws have to do with computers? In CODE, they show us the ingenious ways we manipulate language and invent new means of communicating with each other. And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries.Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminat…


  • booksreddit.com:Cracking the Coding Interview: 150 Programming Questions and Solutions

    Cracking the Coding Interview: 150 Programming Questions and Solutions

    10480

    technical interview has shaken my confidence as a programmer; how can I learn from this?
    Now in the 5th edition, Cracking the Coding Interview gives you the interview preparation you need to get the top software developer jobs. This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice. The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be eval…


  • booksreddit.com:Introduction to Algorithms

    Introduction to Algorithms, 3rd Edition (MIT Press)

    7620

    I am a kid, and want to expand my knowledge on CS
    Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little…


  • booksreddit.com:The Pragmatic Programmer: From Journeyman to Master

    The Pragmatic Programmer: From Journeyman to Master

    6813

    If I wanted to write a program to show off my programming skills for employers then upload it to github, what type of techniques/methods would they be looking for?
    — Ward Cunningham Straight from the programming trenches, The Pragmatic Programmer cuts through the increasing specialization and technicalities of modern software development to examine the core process–taking a requirement and producing working, maintainable code that delights its users. It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and youll learn how to …


  • booksreddit.com:The C Programming Language

    The C Programming Language

    6357

    How relevant are C/C++ books from 1997?
    The computing world has undergone a revolution since the publication of the first edition of the C Programming Language. During this time, the C language has changed and spread beyond its origins as the language of the UNIX operating system. This second edition provides a more comprehensive and contemporary definition of the C language as defined by the ANSI standard_the “ANSI C”. The most striking change relates to the new form of function declaration and definition. It is primarily meant to…


  • booksreddit.com:Design Patterns: Elements of Reusable Object-Oriented Software

    Design Patterns: Elements of Reusable Object-Oriented Software

    6215

    What books should every software engineer read to better themselves (technical and non-technical)?
    These texts cover the design of object-oriented software and examine how to investigate requirements, create solutions and then translate designs into code, showing developers how to make practical use of the most significant recent developments. A summary of UML notation is included.


  • booksreddit.com:The Algorithm Design Manual

    The Algorithm Design Manual

    4722

    technical interview has shaken my confidence as a programmer; how can I learn from this?
    This volume helps take some of the “mystery” out of identifying and dealing with key algorithms. Drawing heavily on the author’s own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify w…


  • booksreddit.com:Code Complete: A Practical Handbook of Software Construction

    Code Complete: A Practical Handbook of Software Construction, Second Edition

    4442

    Where to learn to write better code?
    Widely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices—and hundreds of new code samples—illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effect…


  • booksreddit.com:C++ Primer (5th Edition)

    C++ Primer (5th Edition)

    3846

    Can a “average” person learn enough Java in 2.5 years to create apps and games for android?
    Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 Standard   Fully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today’s best practices, the authors show how to use both the core language and its standard library to write efficient, readable, and powerful code.   C++ Primer, Fi…


  • booksreddit.com:Working Effectively with Legacy Code

    Working Effectively with Legacy Code

    3345

    What books should every software engineer read to better themselves (technical and non-technical)?
    Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This bo…


  • booksreddit.com:Cracking the Coding Interview: 189 Programming Questions and Solutions

    Cracking the Coding Interview: 189 Programming Questions and Solutions

    3280

    I suck. Advice on how not to suck?
    I am not a recruiter. I am a software engineer. And as such, I know what it’s like to be asked to whip up brilliant algorithms on the spot and then write flawless code on a whiteboard. I’ve been through this as a candidate and as an interviewer. Cracking the Coding Interview, 6th Edition is here to help you through this process, teaching you what you need to know and enabling you to perform at your very best. I’ve coached and interviewed hundreds of software engineers. The result is this bo…


  • booksreddit.com:Head First Design Patterns: A Brain-Friendly Guide

    Head First Design Patterns: A Brain-Friendly Guide

    2918

    Full-stack engineer having trouble breaking into an Android Dev role
    What’s so special about design patterns?At any given moment, someone struggles with the same software design problems you have. And, chances are, someone else has already solved your problem. This edition of Head First Design Patterns—now updated for Java 8—shows you the tried-and-true, road-tested patterns used by developers to create functional, elegant, reusable, and flexible software. By the time you finish this book, you’ll be able to take advantage of the best design practices and exper…


  • booksreddit.com:Accelerated C++: Practical Programming by Example

    Accelerated C++: Practical Programming by Example

    2767

    “Fluent in C++” seriously?
    This is a first-rate introductory book that takes a practical approach to solving problems using C++. It covers a much wider scope of C++ programming than other introductory books Ive seen, and in a surprisingly compact format. – Dag Bruck, founding member of the ANSI/ISO C++ committee The authors present a clear, cogent introduction to C++ programming in a way that gets the student writing nontrivial programs immediately. – Stephen Clamage, Sun Microsystems, Inc., and chair of the ANSI C++ c…


  • booksreddit.com:JavaScript: The Good Parts

    JavaScript: The Good Parts

    2624

    I made FullScreenMario.com, now celebrating 2 million visits. AMA!
    Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that’s more reliable, readable, and maintainable than the language as a whole—a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, autho…


  • booksreddit.com:The Little Schemer - 4th Edition

    The Little Schemer – 4th Edition

    2064

    Good resource to learn scheme?
    The notion that “thinking about computing is one of the most exciting things the human mind can do” sets both The Little Schemer (formerly known as The Little LISPer) and its new companion volume, The Seasoned Schemer, apart from other books on LISP. The authors’ enthusiasm for their subject is compelling as they present abstract concepts in a humorous and easy-to-grasp fashion. Together, these books will open new doors of thought to anyone who wants to find out what computing is really ab…


  • booksreddit.com:How to Win Friends & Influence People

    How to Win Friends & Influence People

    1946

    Too many people lack this ability
    You can go after the job you want… and get it! You can take the job you have… and improve it! You can take any situation you’re in… and make it work for you! Simon & Schuster Audio is proud to present one of the best-selling books of all time, Dale Carnegie’s perennial classic “How to Win Friends and Influence People”– presented here in its entirety on 8 cassettes. For over 60 years the rock-solid, time-tested advice in this audiobook has carried thousands of now-famous people up the l…


  • booksreddit.com:Refactoring: Improving the Design of Existing Code

    Refactoring: Improving the Design of Existing Code

    1786

    What books should every software engineer read to better themselves (technical and non-technical)?
    As the application of object technology–particularly the Java programming language–has become commonplace, a new problem has emerged to confront the software development community. Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, non-optimal applicati…


  • booksreddit.com:The Elements of Computing Systems: Building a Modern Computer from First Principles

    The Elements of Computing Systems: Building a Modern Computer from First Principles

    1758

    I made a website to explain how computers actually work.
    In the early days of computer science, the interactions of hardware, software, compilers, and operating system were simple enough to allow students to see an overall picture of how computers worked. With the increasing complexity of computer technology and the resulting specialization of knowledge, such clarity is often lost. Unlike other texts that cover only one aspect of the field, The Elements of Computing Systems gives students an integrated and rigorous picture of applied computer scie…


  • booksreddit.com:Effective Java (2nd Edition)

    Effective Java (2nd Edition)

    1752

    Top mentioned books on stackoverflow.com
    Are you looking for a deeper understanding of the Java™ programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective Java™, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day.   This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to …