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

  • Добавил: literator
  • Дата: 19-06-2025, 04:24
  • Комментариев: 0
Название: You Don't Know JS Yet: The Unbooks: Previously Unpublished 2nd-Ed Book Content (Raw & Uncut)
Автор: Kyle Simpson
Издательство: Leanpub
Год: 2025-04-24
Страниц: 421
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

You Don’t Know JS: The Unbooks is the final, draft-edition release of the second edition series—featuring the complete but unedited drafts of Book 3: Objects & Classes and Book 4: Types & Grammar, plus two bonus chapters reflecting on the “lost” books that were never written. This is the raw, honest conclusion to You Don’t Know JS Yet—a gift for readers who still care about deeply understanding jаvascript. You Don’t Know JS Yet: The Unbooks is a special, draft-edition release collecting the final remaining content from the second edition of the You Don’t Know JS Yet series. It includes the complete, previously unpublished drafts of Book 3: Objects & Classes and Book 4: Types & Grammar—books that were written in full but never formally edited or released for publication. These chapters reflect the same in-depth exploration and care you’ve come to expect from the series, just presented here in their raw, unedited, unpolished form. They’re readable, structurally complete, and technically solid—offered honestly as-is. This book is for the curious, the completist, the student who still cares about understanding jаvascript - not just using it.
  • Добавил: literator
  • Дата: 19-06-2025, 03:42
  • Комментариев: 0
Название: Multi-Paradigm Programming: Combining Functional, Object-Oriented, and Lisp Paradigms for Software Design and Implementation
Автор: Marty Yoo
Издательство: Leanpub
Год: 2025-04-28
Страниц: 440
Язык: английский
Формат: pdf (true), azw3, mobi, epub
Размер: 10.1 MB

Multi-Paradigm Programming shows how to blend object-oriented, functional, imperative, and logic styles into a single, pragmatic toolkit. How can we effectively leverage modern programming languages that support object-oriented, functional, and imperative paradigms all at once? In the past, programming languages were largely divided into functional, object-oriented, and procedural languages. However, this trend has changed. With the rise of hybrid programming languages that incorporate both functional and object-oriented features, most major programming languages—such as Java, C#, Scala, TypeScript, jаvascript, Kotlin, and Swift—are now considered multiparadigm. This has become a common characteristic of languages widely used in the industry. These languages support not only object-oriented features like classes, inheritance, and interfaces, but also a broad range of functional programming capabilities including first-class functions, list processing, lazy evaluation, and asynchronous/concurrent operations. Additionally, they offer flexible type systems, type inference, generics, and utility types, and can even mix static and dynamic typing.
  • Добавил: literator
  • Дата: 18-06-2025, 21:45
  • Комментариев: 0
Название: Creating NPM Package with TypeScript: Simplified TypeScript Guide to Building and Publishing Libraries
Автор: Oluwatobi Sofela
Издательство: Leanpub
Год: 2025
Страниц: 107
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Ready to publish your own TypeScript library to NPM? Want to build and publish professional-quality TypeScript libraries to NPM—without being overwhelmed? Creating NPM Package is a hands-on, step-by-step guide that teaches you how to configure, compile, test, and release TypeScript-based NPM packages like a pro. Whether you’re new to TypeScript or ready to upgrade your publishing workflow, this book helps you master the full lifecycle of a reusable library—from clean project setup to automated GitHub releases. Whether you’re building your first open-source project or refining your professional publishing workflow, this book gives you everything you need to confidently ship clean, typed, and tested TypeScript libraries.
  • Добавил: literator
  • Дата: 18-06-2025, 21:08
  • Комментариев: 0
Название: Practical Python for Production under Pressure: Managing the insanity that is developing pipelines alongside a production at full speed
Автор: Alex Telford
Издательство: Leanpub
Год: 2025-05-13
Страниц: 476
Язык: английский
Формат: pdf (true), epub + Extra
Размер: 61.3 MB

This book focuses on practical workflows and theory to build practical tools and pipelines within an ever changing environment using Python, PySide and duct tape ingenuity. Developing tools and pipelines for use in Film and Games is a unique challenge, where we must finely balance speed, stability, usability, and performance. Everything is always urgent, everything is always broken, and we developers are left scrambling to hold the system together while begging production for time to "do things properly" and clean up accumulated code debt. In a sense, it's like being in a pit crew; getting the driver back out there is your number one priority, sometimes with more duct tape than we care to admit. That is what this book is аbout: how to deliver better tools while facing the uphill battle of a production in full swing and hopefully retaining some semblance of sanity at the end. Python is chosen not because of its performance, but its flexibility, integrations with existing platforms, its low barrier to entry, and ease of distribution. This does not mean that Python is the “best” language, and of course you can build pipelines in other languages, but as of now, if you want to write pipelines for production then Python is a great place to start. Provided you have some experience with Python and PySide you should get along fine.
  • Добавил: literator
  • Дата: 18-06-2025, 20:23
  • Комментариев: 0
Название: Manifest Android Interview: The ultimate guide to cracking Android technical interviews
Автор: Jaewoong Eum (skydoves)
Издательство: Leanpub
Год: 2025-06-16
Страниц: 459
Язык: английский
Формат: pdf (true), epub
Размер: 14.8 MB

To ace your next Android job interview, focus on truly understanding the concepts—not just memorizing answers—and practicing how to apply them. With 108 interview questions, 162 additional practical questions, and 50+ pro tips, this book helps you sharpen skills, understand the why, and prepare for real-world technical challenges. Manifest Android Interview is a comprehensive guide designed to enhance your Android development expertise through 108 interview questions with detailed answers, 162 additional practical questions, and 50+ "Pro Tips for Mastery" sections. The interview questions primarily focus on Android development—including the Framework, UI, Jetpack Libraries, and Business Logic—as well as Jetpack Compose, covering Fundamentals, Runtime, and UI. Each question provides in-depth explanations, guiding you through a structured learning path for Android and Jetpack Compose while reinforcing your understanding of key concepts.
  • Добавил: literator
  • Дата: 18-06-2025, 19:05
  • Комментариев: 0
Название: Fluent Rust: Crafting Robust Software with Idiomatic Design Principles
Автор: Aarav Joshi
Издательство: 101 Books
Год: 2025
Страниц: 1291
Язык: английский
Формат: epub (true)
Размер: 13.5 MB

Fluent Rust: Crafting Robust Software with Idiomatic Design Principles is your comprehensive guide to mastering the art of writing clear, efficient, and maintainable Rust code. Designed for intermediate and advanced programmers, this book delves deep into the essential design patterns and best practices that define idiomatic Rust. Through practical examples and detailed explanations, you’ll learn how to leverage Rust’s unique ownership model, type system, and safety guarantees to build stable and high-performance applications. Explore classic patterns like Builder and Factory, discover Rust-specific idioms for error handling and concurrency, and understand when to embrace or break established conventions. The book covers advanced topics such as functional programming, metaprogramming with macros, and crafting delightful APIs, while also warning against common anti-patterns that can hinder code quality. Whether you’re developing libraries, web services, or systems software, Fluent Rust equips you with the knowledge and confidence to write code that is both robust and idiomatic.
  • Добавил: literator
  • Дата: 18-06-2025, 18:11
  • Комментариев: 0
Название: Excel VBA Programming Language: Practical Implementation Strategies for Excel VBA Programming in Business Environments
Автор: Narendra Panchtilak
Издательство: Independently published
Год: 2025
Страниц: 221
Язык: английский
Формат: epub
Размер: 14.3 MB

Unlock the full potential of Microsoft Excel with the power of Visual Basic for Applications (VBA). Excel VBA Programming Language is a comprehensive guide designed to help professionals, analysts, and aspiring developers streamline their business processes through automation. This book offers practical implementation strategies that bridge the gap between theory and real-world business applications. Whether you're managing data, generating reports, or building user-friendly dashboards, you'll learn how to apply VBA effectively to improve productivity and accuracy in your work. You can use VBA in all office versions, right from MS-Office 97 to MS-Office 2013 and also with any of the latest versions available. Among VBA, Excel VBA is the most popular. The advantage of using VBA is that you can build very powerful tools in MS Excel using linear programming.
  • Добавил: literator
  • Дата: 18-06-2025, 17:44
  • Комментариев: 0
Название: Масштабируемые данные. Высоконагруженные архитектуры, Data Mesh и Data Fabric, 2-е издание
Автор: Питхейн Стренгхольт
Издательство: Спринт Бук
Год: 2025
Страниц: 416
Язык: русский
Формат: pdf
Размер: 31.2 MB

Управление данными продолжает стремительно развиваться, и централизованное хранение информации, например в хранилищах данных (data warehouse), больше не является идеальным решением для масштабирования. Современный мир требует быстрого преобразования данных в ценность. Это влечет за собой смену парадигмы о том, как мы работаем с данными. Вы познакомитесь с принципами, лучшими практиками и паттернами и научитесь проектировать архитектуру данных нового поколения, учитывающую масштабирование потребностей организаций. Книга станет идеальным руководством для тех, кто стремится построить гибкую, безопасную и ориентированную на бизнес-ценности инфраструктуру данных.
  • Добавил: literator
  • Дата: 18-06-2025, 16:56
  • Комментариев: 0
Название: Acing the Certified Kubernetes Administrator Exam, Second Edition (MEAP v2)
Автор: Chad Crowell, Rafael Brito
Издательство: Manning Publications
Год: 2025
Страниц: 229
Язык: английский
Формат: pdf, epub
Размер: 25.1 MB

Acing the Certified Kubernetes Administrator Exam, Second Edition is your fast-track to becoming a Certified Kubernetes Administrator! Branding yourself as a Certified Kubernetes Administrator makes you stand out in the competitive job market for Kubernetes and Cloud-native engineers. With the exam’s latest updates introducing Operators, the Gateway API, and Kustomize, mastering Kubernetes extensibility is now front and center. This second edition of the bestselling original helps you build the skills and strategic insights you need to build production-ready clusters with confidence and ace the updated hands-on CKA exam the first time you sit for it. This book largely follows the CKA exam objectives, but it’s broad enough to cover a wide spectrum of Kubernetes primitives. This includes networking, identity, storage, troubleshooting and running applications on Kubernetes. We think you’ll enjoy the practical examples, and how we will quickly get a Kubernetes cluster up and running, so that building a cluster is not a barrier to success as you follow along in this book. This book does have a lot of examples that will allow you to practice what you learn.
  • Добавил: umkaS
  • Дата: 18-06-2025, 13:34
  • Комментариев: 0
Название: Функциональное программирование на С++
Автор: Чукич И.
Издательство: ДМК Пресс
Год: 2020
Cтраниц: 360
Формат: pdf (ocr) / djvu
Размер: 17 мб
Язык: русский

Хорошо написанный код легче тестировать и использовать повторно, его проще распараллелить, и он меньше подвержен ошибкам. Владение приемами функционального программирования поможет вам писать код, соответствующий требованиям к современным приложениям, проще выражать сложную логику программ, изящно обрабатывать ошибки и элегантно оформлять параллельные алгоритмы.