Автор: Scott Chacon, Ben Straub Название: Pro Git ISBN: 1484200772 ISBN-13(EAN): 9781484200773 Издательство: Springer Рейтинг: Цена: 41880.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world.
Автор: Silverman Richard Название: Git Pocket Guide ISBN: 1449325866 ISBN-13(EAN): 9781449325862 Издательство: Wiley Рейтинг: Цена: 21110.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This pocket guide is the perfect on-the-job companion to Git, the distributed version control system. It provides a compact, readable introduction to Git for new users, as well as a reference to common commands and procedures for those of you with Git experience
Автор: Laster Brent Название: Professional Git ISBN: 111928497X ISBN-13(EAN): 9781119284970 Издательство: Wiley Рейтинг: Цена: 41190.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Leverage the power of Git to smooth out the development cycle Professional Git takes a professional approach to learning this massively popular software development tool, and provides an up-to-date guide for new users.
Автор: Lethbridge Название: Object-oriented software engineering: practical software development using uml and java ISBN: 0077109082 ISBN-13(EAN): 9780077109080 Издательство: McGraw-Hill Рейтинг: Цена: 68630.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Offers coverage required by students of software engineering, from the nuts and bolts of objects to software architecture, from writing code to testing, from software development processes to project management.
Автор: Russell Matthew A., Klassen Mikhail Название: Mining the Social Web: Data Mining Facebook, Twitter, Linkedin, Google+, Github, and More ISBN: 1491985046 ISBN-13(EAN): 9781491985045 Издательство: Wiley Рейтинг: Цена: 47510.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Mine the rich data tucked away in popular social websites such as Twitter, Facebook, LinkedIn, and Instagram. With the third edition of this popular guide, data scientists, analysts, and programmers will learn how to glean insights from social media.
Автор: Tsitoara, Mariot Название: Beginning git and github ISBN: 1484253124 ISBN-13(EAN): 9781484253120 Издательство: Springer Рейтинг: Цена: 27940.00 T Наличие на складе: Поставка под заказ. Описание:
Learn the fundamentals of version control through step-by-step tutorials that will teach you the ins-and-outs of Git. This book is your complete guide to how Git and GitHub work in a professional team environment.
Divided into three parts - Version Control, Project Management and Teamwork - this book reveals what waits for you in the real world and how to resolve the problems you may run into. Once past the basics of Git, you'll see how to manage a software project, and finally how to utilize Git and GithHub to work effectively as a team.
You'll examine how to plan, follow and execute a project with GitHub, and then apply those concepts to real-world situations. Workaround the pitfalls that most programmers fall into when driving a project with Git by using proven tactics to avoid them. You will also be taught the easiest and quickest ways to resolve merge conflicts.
A lot of modern books on Git don't go into depth about non-technical topics. Beginning Git and GitHub will help you cover all the bases right at the start of your career.
What You'll Learn
Review basic and advanced concepts of Git
Apply Project Management skills using GitHub
Solve conflicts or, ideally, avoid them altogether
Use advanced concepts for a more boosted workflow
Who This book Is For
New developers, developers that have never worked in a team environment before, developers with basic knowledge of Git or GitHub, or anyone who works with text documents.
Автор: Nordin Dani Название: Drupal Development Tricks for Designers: A Designer Friendly Guide to Drush, Git, and Other Tools ISBN: 1449305539 ISBN-13(EAN): 9781449305536 Издательство: Wiley Рейтинг: Цена: 12660.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Tips and tricks to make your life easier as a Drupal designer. Includes designer-friendly guides to Drush, Less CSS, Install Profiles, version control, and other things that usually only developers know about.
Название: Jump Start Git ISBN: 1925836347 ISBN-13(EAN): 9781925836349 Издательство: Неизвестно Рейтинг: Цена: 27540.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Get a Jump Start on version control with Git today
If you've worked on a web development project of any size, you've probably used Git, the most broadly adopted distributed version control system available. It enables you to store different versions of project files and directories, so you can roll back to an earlier one if something goes wrong. And since it's distributed, it smoothes the path for dev team collaboration.
This short, practical book will help you to:
Understand Git's core philosophy.
Get started with Git: install it, learn the basic commands, and set up your first project.
Work with Git as part of a collaborative team.
Use Git's debugging tools for maximum debug efficiency.
Master Git workflow
Take control with Git's advanced features: reflog, rebase, stash, and more.
Use Git with cloud-based Git repository host services like Github and Bitbucket.
See how Git's used effectively on large open-source projects.
Whether you're a Git newbie or yo've been using it for some time but only really scratching the surface of its capabilities, this book will help you to gain a deep understanding of how Git works, and how to use it to streamline your workflow.
Автор: Narębski Jakub Название: Mastering Git ISBN: 1783553758 ISBN-13(EAN): 9781783553754 Издательство: Неизвестно Рейтинг: Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Learn to track, branch, merge, and manage code revisions for real-world development scenarios
Key Features:
Master Git and understand the significance of version control
Get to grips with Git's typical workflows, advanced functions, and their implementations
Understand important git commands to manage your repository
Book Description:
Git is the most popular version control system in the world. It allows developers to keep up with frequent code changes in a project, ensures there are no code conflicts between the developers, and reverts to an older version of code when required.
Git for Programmers comprehensively equips you with actionable insights on advanced Git concepts in an engaging and straightforward way. This book will help you gain expertise on Git with many practical use cases as you progress through the chapters.
The book begins with a quick history of Git and instructions on how to get it and install it, after which you'll dive into the creation and cloning of your repository. As you progress through the book, you'll explore Git places, branching, and GUIs.
Once you understand the fundamentals, you'll learn how to handle merge conflicts, rebase, amend, interactive rebase, and use the log. You'll also explore important Git commands for managing your repository. Finally, the book concludes with coverage of bisect, blame, and several other problem handling techniques.
By the end of this book, you'll be able to use git with confidence; saving, sharing, and managing files as well as undoing mistakes and rewriting history.
What You Will Learn:
Create and clone repositories
Understand the difference between local and remote repositories
Use, manage, and merge branches back into the main branch
Utilize tools to manage merge conflicts
Manage commits on your local machine through interactive rebasing
Use the log to gain control over all the data in your repository
Use bisect, blame, and other tools to undo Git mistakes
Who this book is for:
If you have basic understanding of Git and want to strengthen your command over advanced techniques and navigate different functions, this book is for you.
Автор: Paula Kotz?; Gary Marsden; Gitte Lindgaard; Janet Название: Human-Computer Interaction -- INTERACT 2013 ISBN: 3642404790 ISBN-13(EAN): 9783642404795 Издательство: Springer Рейтинг: Цена: 93160.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
E-Input/Output Devices (e-Readers, Whiteboards).- Facilitating Social Behaviour and Collaboration.- Gaze-Enabled Interaction Design.- Gesture and Tactile User Interfaces.- Gesture-Based User Interface Design and Interaction.- Health/Medical Devices.- Humans and Robots.- Human-Work Interaction Design.- Interface Layout and Data Entry.-Learning and Knowledge-Sharing.- Learning Tools, Learning Contexts.- Managing the UX.- Mobile Interaction Design.- Mobile Phone Applications.
Автор: Guthals Название: Github for Dummies ISBN: 1119572673 ISBN-13(EAN): 9781119572671 Издательство: Wiley Рейтинг: Цена: 28500.00 T Наличие на складе: Невозможна поставка. Описание: ITIL(R) Intermediate Release, Control and Validation - 4 daysThe four courses in Service Capability is aimed at students who need deep knowledge of the processes and the roles of ITIL. Service Lifecycle covered in the course but the primary focus is on processes, functions, roles and activities of its application and use by lifecycle. The courses within the Service Capability is role-based modules, each with a separate certification. Each course includes a grouping of processes and roles within ITIL is intended to give participants a specific knowledge of the practice and application related to the daily work.You`ll learn You get a deeper understanding of the part of the ITIL framework which deals with testing, validation and deployment of services. The course is aimed primarily at people working actively to plan and execute changes in IT services. You get a deeper understanding of the interaction between the requirements definition, testing and deployment as well as the importance of having a well functioning configuration management.Target groupThe target group of the ITIL Expert Qualification: Release, Control and Validation is:¢ Individuals who have attained the ITIL Foundation certificate in Service Management and who wish to advance to higher level ITIL certifications.¢ Individuals who require a deep understanding of ITIL Certificate in Release, Control and Validation processes and how it may be used to enhance the quality of IT service support within an organization.¢ IT professionals that are working within an organization that has adopted and adapted ITIL who need to be informed about and thereafter contribute to an ongoing service improvement programme¢ Operational staff involved in Change Management, Release and Deployment Management, Service Validation and Testing, Service Asset and Configuration Management, Request Fulfilment, Service Evaluation and Knowledge Management, who wish to enhance their role-based capabilities.This may include but is not limited to, IT professionals, business managers and business process owners.ExamThe examination is closed book and made up of multiple choice questions based on a scenario. Students will be allowed 120 minutes to answer the questions. You need at least 70% (28/40 points) to pass.PrerequisitesCandidates wishing to pass the exam for this qualification must already hold the ITIL Foundation Certificate.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz