Software Design X-Rays

Software Design X-Rays

Author: Adam Tornhill

Publisher: Pragmatic Bookshelf

Published: 2018-03-08

Total Pages: 362

ISBN-13: 1680505807

DOWNLOAD EBOOK

Are you working on a codebase where cost overruns, death marches, and heroic fights with legacy code monsters are the norm? Battle these adversaries with novel ways to identify and prioritize technical debt, based on behavioral data from how developers work with code. And that's just for starters. Because good code involves social design, as well as technical design, you can find surprising dependencies between people and code to resolve coordination bottlenecks among teams. Best of all, the techniques build on behavioral data that you already have: your version-control system. Join the fight for better code! Use statistics and data science to uncover both problematic code and the behavioral patterns of the developers who build your software. This combination gives you insights you can't get from the code alone. Use these insights to prioritize refactoring needs, measure their effect, find implicit dependencies between different modules, and automatically create knowledge maps of your system based on actual code contributions. In a radical, much-needed change from common practice, guide organizational decisions with objective data by measuring how well your development teams align with the software architecture. Discover a comprehensive set of practical analysis techniques based on version-control data, where each point is illustrated with a case study from a real-world codebase. Because the techniques are language neutral, you can apply them to your own code no matter what programming language you use. Guide organizational decisions with objective data by measuring how well your development teams align with the software architecture. Apply research findings from social psychology to software development, ensuring you get the tools you need to coach your organization towards better code. If you're an experienced programmer, software architect, or technical manager, you'll get a new perspective that will change how you work with code. What You Need: You don't have to install anything to follow along in the book. TThe case studies in the book use well-known open source projects hosted on GitHub. You'll use CodeScene, a free software analysis tool for open source projects, for the case studies. We also discuss alternative tooling options where they exist.


Your Code as a Crime Scene

Your Code as a Crime Scene

Author: Adam Tornhill

Publisher: Pragmatic Bookshelf

Published: 2015-03-30

Total Pages: 289

ISBN-13: 1680505203

DOWNLOAD EBOOK

Jack the Ripper and legacy codebases have more in common than you'd think. Inspired by forensic psychology methods, you'll learn strategies to predict the future of your codebase, assess refactoring direction, and understand how your team influences the design. With its unique blend of forensic psychology and code analysis, this book arms you with the strategies you need, no matter what programming language you use. Software is a living entity that's constantly changing. To understand software systems, we need to know where they came from and how they evolved. By mining commit data and analyzing the history of your code, you can start fixes ahead of time to eliminate broken designs, maintenance issues, and team productivity bottlenecks. In this book, you'll learn forensic psychology techniques to successfully maintain your software. You'll create a geographic profile from your commit data to find hotspots, and apply temporal coupling concepts to uncover hidden relationships between unrelated areas in your code. You'll also measure the effectiveness of your code improvements. You'll learn how to apply these techniques on projects both large and small. For small projects, you'll get new insights into your design and how well the code fits your ideas. For large projects, you'll identify the good and the fragile parts. Large-scale development is also a social activity, and the team's dynamics influence code quality. That's why this book shows you how to uncover social biases when analyzing the evolution of your system. You'll use commit messages as eyewitness accounts to what is really happening in your code. Finally, you'll put it all together by tracking organizational problems in the code and finding out how to fix them. Come join the hunt for better code! What You Need: You need Java 6 and Python 2.7 to run the accompanying analysis tools. You also need Git to follow along with the examples.


Handbook of X-ray Imaging

Handbook of X-ray Imaging

Author: Paolo Russo

Publisher: CRC Press

Published: 2017-12-14

Total Pages: 1477

ISBN-13: 1498741541

DOWNLOAD EBOOK

Containing chapter contributions from over 130 experts, this unique publication is the first handbook dedicated to the physics and technology of X-ray imaging, offering extensive coverage of the field. This highly comprehensive work is edited by one of the world’s leading experts in X-ray imaging physics and technology and has been created with guidance from a Scientific Board containing respected and renowned scientists from around the world. The book's scope includes 2D and 3D X-ray imaging techniques from soft-X-ray to megavoltage energies, including computed tomography, fluoroscopy, dental imaging and small animal imaging, with several chapters dedicated to breast imaging techniques. 2D and 3D industrial imaging is incorporated, including imaging of artworks. Specific attention is dedicated to techniques of phase contrast X-ray imaging. The approach undertaken is one that illustrates the theory as well as the techniques and the devices routinely used in the various fields. Computational aspects are fully covered, including 3D reconstruction algorithms, hard/software phantoms, and computer-aided diagnosis. Theories of image quality are fully illustrated. Historical, radioprotection, radiation dosimetry, quality assurance and educational aspects are also covered. This handbook will be suitable for a very broad audience, including graduate students in medical physics and biomedical engineering; medical physics residents; radiographers; physicists and engineers in the field of imaging and non-destructive industrial testing using X-rays; and scientists interested in understanding and using X-ray imaging techniques. The handbook's editor, Dr. Paolo Russo, has over 30 years’ experience in the academic teaching of medical physics and X-ray imaging research. He has authored several book chapters in the field of X-ray imaging, is Editor-in-Chief of an international scientific journal in medical physics, and has responsibilities in the publication committees of international scientific organizations in medical physics. Features: Comprehensive coverage of the use of X-rays both in medical radiology and industrial testing The first handbook published to be dedicated to the physics and technology of X-rays Handbook edited by world authority, with contributions from experts in each field


Working Effectively with Legacy Code

Working Effectively with Legacy Code

Author: Michael Feathers

Publisher: Prentice Hall Professional

Published: 2004-09-22

Total Pages: 457

ISBN-13: 0132931753

DOWNLOAD EBOOK

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 book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include Understanding the mechanics of software change: adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform—with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.


Forge Your Future with Open Source

Forge Your Future with Open Source

Author: VM (Vicky) Brasseur

Publisher: Pragmatic Bookshelf

Published: 2018-10-08

Total Pages: 317

ISBN-13: 1680506390

DOWNLOAD EBOOK

Free and open source is the foundation of software development, and it's built by people just like you. Discover the fundamental tenets that drive the movement. Take control of your career by selecting the right project to meet your professional goals. Master the language and avoid the pitfalls that typically ensnare new contributors. Join a community of like-minded people and change the world. Programmers, writers, designers, and everyone interested in software will make their mark through free and open source software contributions. Free and open source software is the default choice for the programming languages and technologies which run our world today, and it's all built and maintained by people just like you. No matter your skill level or area of expertise, with this book you will contribute to free and open source software projects. Using this practical approach you'll understand not only the mechanics of contributing, but also how doing so helps your career as well as the community. This book doesn't assume that you're a programmer, or even that you have prior experience with free and open source software. Learn what open source is, where it came from, and why it's important. Start on the right foot by mastering the structure and tools you need before you contribute. Choose the right project for you, amplifying the impact of your contribution. Submit your first contribution, whether it's code, writing, design, or community organising. Find out what to do when things don't go the way you expect. Discover how to start your own project and make it friendly and welcoming to contributors. Anyone can contribute! Make your mark today and help others while also helping yourself.


Refactoring at Scale

Refactoring at Scale

Author: Maude Lemaire

Publisher: "O'Reilly Media, Inc."

Published: 2020-10-13

Total Pages: 246

ISBN-13: 1492075485

DOWNLOAD EBOOK

Making significant changes to large, complex codebases is a daunting task--one that's nearly impossible to do successfully unless you have the right team, tools, and mindset. If your application is in need of a substantial overhaul and you're unsure how to go about implementing those changes in a sustainable way, then this book is for you. Software engineer Maude Lemaire walks you through the entire refactoring process from start to finish. You'll learn from her experience driving performance and refactoring efforts at Slack during a period of critical growth, including two case studies illustrating the impact these techniques can have in the real world. This book will help you achieve a newfound ability to productively introduce important changes in your codebase. Understand how code degrades and why some degradation is inevitable Quantify and qualify the state of your codebase before refactoring Draft a well-scoped execution plan with strategic milestones Win support from engineering leadership Build and coordinate a team best suited for the project Communicate effectively inside and outside your team Adopt best practices for successfully executing the refactor


Airport Passenger Screening Using Backscatter X-Ray Machines

Airport Passenger Screening Using Backscatter X-Ray Machines

Author: National Academies of Sciences, Engineering, and Medicine

Publisher: National Academies Press

Published: 2016-01-10

Total Pages: 203

ISBN-13: 0309371333

DOWNLOAD EBOOK

Passenger screening at commercial airports in the United States has gone through significant changes since the events of September 11, 2001. In response to increased concern over terrorist attacks on aircrafts, the Transportation Security Administration (TSA) has deployed security systems of advanced imaging technology (AIT) to screen passengers at airports. To date (December 2014), TSA has deployed AITs in U.S. airports of two different technologies that use different types of radiation to detect threats: millimeter wave and X-ray backscatter AIT systems. X-ray backscatter AITs were deployed in U.S. airports in 2008 and subsequently removed from all airports by June 2013 due to privacy concerns. TSA is looking to deploy a second-generation X-ray backscatter AIT equipped with privacy software to eliminate production of an image of the person being screened in order to alleviate these concerns. This report reviews previous studies as well as current processes used by the Department of Homeland Security and equipment manufacturers to estimate radiation exposures resulting from backscatter X-ray advanced imaging technology system use in screening air travelers. Airport Passenger Screening Using Backscatter X-Ray Machines examines whether exposures comply with applicable health and safety standards for public and occupational exposures to ionizing radiation and whether system design, operating procedures, and maintenance procedures are appropriate to prevent over exposures of travelers and operators to ionizing radiation. This study aims to address concerns about exposure to radiation from X-ray backscatter AITs raised by Congress, individuals within the scientific community, and others.


Scanning Electron Microscopy and X-Ray Microanalysis

Scanning Electron Microscopy and X-Ray Microanalysis

Author: Joseph Goldstein

Publisher: Springer Science & Business Media

Published: 2013-11-11

Total Pages: 679

ISBN-13: 1461332737

DOWNLOAD EBOOK

This book has evolved by processes of selection and expansion from its predecessor, Practical Scanning Electron Microscopy (PSEM), published by Plenum Press in 1975. The interaction of the authors with students at the Short Course on Scanning Electron Microscopy and X-Ray Microanalysis held annually at Lehigh University has helped greatly in developing this textbook. The material has been chosen to provide a student with a general introduction to the techniques of scanning electron microscopy and x-ray microanalysis suitable for application in such fields as biology, geology, solid state physics, and materials science. Following the format of PSEM, this book gives the student a basic knowledge of (1) the user-controlled functions of the electron optics of the scanning electron microscope and electron microprobe, (2) the characteristics of electron-beam-sample inter actions, (3) image formation and interpretation, (4) x-ray spectrometry, and (5) quantitative x-ray microanalysis. Each of these topics has been updated and in most cases expanded over the material presented in PSEM in order to give the reader sufficient coverage to understand these topics and apply the information in the laboratory. Throughout the text, we have attempted to emphasize practical aspects of the techniques, describing those instru ment parameters which the microscopist can and must manipulate to obtain optimum information from the specimen. Certain areas in particular have been expanded in response to their increasing importance in the SEM field. Thus energy-dispersive x-ray spectrometry, which has undergone a tremendous surge in growth, is treated in substantial detail.


Medical Imaging Systems

Medical Imaging Systems

Author: Andreas Maier

Publisher: Springer

Published: 2018-08-02

Total Pages: 263

ISBN-13: 3319965204

DOWNLOAD EBOOK

This open access book gives a complete and comprehensive introduction to the fields of medical imaging systems, as designed for a broad range of applications. The authors of the book first explain the foundations of system theory and image processing, before highlighting several modalities in a dedicated chapter. The initial focus is on modalities that are closely related to traditional camera systems such as endoscopy and microscopy. This is followed by more complex image formation processes: magnetic resonance imaging, X-ray projection imaging, computed tomography, X-ray phase-contrast imaging, nuclear imaging, ultrasound, and optical coherence tomography.


The Pragmatic Programmer

The Pragmatic Programmer

Author: Andrew Hunt

Publisher: Addison-Wesley Professional

Published: 1999-10-20

Total Pages: 346

ISBN-13: 013211917X

DOWNLOAD EBOOK

What others in the trenches say about The Pragmatic Programmer... “The cool thing about this book is that it’s great for keeping the programming process fresh. The book helps you to continue to grow and clearly comes from people who have been there.” — Kent Beck, author of Extreme Programming Explained: Embrace Change “I found this book to be a great mix of solid advice and wonderful analogies!” — Martin Fowler, author of Refactoring and UML Distilled “I would buy a copy, read it twice, then tell all my colleagues to run out and grab a copy. This is a book I would never loan because I would worry about it being lost.” — Kevin Ruland, Management Science, MSG-Logistics “The wisdom and practical experience of the authors is obvious. The topics presented are relevant and useful.... By far its greatest strength for me has been the outstanding analogies—tracer bullets, broken windows, and the fabulous helicopter-based explanation of the need for orthogonality, especially in a crisis situation. I have little doubt that this book will eventually become an excellent source of useful information for journeymen programmers and expert mentors alike.” — John Lakos, author of Large-Scale C++ Software Design “This is the sort of book I will buy a dozen copies of when it comes out so I can give it to my clients.” — Eric Vought, Software Engineer “Most modern books on software development fail to cover the basics of what makes a great software developer, instead spending their time on syntax or technology where in reality the greatest leverage possible for any software team is in having talented developers who really know their craft well. An excellent book.” — Pete McBreen, Independent Consultant “Since reading this book, I have implemented many of the practical suggestions and tips it contains. Across the board, they have saved my company time and money while helping me get my job done quicker! This should be a desktop reference for everyone who works with code for a living.” — Jared Richardson, Senior Software Developer, iRenaissance, Inc. “I would like to see this issued to every new employee at my company....” — Chris Cleeland, Senior Software Engineer, Object Computing, Inc. “If I’m putting together a project, it’s the authors of this book that I want. . . . And failing that I’d settle for people who’ve read their book.” — 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 you'll learn how to Fight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.