Автор: Lara Bryan Название: Look Inside Jobs ISBN: 1474968899 ISBN-13(EAN): 9781474968898 Издательство: Usborne Рейтинг: Цена: 1319.00 р. Наличие на складе: Есть (более 5-х шт.) Описание: What do grown-ups do all day? Lift the flaps to open up a world of possibilities and discover over 100 things you can be from a nurse to a musician or an astronaut. Includes Usborne Quicklinks to specially selected websites with activities and fun facts about jobs people do.
Автор: Watt Fiona Название: Pop-up London ISBN: 1474939589 ISBN-13(EAN): 9781474939584 Издательство: Usborne Рейтинг: Цена: 1583.00 р. Наличие на складе: Есть (более 5-х шт.) Описание: Explore the city of London in this delightful pop-up book with detailed 3-D scenes designed by Jenny Hilborne. Discover the skyline with the London Eye, the Shard, Big Ben and Nelson`s Column, a gigantic skeleton in the Natural History Museum, a military band outside Buckingham Palace, Tower Bridge opening, and lots more famous London sights.
Автор: Clare, Cassandra Chu, Wesley Название: Red scrolls of magic ISBN: 1471195112 ISBN-13(EAN): 9781471195112 Издательство: Simon&Schuster UK Рейтинг: Цена: 1648.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The Eldest Curses dives even deeper into Magnus Banes`s exciting and mysterious life in this sequel series to the internationally bestselling Moral Instruments from Cassandra Clare.
Автор: Cassandra Clare, Wesley Chu Название: Lost Book of the White ISBN: 1471162125 ISBN-13(EAN): 9781471162121 Издательство: Simon&Schuster UK Рейтинг: Цена: 1648.00 р. Наличие на складе: Заказано в издательстве.
Описание: The Eldest Curses dives even deeper into Magnus Banes`s exciting and mysterious life in this sequel series to the internationally bestselling Moral Instruments from Cassandra Clare.
Автор: Fowler Martin Название: Refactoring: Improving the Design of Existing Code ISBN: 0134757599 ISBN-13(EAN): 9780134757599 Издательство: Pearson Education Рейтинг: Цена: 9700.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: "Whenever you read Refactoring], it's time to read it again. And if you haven't read it yet, please do before writing another line of code." -David Heinemeier Hansson, Creator of Ruby on Rails, Founder & CTO at Basecamp
Fully Revised and Updated--Includes New Refactorings and Code Examples"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -M. Fowler (1999) For more than twenty years, experienced programmers worldwide have relied on Martin Fowler's Refactoring to improve the design of existing code and to enhance software maintainability, as well as to make existing code easier to understand. This eagerly awaited new edition has been fully updated to reflect crucial changes in the programming landscape. Refactoring, Second Edition, features an updated catalog of refactorings and includes JavaScript code examples, as well as new functional examples that demonstrate refactoring without classes. Like the original, this edition explains what refactoring is; why you should refactor; how to recognize code that needs refactoring; and how to actually do it successfully, no matter what language you use.
Understand the process and general principles of refactoring
Quickly apply useful refactorings to make a program easier to comprehend and change
Recognize "bad smells" in code that signal opportunities to refactor
Explore the refactorings, each with explanations, motivation, mechanics, and simple examples
Build solid tests for your refactorings
Recognize tradeoffs and obstacles to refactoring
Includes free access to the canonical web edition, with even more refactoring resources. (See inside the book for details about how to access the web edition.)
Автор: Graham Ronald L. Название: Concrete Mathematics ISBN: 0201558025 ISBN-13(EAN): 9780201558029 Издательство: Pearson Education Рейтинг: Цена: 15517.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Introduces the mathematics that supports advanced computer programming and the analysis of algorithms. This book includes more than 500 exercises, divided into six categories. Complete answers are provided for all exercises, except research problems. It is useful for computer scientists and also for users of mathematics in various disciplines.
Автор: Wesley, Mary Название: The Camomile Lawn ISBN: 1784871281 ISBN-13(EAN): 9781784871284 Издательство: Random House - Penguin Рейтинг: Цена: 1319.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Escape to the Cornish cliffs in the dizzying heat of August 1939, where five cousins are making the most of the last summer of their youth. Oliver is just back from the Spanish Civil War and world-weary at only nineteen.
Автор: McKusick Marshall, Neville-Neil George, Watson Rob Название: The Design and Implementation of the Freebsd Operating System ISBN: 0321968972 ISBN-13(EAN): 9780321968975 Издательство: Pearson Education Рейтинг: Цена: 11680.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: In the final book of bestselling author Melody Carlson`s Carter House Girls series, the Carter House girls are making prom plans and competing for boyfriends, as well as fighting for the limelight in a Mother`s Day fashion show. With graduation and last good-byes around the corner, will they resolve old differences or part ways as enemies?
Автор: Stevens W Название: Advanced Programming in the UNIX Environment ISBN: 0321637739 ISBN-13(EAN): 9780321637734 Издательство: Pearson Education Рейтинг: Цена: 10294.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: For more than twenty years, serious C programmers have relied on one book for practical, in-depth knowledge of the programming interfaces that drive the UNIX and Linux kernels: W. Richard Stevens' Advanced Programming in the UNIX(R) Environment. Now, once again, Rich's colleague Steve Rago has thoroughly updated this classic work. The new third edition supports today's leading platforms, reflects new technical advances and best practices, and aligns with Version 4 of the Single UNIX Specification.
Steve carefully retains the spirit and approach that have made this book so valuable. Building on Rich's pioneering work, he begins with files, directories, and processes, carefully laying the groundwork for more advanced techniques, such as signal handling and terminal I/O. He also thoroughly covers threads and multithreaded programming, and socket-based IPC. This edition covers more than seventy new interfaces, including POSIX asynchronous I/O, spin locks, barriers, and POSIX semaphores. Most obsolete interfaces have been removed, except for a few that are ubiquitous. Nearly all examples have been tested on four modern platforms: Solaris 10, Mac OS X version 10.6.8 (Darwin 10.8.0), FreeBSD 8.0, and Ubuntu version 12.04 (based on Linux 3.2). As in previous editions, you'll learn through examples, including more than ten thousand lines of downloadable, ISO C source code. More than four hundred system calls and functions are demonstrated with concise, complete programs that clearly illustrate their usage, arguments, and return values. To tie together what you've learned, the book presents several chapter-length case studies, each reflecting contemporary environments. Advanced Programming in the UNIX(R) Environment has helped generations of programmers write code with exceptional power, performance, and reliability. Now updated for today's systems, this third edition will be even more valuable.
Автор: Erl Thomas Название: A Field Guide to Digital Transformation ISBN: 0137571844 ISBN-13(EAN): 9780137571840 Издательство: Pearson Education Рейтинг: Цена: 5146.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Your Complete Guide to Digital TransformationA Field Guide to Digital Transformation is the definitive book on digital transformation. Top-selling IT author Thomas Erl and long-time practitioner Roger Stoffers combine to provide comprehensive, yet easy-to-understand coverage of essential digital transformation concepts, practices, and technologies in the format of a plain-English tutorial written for any IT professionals, students, or decision-makers. With more than 160 diagrams, this guide provides a highly visual exploration of what digital transformation is, how it works, and the techniques and technologies required to successfully build modern-day digital transformation solutions. Learn from the experts and:
Discover what digital transformation is, why it emerged and when to apply it
Identify the significant business benefits that successful digital transformations can deliver and how to turn your organization into a "disruptive" force
Prepare for and overcome the common challenges associated with digital transformation initiatives
Understand the data-driven nature of digital transformation solutions and how they use and continually accumulate data intelligence
Understand how digital transformation solutions can utilize AI technology for intelligent automated decision-making
Gain insight into customer-centricity and how its practices are applied as part of digital transformations
Explore key digital transformation automation technologies, such as Robotic Process Automation (RPA), Internet of Things (IoT), Blockchain. and Cloud Computing
Explore key digital transformation data science technologies, such as Artificial Intelligence (AI), Machine Learning, and Big Data Analysis and Analytics
The book concludes with a uniquely detailed and highly visual real-world business scenario that provides step-by-step insights into how a digital transformation solution works, how it utilizes data intelligence to improve customer relationship building, and how it collects new data intelligence in support of enhancing future business capabilities.
Автор: Brian Goetz Название: Java Concurrency in Practice ISBN: 0321349601 ISBN-13(EAN): 9780321349606 Издательство: Pearson Education Рейтинг: Цена: 8222.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Focuses on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. This title is suitable for Java developers.
Описание: "One of the most significant books in my life." --Obie Fernandez, Author, The Rails Way "Twenty years ago, the first edition of The Pragmatic Programmer completely changed the trajectory of my career. This new edition could do the same for yours." --Mike Cohn, Author of Succeeding with Agile, Agile Estimating and Planning, and User Stories Applied ". . . filled with practical advice, both technical and professional, that will serve you and your projects well for years to come." --Andrea Goulet, CEO, Corgibytes, Founder, LegacyCode.Rocks ". . . lightning does strike twice, and this book is proof." --VM (Vicky) Brasseur, Director of Open Source Strategy, Juniper Networks The Pragmatic Programmer is one of those rare tech books you'll read, re-read, and read again over the years. Whether you're new to the field or an experienced practitioner, you'll come away with fresh insights each and every time. Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development, independent of any particular language, framework, or methodology, and the Pragmatic philosophy has spawned hundreds of books, screencasts, and audio books, as well as thousands of careers and success stories. Now, twenty years later, this new edition re-examines what it means to be a modern programmer. Topics range from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how to:
Fight software rot
Learn continuously
Avoid the trap of duplicating knowledge
Write flexible, dynamic, and adaptable code
Harness the power of basic tools
Avoid programming by coincidence
Learn real requirements
Solve the underlying problems of concurrent code
Guard against security vulnerabilities
Build teams of Pragmatic Programmers
Take responsibility for your work and career
Test ruthlessly and effectively, including property-based testing
Implement the Pragmatic Starter Kit
Delight your users
Written as a series of self-contained sections and filled with classic and fresh anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best approaches and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru