|
 |
|
 |
|
|
 |
|  |
|
Название: "Looks Good to Me" (MEAP v2) Автор: Adrienne Braganza Издательство: Manning Publications Год: 2023 Страниц: 145 Язык: английский Формат: pdf, epub, mobi Размер: 10.2 MB
Deliver code reviews that consistently build up your team and improve your applications. “Looks Good To Me” offers a unique approach to delivering meaningful code reviews that goes beyond superficial checklists and tense critical conversations. Instead, you’ll learn how to improve both your applications and your team dynamics. So what’s a code review? At its core, it’s a process software developers use to inspect each other’s code, making sure it passes a set of agreed-upon standards. In very simplistic terms: some code is written or changed, then someone else looks at it to make sure it’s good before it is integrated into the larger codebase. It can happen over your shoulder, through a more formal meeting with a governing board of approvers, or, as is the case in this book, through a tool-assisted mechanism (like GitHub, GitLab, Bitbucket, Azure Repos, AWS CodeCommit, Google Cloud Source Repositories, or any number of collaborative code tools backed by private Git repositories). Code reviews are also an important part of the overall continuous integration and continuous delivery toolkit a software development team should use. Continuous integration (CI) refers to the automation of building, testing, and integrating code changes within a shared repository. Continuous delivery (CD) refers to the automation of delivering code changes to an environment for approval. Together, they form a “CI/CD pipeline”, which is a set of automated workflows a software development team uses to cut down on manual tasks of the software development process. |
Разместил: Ingvar16 14-08-2023, 14:50 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Automating API Delivery (MEAP v2) Автор: Ikenna Nwaiwu Издательство: Manning Publications Год: 2023 Страниц: 148 Язык: английский Формат: pdf, epub Размер: 10.2 MB
Improve speed, quality, AND cost by automating your API delivery process! Automating API Delivery shows you how to strike the perfect balance between speed and usability by applying DevOps automation principles to your API design and delivery process. In this practical book, you’ll learn how to maximize developer productivity, improve time-to-market, and clear mile-long support backlogs. Automating API Delivery offers practical guidance for making an APIOps transformation, including process improvement methods that give you important quick wins. You’ll discover API automation tools that speed up and streamline every stage of the development lifecycle. You’ll learn how to set up and run Spectral for API governance, check for breaking changes with oasdiff, run API checks in a CI/CD pipeline with GitHub Actions, and generate server and client code using OpenAPI Generator. Plus, you’ll learn how to ensure your documentation is always accurate with handy API conformance tests using Schemathesis and Portman. For API product owners, product managers, and developers looking to improve speed and quality. Experience building RESTful APIs required. |
Разместил: Ingvar16 14-08-2023, 14:10 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: From Zero To Hero: Mastering Python Programming Автор: Lukas Navarro Издательство: Independently published Год: 2023 Страниц: 287 Язык: английский Формат: pdf Размер: 63.1 MB
Unlock the power of Python programming with 'From Zero to Hero: Mastering Python Programming.' No matter your prior experience, this engaging guide is designed to help you swiftly ascend from a beginner to a confident Python programmer. The book offers a detailed exploration of Python's vast applications across diverse domains such as data analysis, web development, and Machine Learning. With a unique blend of theory, practical exercises, and real-world examples, you'll get a chance to learn by doing, solidifying your skills and preparing you to take on your own Python projects. Embark on this transformative journey and discover a new world of programming potential! |
Разместил: Ingvar16 14-08-2023, 04:41 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Modern Front-End Development for Rails: Hotwire, Stimulus, Turbo, and React, 2nd Edition Автор: Noel Rappin Издательство: Pragmatic Bookshelf Год: September 2022 (Version: P1.0) Страниц: 410 Язык: английский Формат: pdf (true), epub, mobi Размер: 10.6 MB, 10.3 MB
Improve the user experience for your Rails app with rich, engaging client-side interactions. Learn to use the Rails 7 tools and simplify the complex jаvascript ecosystem. It's easier than ever to build user interactions with Hotwire, Turbo, and Stimulus. You can add great front-end flair without much extra complication. Use React to build a more complex set of client-side features. Structure your code for different levels of client-side needs with these powerful options. Add to your toolkit today! It's hard to have a Rails application without integrating some client-side logic. But client-side coding tools, and the Rails tools for integrating with them, all change continuously. Rails 7 simplifies client-side integration with the Hotwire gem. It's a great way to build client interaction with server-side HTML and a small amount of jаvascript. |
Разместил: Ingvar16 13-08-2023, 20:51 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Algorithms: Technology, Culture, Politics Автор: Tobias Matzner Издательство: Routledge Год: 2024 Страниц: 193 Язык: английский Формат: pdf (true) Размер: 10.2 MB
Algorithms: Technology, Culture, Politics develops a relational, situated approach to algorithms. It takes a middle ground between theories that give the algorithm a singular and stable meaning in using it as a central analytic category for contemporary society and theories that dissolve the term into the details of empirical studies. The book discusses algorithms in relation to hardware and material conditions, code, data, and subjects such as users, programmers, but also “data doubles”. The individual chapters bridge critical discussions on bias, exclusion, or responsibility with the necessary detail on the contemporary state of information technology. The examples include state-of-the-art applications of machine learning, such as self-driving cars, and large language models such as GPT. In consequence, as soon as programming becomes more than the most basic listing of machine code, it depends on algorithms in a two-fold manner: First, writing code is not just programming algorithms but most often calling other algorithms that are readily available in programming libraries. Second, code needs to be processed by specific algorithms, such as compilers, before it can execute the algorithm it “implements.” |
Разместил: Ingvar16 13-08-2023, 19:27 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Bits of Python: A Beginner's Guide Автор: Ashrit Ram Anala Издательство: Independently published Год: 2023 Страниц: 155 Язык: английский Формат: pdf Размер: 23.6 MB
Informative and easy to understand Python book with topics such as Variables. Functions. ASCII. Dictionaries List, and many more. Whether you’re a beginner level programmer or an experienced one, Python is a great language to learn. Not only is it easy to understand and relatively easy to code in, it is also used in many fields, such as Artificial Intelligence and Website Development, which have shown great promise for the future. Bolded words indicate important concepts and anything that is italicized is code segments. This book covers all the important concepts for a beginner or even a person who has some experience in coding, but it is by no means a one way ticket to understanding all of Python. You will learn all of the basics and many complex concepts that will get your Python journey rolling and make it infinitely easier to delve deeper into Python, but as said, it's not a one way ticket. |
Разместил: Ingvar16 13-08-2023, 16:58 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: A Theory Book on Python Programming Автор: Sa. Gautam Издательство: Independently published Год: 2023 Страниц: 165 Язык: английский Формат: pdf Размер: 31.3 MB
This is an indispensable theory book tailored to empower aspiring programmers with a profound understanding of Python programming. This book is specially designed for beginners in Python programming language. This book covers all the basic concepts of the language in great detail along with numerous high quality examples. Delving into the core principles and fundamental concepts, this book offers a well-structured and systematic approach to learning the language .This book equips you with the essential theoretical knowledge to become a proficient Python programmer. Unlock the true potential of Python, and embark on a journey of continuous learning and growth with this must-have resource for any programming enthusiast. |
Разместил: Ingvar16 13-08-2023, 15:33 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python. Лучшие практики и инструменты, 4-е изд. Автор: Михал Яворски, Тарек Зиаде Издательство: Питер Год: 2024 Страниц: 591 Язык: русский Формат: pdf Размер: 52.9 MB
Python — простой, но мощный язык, поэтому он используется в самых разных областях. Написать код на Python легко, но сделать его удобочитаемым и пригодным для повторного использования и сопровождения может оказаться проблемой. Четвертое издание этой книги дополнено лучшими практиками, полезными инструментами и стандартами, которые применяют профессиональные разработчики, что поможет вам не только преодолеть эти затруднения, но и освоить новейшие возможности и расширенные концепции языка. Книга начинается с легкой разминки, которая познакомит вас с последними улучшениями Python, элементами синтаксиса и полезными инструментами, делающими разработку эффективнее. Кроме того, начальные главы помогут программистам с опытом работы на других языках успешно влиться в экосистему Python. Следующие главы посвящены распространенным паттернам проектирования и методологиям программирования — таким как событийно-ориентированное программирование, параллелизм и метапрограммирование. Также вы разберете сложные примеры кода и будете решать содержательные задачи, связывая Python с C и С++ и создавая расширения, сочетающие сильные стороны разных языков. |
Разместил: Ingvar16 12-08-2023, 19:00 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Architecture Modernization (MEAP v9) Автор: Nick Tune Издательство: Manning Publications Год: 2023 Страниц: 517 Язык: английский Формат: pdf, epub, mobi Размер: 10.2 MB
Concrete tools, techniques, and processes to align software architecture with your business domains, organizational design, team topologies, and corporate strategy. For a business to thrive, its software architecture needs to match its organizational structure and strategy. Architecture Modernization: Socio-technical alignment of software, strategy, and structure presents concrete practices to evolve software, teams, and business strategy to achieve your business’s full potential. You’ll combine well-established and emerging practices like Domain-Driven Design, Event Storming, and Wardley Mapping to discover business needs, design an optimal architecture, and avoid falling back into old habits. Every technique is illustrated with insightful industry examples, tales of experience, and an interactive Miro board that lets you dig deeper. You can’t safely separate an organization’s software architecture from its business objectives, corporate strategy, or team structure. Architecture Modernization shows you how to turn the practice of designing software into a transformative process for your entire company. This unique guide reveals a collaborative holistic approach to software design that identifies the value modernization can bring to your business’s domains. You’ll quickly reduce ineffective dependencies and empower your teams to make fast decisions and even faster production deployments. |
Разместил: Ingvar16 12-08-2023, 16:05 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 100 TypeScript Mistakes and How to Avoid Them (MEAP v1) Автор: Azat Mardan Издательство: Manning Publications Год: 2023 Страниц: 131 Язык: английский Формат: pdf, azw3, epub, mobi Размер: 10.1 MB
Insider knowledge on recognizing common TypeScript bugs, errors, and pitfalls before you make those mistakes. The best mistakes are the ones you avoid in the first place. 100 TypeScript Mistakes and How To Avoid Them makes it easy to identify errors before you even make them! It’s packed with over a hundred antipatterns, common slip-ups, and complex technical points that can trip up even the most experienced TypeScript developer. 100 TypeScript Mistakes and How To Avoid Them is a collection of common and challenging trouble spots that trip up TypeScript developers, along with tips on how to recognize and resolve them. You’ll find troubleshooting tips on everything from basic TypeScript mistakes like ignoring compiler warnings, to advanced patterns and tips for using TypeScript with your favorite libraries and frameworks. Throughout, each mistake and fix is illustrated with bite-sized examples, code samples, and useful comparisons to jаvascript. You’ll soon be writing quality TypeScript code faster than ever before! For readers who know the basics of jаvascript and want to advance their TypeScript skills. |
Разместил: Ingvar16 12-08-2023, 15:37 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|