Code Quality
Download Code Quality PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Code Quality book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Code Quality
Page 26: How can I avoid off-by-one errors? Page 143: Are Trojan Horse attacks for real? Page 158: Where should I look when my application can't handle its workload? Page 256: How can I detect memory leaks? Page 309: How do I target my application to international markets? Page 394: How should I name my code's identifiers? Page 441: How can I find and improve the code coverage of my tests? Diomidis Spinellis' first book, Code Reading, showed programmers how to understand and modify key functional properties of software. Code Quality focuses on non-functional properties, demonstrating how to meet such critical requirements as reliability, security, portability, and maintainability, as well as efficiency in time and space. Spinellis draws on hundreds of examples from open source projects--such as the Apache web and application servers, the BSD Unix systems, and the HSQLDB Java database--to illustrate concepts and techniques that every professional software developer will be able to appreciate and apply immediately. Complete files for the open source code illustrated in this book are available online at: http://www.spinellis.gr/codequality/
Mastering Efficient Software Design Practices: Master Scalable and High Performance Software Development using Agile, DevOps, CI/CD, Git, Docker, and Kubernetes
Author: Paulo Cardoso
language: en
Publisher: Orange Education Pvt Limited
Release Date: 2025-04-29
Build Secure, Scalable, and Efficient Software with Modern Best Practices. Key Features● Master Agile, DevOps, CI/CD, and scalable software architectures● Ensure code quality, security, and high-performance computing● Apply real-world best practices with hands-on case studies Book DescriptionIn today’s fast-paced digital era, efficient software design is the key to building secure, scalable, and high-performing applications. Mastering Efficient Software Design Practices serves as a comprehensive guide for developers, engineers, and architects seeking to enhance their technical expertise and streamline software development workflows. This book covers essential principles, from foundational coding methodologies and version control with Git to Agile, DevOps, and Test-Driven Development (TDD). Readers will learn how to implement Continuous Integration and Continuous Delivery (CI/CD), improve code quality, enforce security best practices, and optimize performance. Real-world examples, case studies, and best practices ensure that theoretical concepts translate into practical skills. By the end of this book, readers will have a solid grasp of modern software development methodologies and the confidence to build robust, maintainable, and future-proof software solutions. Whether you're an aspiring developer or an experienced engineer, this book equips you with the tools and insights needed to thrive in today’s evolving tech landscape. Stay ahead of the curve—master these essential practices before you get left behind! What you will learn● Apply Agile, DevOps, and CI/CD to streamline software development.● Design secure, scalable, and maintainable software architectures.● Use Git, Docker, and Kubernetes for seamless team collaboration.● Write high-quality, testable code with automated testing strategies.● Optimize software performance and ensure scalability under load.● Leverage user-centered design and analytics for better UX decisions.
Jenkins: The Definitive Guide
Author: John Ferguson Smart
language: en
Publisher: "O'Reilly Media, Inc."
Release Date: 2011-07-12
Streamline software development with Jenkins, the popular Java-based open source tool that has revolutionized the way teams think about Continuous Integration (CI). This complete guide shows you how to automate your build, integration, release, and deployment processes with Jenkins—and demonstrates how CI can save you time, money, and many headaches. Ideal for developers, software architects, and project managers, Jenkins: The Definitive Guide is both a CI tutorial and a comprehensive Jenkins reference. Through its wealth of best practices and real-world tips, you'll discover how easy it is to set up a CI service with Jenkins. Learn how to install, configure, and secure your Jenkins server Organize and monitor general-purpose build jobs Integrate automated tests to verify builds, and set up code quality reporting Establish effective team notification strategies and techniques Configure build pipelines, parameterized jobs, matrix builds, and other advanced jobs Manage a farm of Jenkins servers to run distributed builds Implement automated deployment and continuous delivery