توضیحات
One of the most comprehensive no-fluff guides for software developers to help them write clean code every day. The book is packed with principles and patterns that help developers, from novices and juniors to seniors and experts, to write cleaner code.
Clean Code Principles and Patterns is one of the most comprehensive no-fluff guides for software developers to help them write clean code every day. The author Petri Silen has almost 30 years of industry experience in designing and implementing software, and now he puts all his knowledge gained during the years into this book. The book is packed with principles and patterns that help developers, from novices and juniors to seniors and experts, to write cleaner code. The principles and patterns presented in the book are accompanied by realistic yet straightforward examples to help the reader to understand them better. Examples are written in Java, jvascript/TypeScript, and C++. Most examples are in Java or jvascript/TypeScript and are adaptable to other programming languages, too. The reader should have basic knowledge of one object-oriented programming language to get the full benefit from this book.
The book is divided into ten chapters:
Architectural design principles
Object-oriented design principles
Coding principles
Testing principles
Security principles
API design principles
Database types and related principles
Concurrent programming principles
Teamwork principles
DevSecOps
After reading this book, you will know the following and much more:
How to design modern cloud-native microservices
What are autopilot microservices
What are event sourcing, CQRS, distributed transactions, saga orchestration pattern, and saga choreography pattern
What are the five SOLID principles, and how to put them into use in real-life code
What are the 25 design patterns, and how to use them
What is the MVC pattern, and how MVP and MVVM differ from each other
How to achieve a clean design for a microservice
Why and how to use dependency injection
Detailed instructions with concrete examples on how to uniformly name various software entities like classes, functions, and variables
Why you should prefer composition over inheritance
How to split a software system into domains using domain-driven design
How to organize a source code repository
How to organize code into directories
Concrete ways how to avoid writing comments and refactor comments away
What are the most common issues that static code analyzers find, and how to correct them
Most important refactoring techniques for everyday use
Why you should use a statically typed language
How to correctly handle errors and exceptions
How to not forget handle errors and exceptions
Why you should never pass or return a null value
How to avoid off-by-one errors effectively
What you should remember when using a Google search to get answers
When and how to optimize code
TDD, Unit testing, mocking, integration testing, E2E testing, and non-functional testing
What is threat modeling and how to conduct it
Authentication and authorization using OpenID Connect and OAuth2
What are the essential security features to implement in an application
How to design APIs using technologies like JSON-RPC, REST, GraphQL, SSE, WebSocket, gRPC, and event-driven services
When and how to use a relational database, document database, key-value store, or wide-column database
How to avoid SQL injection attacks using ORM or parameterized SQL queries
When to use threading or parallel algorithms and how to ensure thread safety
What principles to follow when working in a software development team
What are DevOps, SecOps, and continuous integration (CI), and what is the difference between continuous delivery (CD) and continuous deployment (CD)
————————————————————–
ترجمه ماشینی :
یکی از جامع ترین راهنماهای بدون کرک برای توسعه دهندگان نرم افزار که به آنها کمک می کند هر روز کد تمیز بنویسند. این کتاب مملو از اصول و الگوهایی است که به توسعه دهندگان، از تازه کار و جوان گرفته تا افراد ارشد و متخصص کمک می کند تا کدهای پاک تری بنویسند. اصول و الگوهای کد پاک یکی از جامع ترین راهنماهای بدون کرک برای توسعه دهندگان نرم افزار است که به آنها کمک می کند هر روز کد تمیز بنویسند. نویسنده پتری سیلن تقریباً 30 سال تجربه صنعتی در زمینه طراحی و پیاده سازی نرم افزار دارد و اکنون تمام دانش خود را که در این سال ها به دست آورده است را در این کتاب قرار داده است. این کتاب مملو از اصول و الگوهایی است که به توسعه دهندگان، از تازه کار و جوان گرفته تا افراد ارشد و متخصص کمک می کند تا کدهای پاک تری بنویسند. اصول و الگوهای ارائه شده در کتاب با مثال های واقعی و در عین حال سرراست همراه است تا خواننده را در درک بهتر آنها یاری کند. نمونه ها در جاوا، jvascript/TypeScript و C++ نوشته شده اند. بیشتر نمونه ها در جاوا یا jvascript/TypeScript هستند و با سایر زبان های برنامه نویسی نیز قابل تطبیق هستند. خواننده باید دانش اولیه یک زبان برنامه نویسی شی گرا را داشته باشد تا از این کتاب بهره کامل را ببرد. کتاب در ده فصل تقسیم شده است: اصول طراحی معماری اصول طراحی شی گرا اصول کدگذاری اصول تست اصول امنیتی اصول طراحی API انواع پایگاه داده و اصول مرتبط اصول برنامه نویسی همزمان اصول کار تیمی DevSecOps پس از خواندن این کتاب، موارد زیر و خیلی چیزهای دیگر را خواهید دانست: نحوه طراحی میکروسرویس های مدرن بومی ابری میکروسرویس های خودکار پایلوت چیست منبع رویداد، CQRS، تراکنش های توزیع شده، الگوی ارکستراسیون حماسه، و الگوی رقص حماسی پنج اصل SOLID چیست و چگونه می توان از آنها در کدهای واقعی استفاده کرد 25 الگوی طراحی چیست و چگونه از آنها استفاده کنیم الگوی MVC چیست و چگونه MVP و MVVM با یکدیگر متفاوت هستند چگونه برای دستیابی به یک طراحی تمیز برای یک میکروسرویس چرا و نحوه استفاده از تزریق وابستگی دستورالعملهای دقیق با مثالهای عینی در مورد نحوه نامگذاری یکنواخت موجودیتهای نرمافزاری مختلف مانند کلاسها، توابع و متغیرها چرا باید ترکیب را به ارث بری ترجیح دهید نحوه تقسیم یک سیستم نرمافزاری به دامنهها با استفاده از طراحی مبتنی بر دامنه نحوه سازماندهی مخزن کد منبع نحوه سازماندهی کد در فهرستها روشهای مشخص برای جلوگیری از نوشتن نظرات و بازگرداندن نظرات رایجترین مسائلی که تحلیلگرهای کد استاتیک پیدا میکنند چیست، و چگونه آنها را تصحیح کنیم مهمترین تکنیکهای بازسازی برای استفاده روزمره چرا باید از یک زبان تایپ ایستا استفاده کنید چگونه به درستی خطاها و استثناها را مدیریت کنیم چگونه خطاها و استثناها را فراموش نکنیم چرا هرگز نباید مقدار تهی را پاس یا برگردانید چگونه از خ
tag : دانلود کتاب اصول و الگوهای کد پاک: کتاب راهنمای یک متخصص نرم افزار , Download اصول و الگوهای کد پاک: کتاب راهنمای یک متخصص نرم افزار , دانلود اصول و الگوهای کد پاک: کتاب راهنمای یک متخصص نرم افزار , Download Clean Code Principles And Patterns : A Software Practitioner’s Handbook Book , اصول و الگوهای کد پاک: کتاب راهنمای یک متخصص نرم افزار دانلود , buy اصول و الگوهای کد پاک: کتاب راهنمای یک متخصص نرم افزار , خرید کتاب اصول و الگوهای کد پاک: کتاب راهنمای یک متخصص نرم افزار , دانلود کتاب Clean Code Principles And Patterns : A Software Practitioner’s Handbook , کتاب Clean Code Principles And Patterns : A Software Practitioner’s Handbook , دانلود Clean Code Principles And Patterns : A Software Practitioner’s Handbook , خرید Clean Code Principles And Patterns : A Software Practitioner’s Handbook , خرید کتاب Clean Code Principles And Patterns : A Software Practitioner’s Handbook ,

نقد و بررسیها
هنوز بررسیای ثبت نشده است.