Author: Ben Collins-Sussman
Publisher: Fultus Corporation
ISBN: 1596821698
Category :
Languages : en
Pages : 469
Book Description
This is the official guide and reference manual for Subversion 1.6 - the popular open source revision control technology.
Subversion 1.6 Official Guide
Author: Ben Collins-Sussman
Publisher: Fultus Corporation
ISBN: 1596821698
Category :
Languages : en
Pages : 469
Book Description
This is the official guide and reference manual for Subversion 1.6 - the popular open source revision control technology.
Publisher: Fultus Corporation
ISBN: 1596821698
Category :
Languages : en
Pages : 469
Book Description
This is the official guide and reference manual for Subversion 1.6 - the popular open source revision control technology.
Version Control with Git
Author: Jon Loeliger
Publisher: "O'Reilly Media, Inc."
ISBN: 1449345042
Category : Computers
Languages : en
Pages : 455
Book Description
Get up to speed on Git for tracking, branching, merging, and managing code revisions. Through a series of step-by-step tutorials, this practical guide takes you quickly from Git fundamentals to advanced techniques, and provides friendly yet rigorous advice for navigating the many functions of this open source version control system. This thoroughly revised edition also includes tips for manipulating trees, extended coverage of the reflog and stash, and a complete introduction to the GitHub repository. Git lets you manage code development in a virtually endless variety of ways, once you understand how to harness the system’s flexibility. This book shows you how. Learn how to use Git for several real-world development scenarios Gain insight into Git’s common-use cases, initial tasks, and basic functions Use the system for both centralized and distributed version control Learn how to manage merges, conflicts, patches, and diffs Apply advanced techniques such as rebasing, hooks, and ways to handle submodules Interact with Subversion (SVN) repositories—including SVN to Git conversions Navigate, use, and contribute to open source projects though GitHub
Publisher: "O'Reilly Media, Inc."
ISBN: 1449345042
Category : Computers
Languages : en
Pages : 455
Book Description
Get up to speed on Git for tracking, branching, merging, and managing code revisions. Through a series of step-by-step tutorials, this practical guide takes you quickly from Git fundamentals to advanced techniques, and provides friendly yet rigorous advice for navigating the many functions of this open source version control system. This thoroughly revised edition also includes tips for manipulating trees, extended coverage of the reflog and stash, and a complete introduction to the GitHub repository. Git lets you manage code development in a virtually endless variety of ways, once you understand how to harness the system’s flexibility. This book shows you how. Learn how to use Git for several real-world development scenarios Gain insight into Git’s common-use cases, initial tasks, and basic functions Use the system for both centralized and distributed version control Learn how to manage merges, conflicts, patches, and diffs Apply advanced techniques such as rebasing, hooks, and ways to handle submodules Interact with Subversion (SVN) repositories—including SVN to Git conversions Navigate, use, and contribute to open source projects though GitHub
Open Source Development with CVS
Author: Moshe Bar
Publisher:
ISBN: 9781932111811
Category : Computers
Languages : en
Pages : 0
Book Description
The first edition was one of the first books available on development and implementation of open source software using CVS. The second edition explains how CVS affects the architecture and design of applications and covers strategies, third-party tools, scalability, client access limits, and overall server administration for CVS.
Publisher:
ISBN: 9781932111811
Category : Computers
Languages : en
Pages : 0
Book Description
The first edition was one of the first books available on development and implementation of open source software using CVS. The second edition explains how CVS affects the architecture and design of applications and covers strategies, third-party tools, scalability, client access limits, and overall server administration for CVS.
Version Control by Example
Author: Eric Sink
Publisher:
ISBN: 9780983507901
Category : Computer software
Languages : en
Pages : 277
Book Description
Publisher:
ISBN: 9780983507901
Category : Computer software
Languages : en
Pages : 277
Book Description
Git Essentials
Author: Ferdinando Santacroce
Publisher: Packt Publishing Ltd
ISBN: 1785287273
Category : Computers
Languages : en
Pages : 168
Book Description
If you are a software developer with little or no experience of versioning systems, or are familiar with other centralized versioning systems, then this book is for you. If you have some experience working with command lines or using Linux admin or just using Unix and want to know more about Git, then this book is ideal for you.
Publisher: Packt Publishing Ltd
ISBN: 1785287273
Category : Computers
Languages : en
Pages : 168
Book Description
If you are a software developer with little or no experience of versioning systems, or are familiar with other centralized versioning systems, then this book is for you. If you have some experience working with command lines or using Linux admin or just using Unix and want to know more about Git, then this book is ideal for you.
Building Software Teams
Author: Joost Visser
Publisher: "O'Reilly Media, Inc."
ISBN: 1491951826
Category : Computers
Languages : en
Pages : 136
Book Description
Why does poor software quality continue to plague enterprises of all sizes in all industries? Part of the problem lies with the process, rather than individual developers. This practical guide provides ten best practices to help team leaders create an effective working environment through key adjustments to their process. As a follow-up to their popular book, Building Maintainable Software, consultants with the Software Improvement Group (SIG) offer critical lessons based on their assessment of development processes used by hundreds of software teams. Each practice includes examples of goalsetting to help you choose the right metrics for your team. Achieve development goals by determining meaningful metrics with the Goal-Question-Metric approach Translate those goals to a verifiable Definition of Done Manage code versions for consistent and predictable modification Control separate environments for each stage in the development pipeline Automate tests as much as possible and steer their guidelines and expectations Let the Continuous Integration server do much of the hard work for you Automate the process of pushing code through the pipeline Define development process standards to improve consistency and simplicity Manage dependencies on third party code to keep your software consistent and up to date Document only the most necessary and current knowledge
Publisher: "O'Reilly Media, Inc."
ISBN: 1491951826
Category : Computers
Languages : en
Pages : 136
Book Description
Why does poor software quality continue to plague enterprises of all sizes in all industries? Part of the problem lies with the process, rather than individual developers. This practical guide provides ten best practices to help team leaders create an effective working environment through key adjustments to their process. As a follow-up to their popular book, Building Maintainable Software, consultants with the Software Improvement Group (SIG) offer critical lessons based on their assessment of development processes used by hundreds of software teams. Each practice includes examples of goalsetting to help you choose the right metrics for your team. Achieve development goals by determining meaningful metrics with the Goal-Question-Metric approach Translate those goals to a verifiable Definition of Done Manage code versions for consistent and predictable modification Control separate environments for each stage in the development pipeline Automate tests as much as possible and steer their guidelines and expectations Let the Continuous Integration server do much of the hard work for you Automate the process of pushing code through the pipeline Define development process standards to improve consistency and simplicity Manage dependencies on third party code to keep your software consistent and up to date Document only the most necessary and current knowledge
Modern Programming Made Easy
Author: Adam L. Davis
Publisher: Apress
ISBN: 1484255690
Category : Computers
Languages : en
Pages : 193
Book Description
Get up and running fast with the basics of programming using Java as an example language. This short book gets you thinking like a programmer in an easy and entertaining way. Modern Programming Made Easy teaches you basic coding principles, including working with lists, sets, arrays, and maps; coding in the object-oriented style; and writing a web application. This book is largely language agnostic, but mainly covers the latest appropriate and relevant release of Java, with some updated references to Groovy, Scala, and JavaScript to give you a broad range of examples to consider. You will get a taste of what modern programming has to offer and set yourself up for further study and growth in your chosen language. What You'll Learn Write code using the functional programming style Build your code using the latest releases of Java, Groovy, and more Test your code Read and write from files Design user interfaces Deploy your app in the cloud Who This Book Is For Anyone who wants to learn how to code. Whether you're a student, a teacher, looking for a career change, or just a hobbyist, this book is made for you.
Publisher: Apress
ISBN: 1484255690
Category : Computers
Languages : en
Pages : 193
Book Description
Get up and running fast with the basics of programming using Java as an example language. This short book gets you thinking like a programmer in an easy and entertaining way. Modern Programming Made Easy teaches you basic coding principles, including working with lists, sets, arrays, and maps; coding in the object-oriented style; and writing a web application. This book is largely language agnostic, but mainly covers the latest appropriate and relevant release of Java, with some updated references to Groovy, Scala, and JavaScript to give you a broad range of examples to consider. You will get a taste of what modern programming has to offer and set yourself up for further study and growth in your chosen language. What You'll Learn Write code using the functional programming style Build your code using the latest releases of Java, Groovy, and more Test your code Read and write from files Design user interfaces Deploy your app in the cloud Who This Book Is For Anyone who wants to learn how to code. Whether you're a student, a teacher, looking for a career change, or just a hobbyist, this book is made for you.
Pro Git
Author: Scott Chacon
Publisher: Apress
ISBN: 1484200764
Category : Computers
Languages : en
Pages : 441
Book Description
Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world. Git has come a long way since it was first developed by Linus Torvalds for Linux kernel development. It has taken the open source world by storm since its inception in 2005, and this book teaches you how to use it like a pro. Effective and well-implemented version control is a necessity for successful web projects, whether large or small. With this book you’ll learn how to master the world of distributed version workflow, use the distributed features of Git to the full, and extend Git to meet your every need. Written by Git pros Scott Chacon and Ben Straub, Pro Git (Second Edition) builds on the hugely successful first edition, and is now fully updated for Git version 2.0, as well as including an indispensable chapter on GitHub. It’s the best book for all your Git needs.
Publisher: Apress
ISBN: 1484200764
Category : Computers
Languages : en
Pages : 441
Book Description
Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world. Git has come a long way since it was first developed by Linus Torvalds for Linux kernel development. It has taken the open source world by storm since its inception in 2005, and this book teaches you how to use it like a pro. Effective and well-implemented version control is a necessity for successful web projects, whether large or small. With this book you’ll learn how to master the world of distributed version workflow, use the distributed features of Git to the full, and extend Git to meet your every need. Written by Git pros Scott Chacon and Ben Straub, Pro Git (Second Edition) builds on the hugely successful first edition, and is now fully updated for Git version 2.0, as well as including an indispensable chapter on GitHub. It’s the best book for all your Git needs.
Urban Subversion and the Creative City
Author: Oli Mould
Publisher: Routledge
ISBN: 1317633253
Category : Science
Languages : en
Pages : 218
Book Description
Check out the author's video to find out more about the book: https://vimeo.com/124247409 This book provides a comprehensive critique of the current Creative City paradigm, with a capital ‘C’, and argues for a creative city with a small ‘c’ via a theoretical exploration of urban subversion. The book argues that the Creative City (with a capital 'C') is a systemic requirement of neoliberal capitalist urban development and part of the wider policy framework of ‘creativity’ that includes the creative industries and the creative class, and also has inequalities and injustices in-built. The book argues that the Creative City does stimulate creativity, but through a reaction to it, not as part of it. Creative City policies speak of having mechanisms to stimulate individual, collective or civic creativity, yet through a theoretical exploration of urban subversion, the book argues that to be 'truly' creative is to be radically different from those creative practices that the Creative City caters for. Moreover, the book analyses the role that urban subversion and subcultures have in the contemporary city in challenging the dominant political economic hegemony of urban creativity. Creative activities of people from cities all over the world are discussed and critically analysed to highlight how urban creativity has become co-opted for political and economic goals, but through a radical reconceptualisation of what creativity is that includes urban subversion, we can begin to realise a creative city (with a small 'c').
Publisher: Routledge
ISBN: 1317633253
Category : Science
Languages : en
Pages : 218
Book Description
Check out the author's video to find out more about the book: https://vimeo.com/124247409 This book provides a comprehensive critique of the current Creative City paradigm, with a capital ‘C’, and argues for a creative city with a small ‘c’ via a theoretical exploration of urban subversion. The book argues that the Creative City (with a capital 'C') is a systemic requirement of neoliberal capitalist urban development and part of the wider policy framework of ‘creativity’ that includes the creative industries and the creative class, and also has inequalities and injustices in-built. The book argues that the Creative City does stimulate creativity, but through a reaction to it, not as part of it. Creative City policies speak of having mechanisms to stimulate individual, collective or civic creativity, yet through a theoretical exploration of urban subversion, the book argues that to be 'truly' creative is to be radically different from those creative practices that the Creative City caters for. Moreover, the book analyses the role that urban subversion and subcultures have in the contemporary city in challenging the dominant political economic hegemony of urban creativity. Creative activities of people from cities all over the world are discussed and critically analysed to highlight how urban creativity has become co-opted for political and economic goals, but through a radical reconceptualisation of what creativity is that includes urban subversion, we can begin to realise a creative city (with a small 'c').
Team Geek
Author: Brian W. Fitzpatrick
Publisher: "O'Reilly Media, Inc."
ISBN: 144932987X
Category : Computers
Languages : en
Pages : 194
Book Description
In a perfect world, software engineers who produce the best code are the most successful. But in our perfectly messy world, success also depends on how you work with people to get your job done. In this highly entertaining book, Brian Fitzpatrick and Ben Collins-Sussman cover basic patterns and anti-patterns for working with other people, teams, and users while trying to develop software. This is valuable information from two respected software engineers whose popular series of talks—including "Working with Poisonous People"—has attracted hundreds of thousands of followers. Writing software is a team sport, and human factors have as much influence on the outcome as technical factors. Even if you’ve spent decades learning the technical side of programming, this book teaches you about the often-overlooked human component. By learning to collaborate and investing in the "soft skills" of software engineering, you can have a much greater impact for the same amount of effort. Team Geek was named as a Finalist in the 2013 Jolt Awards from Dr. Dobb's Journal. The publication's panel of judges chose five notable books, published during a 12-month period ending June 30, that every serious programmer should read.
Publisher: "O'Reilly Media, Inc."
ISBN: 144932987X
Category : Computers
Languages : en
Pages : 194
Book Description
In a perfect world, software engineers who produce the best code are the most successful. But in our perfectly messy world, success also depends on how you work with people to get your job done. In this highly entertaining book, Brian Fitzpatrick and Ben Collins-Sussman cover basic patterns and anti-patterns for working with other people, teams, and users while trying to develop software. This is valuable information from two respected software engineers whose popular series of talks—including "Working with Poisonous People"—has attracted hundreds of thousands of followers. Writing software is a team sport, and human factors have as much influence on the outcome as technical factors. Even if you’ve spent decades learning the technical side of programming, this book teaches you about the often-overlooked human component. By learning to collaborate and investing in the "soft skills" of software engineering, you can have a much greater impact for the same amount of effort. Team Geek was named as a Finalist in the 2013 Jolt Awards from Dr. Dobb's Journal. The publication's panel of judges chose five notable books, published during a 12-month period ending June 30, that every serious programmer should read.