Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (59 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Join us for a special conversation with Sam Newman and software development pro Kevlin Henney, who'll discuss software design things that practitioners keep forgetting about and why good design matters so much. They'll also explore the idea of using the oft-cited "right tool for the job" and explain why that's so difficult to determine when the very process of development is what reveals "the job." This is a chance for you to hear from Sam and Kevlin about software development, how to use the right tools for your work, and their own career journeys. They'll spend a few minutes covering the trends that are influencing software, then tell you what you need to know to stay ahead of the curve. What you'll learn and how you can apply it Explore what really matters for software design See what's coming next for software development This recording of a live event is for you because... You want the chance to ask Sam Newman and Kevlin Henney your questions about software development. Recommended follow-up: Attend Software Development Superstream: Becoming a Senior Software Engineer (live event on February 22).
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : GoTop Information, Inc. | Boston, MA : Safari
    ISBN: 9789862769874
    Language: English , Chinese
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 廣集專家智慧精粹,讓你學習每位程式設計人所應該知道的一切。無論你是使用哪一種程式語言,透過書中 97 位專家所貢獻的經驗建議和智慧精要與極具實用的訣竅,以最簡潔有力的方式與全新的思維,解決以往難以處理的窠臼。你的專業能力將因此提升,實踐方式也能更適切務實。 本書作者是一群深具實務經驗及備受推崇的專家—包括 Michael Feathers、Pete Goodliffe、Diomidis Spinellis、Cay Horstmann、Verity Stob 等。書中所涵蓋的實踐知識和原則,都可在你所面對的各類型專案中應用發揮。 書中有代表性的主題包括: ‧使用領域的詞語撰寫程式 (Dan North) ‧測試是為人而寫 (Gerard Meszaros) ‧方便性不是一種能力 (Gregor Hohpe) ‧了解你的 IDE (Heinz Kabutz) ‧一封給未來的訊息 (Linda Rising) ‧童子軍規則 (Robert C. Martin, aka Uncle Bob) ‧謹慎共享 (Udi Dahan) 以及更多精采文章... Kevlin Henney 是一位獨立諮詢師、培訓師以及作者,致力於程式設計、模式、實踐經驗與開發過程。他曾與人合著兩本物件導向軟體架構系列書籍:《Pattern-Oriented Software Architecture Volume 4:A Pattern Language for Distributed Computing》與《Pattern Oriented Software Architecture Volume 5:On Patterns and Pattern Languages》(均由 Wiley 公司出版)
    Note: Online resource; Title from title page (viewed September 29, 2014) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Wiley series in software design patterns
    Parallel Title: Erscheint auch als
    Keywords: Software engineering ; Object-oriented programming (Computer science) ; Software patterns ; Electronic books ; Electronic books ; local
    Abstract: Software patterns have revolutionized the way developers think about how software is designed, built, and documented, and this unique book offers an in-depth look of what patterns are, what they are not, and how to use them successfully The only book to attempt to develop a comprehensive language that integrates patterns from key literature, it also serves as a reference manual for all pattern-oriented software architecture (POSA) patterns Addresses the question of what a pattern language is and compares various pattern paradigms Developers and programmers operating in an object-oriented environment will find this book to be an invaluable resource
    Note: Includes bibliographical references and indexes. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (350 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you want to push your Java skills to the next level, this book provides expert advice from Java leaders and practitioners. You'll be encouraged to look at problems in new ways, take broader responsibility for your work, stretch yourself by learning new techniques, and become as good at the entire craft of development as you possibly can. Edited by Kevlin Henney and Trisha Gee, 97 Things Every Java Programmer Should Know reflects lifetimes of experience writing Java software and living with the process of software development. Great programmers share their collected wisdom to help you rethink Java practices, whether working with legacy code or incorporating changes since Java 8. A few of the 97 things you should know: "Behavior Is Easy, State Is Hard"-Edson Yanaga "Learn Java Idioms and Cache in Your Brain"-Jeanne Boyarsky "Java Programming from a JVM Performance Perspective"-Monica Beckwith "Garbage Collection Is Your Friend"-Holly K Cummins "Java's Unspeakable Types"-Ben Evans "The Rebirth of Java"-Sander Mak "Do You Know What Time It Is?"-Christin Gorman
    Note: Online resource; Title from title page (viewed May 22, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596809515 , 0596809514
    Language: English
    Pages: 1 online resource (xxiv, 229 p.) , ill.
    Edition: 1st ed.
    Parallel Title: Erscheint auch als
    Keywords: Computer programming ; Computer programmers ; Computer software ; Development ; Electronic books ; local
    Abstract: Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice. With contributions from some of the most experienced and respected practitioners in the industry--including Michael Feathers, Pete Goodliffe, Diomidis Spinellis, Cay Horstmann, Verity Stob, and many more--this book contains practical knowledge and principles that you can apply to all kinds of projects. A few of the 97 things you should know: "Code in the Language of the Domain" by Dan North "Write Tests for People" by Gerard Meszaros "Convenience Is Not an -ility" by Gregor Hohpe "Know Your IDE" by Heinz Kabutz "A Message to the Future" by Linda Rising "The Boy Scout Rule" by Robert C. Martin (Uncle Bob) "Beware the Share" by Udi Dahan
    Note: Description based on print version record. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Language: English
    Pages: 1 online resource (xxxi, 602 p.) , ill.
    Series Statement: Wiley series in software design patterns
    Parallel Title: Erscheint auch als
    Keywords: Software engineering ; Object-oriented programming (Computer science) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The eagerly awaited Pattern-Oriented Software Architecture (POSA) Volume 4 is about a pattern language for distributed computing. The authors will guide you through the best practices and introduce you to key areas of building distributed software systems. POSA 4 connects many stand-alone patterns, pattern collections and pattern languages from the existing body of literature found in the POSA series. Such patterns relate to and are useful for distributed computing to a single language. The panel of experts provides you with a consistent and coherent holistic view on the craft of building distributed systems. Includes a foreword by Martin Fowler A must read for practitioners who want practical advice to develop a comprehensive language integrating patterns from key literature.
    Note: Includes bibliographical references (p. [573]-586) and indexes. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Language: English
    Pages: 1 online resource (1 streaming video file (2 hr., 2 min.)) , digital, sound, color
    Keywords: Software architecture ; Electronic videos ; local ; Electronic videos
    Abstract: Includes keynotes from the conference.
    Note: Title and publication information from resource description page (Safari, viewed November 4, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...