LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 8-10-2024, 12:21
  • Комментариев: 0
Название: Lead Developer Career Guide (Final Release)
Автор: Shelley Benhoff
Издательство: Manning Publications
Год: 2024
Страниц: 320
Язык: английский
Формат: pdf (true)
Размер: 29.1 MB

Learn the essential skills needed to become a successful lead developer, with expert advice on mentoring teams, handling clients and project managers, and keeping your cool in emergencies. The Lead Developer Career Guide teaches you how to transition from an individual contributor to a thriving lead developer. It's packed with insider tips, tricks, and strategies drawn from author Shelley Benhoff's 25-year career in technology, providing vital insights for navigating the unique challenges and expectations of the lead developer role. This one-of-a-kind book demonstrates how critical thinking and communication skills can elevate your career. To be a successful Lead Developer you’ll need more than just technical expertise. You’ll be responsible for everything from facilitating architectural decisions that satisfy all stakeholders to mentoring your fellow developers. And you’ll be on the hook for delivering great software on time and under budget. Are you ready for the challenge? This book will help get you there! The Lead Developer Career Guide provides the techniques and wisdom you need to transition from individual contributor to lead developer. You’ll learn how to collaborate effectively with executive leadership and project managers, present elegant solutions to clients, and think quickly in those inevitable emergencies. When all eyes are on you, this book will ensure you know exactly what to do. For aspiring lead developers.
  • Добавил: Chipa
  • Дата: 8-10-2024, 11:50
  • Комментариев: 0

Название: Техники исправления ошибок в диссертации
Автор: Надежда Воронцова
Издательство: Интернет-издание
Год: 2024
Формат: PDF
Страниц: 32
Размер: 18 Mb
Язык: Русский

Надежда Воронцова - Доктор педагогических наук, кандидат географических наук, профессор, методолог, эксперт,научный консультант, академик Международной Академии Информатизации. Более 300 успешных учеников, более 550 экспертиз магистерских, кандидатских и докторских диссертаций, авторефератов, научных статей.


  • Добавил: literator
  • Дата: 8-10-2024, 03:40
  • Комментариев: 0
Название: Python Logging: Auditing and Debugging Through
Автор: Michael Driscoll
Издательство: Teach Me Python LLC/Leanpub
Год: 2024-10-03
Страниц: 154
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

What does every new developer do when they are first learning to program? They print out strings to their terminal. It's how we learn! But printing out to the terminal isn't what you do with most professional applications. In those cases, you log in. Sometimes, you log into multiple locations at once. These logs may serve as an audit trail for compliance purposes or help the engineers debug what went wrong. Python Logging teaches you how to log in the Python programming language. Python is one of the most popular programming languages in the world. Python comes with a logging module that makes logging easy. You don’t need to be a programmer or engineer to use this book, but it helps. The primary target is people who want to learn about what logging in Python is and how to use it effectively. If you understand the basics of Python, then you’ll be even better off!
  • Добавил: literator
  • Дата: 8-10-2024, 02:33
  • Комментариев: 0
Название: Surviving Other People's APIs
Автор: Phil Sturgeon, Mike Bifulco
Издательство: Leanpub
Год: 2023-04-17
Страниц: 173
Язык: английский
Формат: pdf (true), epub
Размер: 15.9 MB

"Just pull that from the API" they said. "It'll be easy!" they said. How can you build the best web/mobile/client-side application, when the APIs you need to work with are poorly documented, struggle with sketchy performance, or generally make you feel like you're on a dangerous expidition into an ancient tomb, with hidden booby traps, doors operated by archaic runes, where one wrong move triggers swinging battering rambs to wreck your day into a wall of spikes. This whole premise of an API client-server relationship is inherently fraught with danger, because going over the network for anything can lead to unexpected errors, unexpected change, connection problems... hell a rat could have chewed through a cable. This book aims to help you not just react to these problems, but ideally prempt them and build an application that laughs in the face of danger. Just like with Build APIs You Won’t Hate, this book will take a non-academic, easy-to-read approach to some pretty complex topics around HTTP interactions, versioning, client-caching, state management, differences between how you interact with RPC, REST and GraphQL, using JSON Schema for local validation, and all sorts of other awesome stuff that nobody ever bothered to mention to you.
  • Добавил: literator
  • Дата: 8-10-2024, 01:54
  • Комментариев: 0
Название: Hands-On Prescriptive Analytics: Optimizing Your Decisions with Python (Early Release)
Автор: Walter R. Paczkowski
Издательство: O’Reilly Media, Inc.
Год: 2024-10-04
Страниц: 300
Язык: английский
Формат: epub
Размер: 16.2 MB

Business decisions in any context—operational, tactical, or strategic—can have considerable consequences. Whether the outcome is positive and rewarding or negative and damaging to the business, its employees, and stakeholders is unknown when action is approved. These decisions are usually made under the proverbial cloud of uncertainty. With this practical guide, data analysts, data scientists, and business analysts will learn why and how maximizing positive consequences and minimizing negative ones requires three forms of rich information: Descriptive analytics explores the results from an action—what has already happened. Predictive analytics focuses on what could happen. The third, prescriptive analytics, informs us what should happen in the future. While all three are important for decision-makers, the primary focus of this book is on the third: prescriptive analytics. This book is intended for people involved in demand measurement and forecasting; predictive modeling; pricing analytics including elasticity estimation; customer satisfaction assessment; market and advertisement research; new product development and research; capital investment decisions; and any place where these analyses are input into major decisions at the operational, tactical, and strategic levels. This book will provide background for Prescriptive Analytics by explaining the intuition underlying analytic concepts; developing the necessary mathematical and statistical analytic principles; demonstrating concepts using Python in JupyterLab notebooks; and illustrating analytical concepts with use-cases.
  • Добавил: literator
  • Дата: 8-10-2024, 01:21
  • Комментариев: 0
Название: Build APIs You Won't Hate : Everyone and their dog wants an API, so you should probably learn how to build them
Автор: Phil Sturgeon
Издательство: Leanpub
Год: 2016-03-30
Страниц: 194
Язык: английский
Формат: pdf (true), epub + Extras
Размер: 10.1 MB

Tasked with building an API for your company but don't have a clue where to start? Taken over an existing API and hate it? Built your own API and still hate it? This book is for you. API development is becoming increasingly common for server-side developers thanks to the rise of front-end jаvascript frameworks, iPhone applications, and API-centric architectures. It might seem like grabbing stuff from a data source and shoving it out as JSON would be easy, but surviving changes in business logic, database schema updates, new features, or deprecated endpoints can be a nightmare. By passing on some best practices and general good advice you can hit the ground running with API development, combined with some horror stories and how they were overcome/avoided/averted. This book will discuss the theory of designing and building APIs in any language or framework, with this theory applied in PHP-based examples. This book will discuss the theory of designing and building APIs in any language or framework. This theory will be applied in examples built mostly in PHP, with some Ruby and Python too. The book will not be too code-heavy regardless, since reading code is no fun. By the end of this book, you will have built an API that can create, read, update, delete things, handle searching, and do everything else a good Hypermedia API needs to do.
  • Добавил: Knizhka01
  • Дата: 7-10-2024, 23:37
  • Комментариев: 0

Название: Шагреневая кожа Земли: Биосфера-почва-человек
Автор: Никитин Е.Д., Гирусов Э.В.
Издательство: Наука
Год издания: 1993
Количество страниц: 114
Язык: русский
Формат: DJVU, PDF
Размер: 19,3 Мб

Книга широкого природоведческого направления, в которой в увлекательной форме изложено оригинальное учение об экологических функциях биосферы и почвы - "шагреневой кожи Земли". Показана незаменимая роль почвенного покрова в жизни и эволюции планеты и земной цивилизации. Освещено действие общих природных закономерностей в жизни биосферы и человека. Показаны пути спасения почвы - планетарного узла экологических связей. Рассмотрена проблема сохранения здоровья человека и окружающей среды.
Для широкого круга читателей - экологов, почвоведов, географов, работников сельского и лесного хозяйства, защитников природы и всех, кому небезразлична судьба нашей Земли.
  • Добавил: Knizhka01
  • Дата: 7-10-2024, 22:53
  • Комментариев: 0

Название: Обработка деталей на станках с ЧПУ
Автор: Шарин Ю.С.
Издательство: Машиностроение
Год издания: 1983
Количество страниц: 122
Язык: русский
Формат: DJVU, PDF
Размер: 11,32 Мб

Отражены особенности обработки деталей на станках с ЧПУ, приведены основные требования к заготовкам, режущему и измерительному инструменту. Показаны особенности проектирования технологического процесса обработки.
Книга предназначена для рабочих-станочников и наладчиков.
  • Добавил: literator
  • Дата: 7-10-2024, 21:53
  • Комментариев: 0
Название: System Innovation for an Artificial Intelligence Era: Applied System Innovation X
Автор: Artde D.K.T. Lam, Stephen D. Prior, Siu-Tsen Shen, Sheng-Joue Young
Издательство: CRC Press
Год: 2025
Страниц: 427
Язык: английский
Формат: pdf (true)
Размер: 16.2 MB

The book aims to provide an integrated communication platform for researchers from a wide range of topics including information technology, communication science, applied mathematics, Computer Science, advanced material science, and engineering. The maturing Artificial Intelligence (AI) technology can produce diverse images through text prompts, useful for scene creation, conceptual modeling, and virtual illustrations. As AI art gains traction, artists increasingly employ AI image generation tools to spark or augment their creative process. This study aims to compare various AI image generation tools’ applications across fields, exploring factors like image composition and user evaluations to aid tool selection. Five representative AI image generation tools were chosen: Midjourney, Leonardo.AI, Deep AI, Stable Diffusion, and Playground AI. Through literature review, factors such as clarity, color, contrast, lighting, and composition were identified as criteria for judging image quality. Differences among these factors across tools influence generated image style, quality, and diversity.A questionnaire survey was conducted to understand image characteristics generated by different AI tools, allowing respondents to evaluate them. Subjects’ preferences and evaluations of AI-generated images may vary, influenced by their educational background and personal inclinations. A comprehensive literature review highlights differences and similarities in AI image generation tool applications across fields, delineating their respective advantages and limitations. This study’s findings offer insights into AI tool applicability across domains and inform users’ tool selection.
  • Добавил: sama_sha
  • Дата: 7-10-2024, 21:08
  • Комментариев: 0
Название: Stitched Photo Mosaic Quilting
Автор: Timna Tarr
Издательство: Landauer
Год: October 21, 2022
Размер: 84 Мб
Формат: EPUB
Страниц: 128
Язык: Английский

Превратите ваши любимые фотографии в уникальные лоскутные одеяла! Простое руководство по созданию потрясающих портретных лоскутных одеял: возьмите любое изображение или фотографию и разбейте их на мелкие составляющие. 6 пошаговых проектов создания лоскутного одеяла с изображением голубой маргаритки, листа ревеня, собаки, кошки, цыпленка и бородатого ириса, которые помогут вам освоиться с процессом изготовления. Квилтеры среднего и продвинутого уровня приобретут навыки, изучая доступную и очень простую технику лоскутного шитья и аппликации в виде сетки для создания персонализированных лоскутных одеял.