Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Masterminds of Programming
  • Language: en
  • Pages: 498

Masterminds of Programming

Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. In this unique collection, you'll learn about the processes that led to specific design decisions, including the goals they had in mind, the trade-offs they had to make, and how their experiences have left an impact on programming today. Masterminds of Programming includes individual interviews with: Adin D. Falkoff: APL Thomas E. Kurtz: BASIC Charles H. Moore: FORTH Robin Milner: ML Donald D. Chamberlin: SQL Alfred Aho, Peter Weinberger, and Brian Kernighan: AWK Charles Geschke and John Warnock: PostScript Bjarne Stroustrup: C++ Bertrand Meyer: Eiffel Brad Cox and Tom Love: Objective-C Larry Wall: Perl Simon Peyton Jones, Paul Hudak, Philip Wadler, and John Hughes: Haskell Guido van Rossum: Python Luiz Henrique de Figueiredo and Roberto Ierusalimschy: Lua James Gosling: Java Grady Booch, Ivar Jacobson, and James Rumbaugh: UML Anders Hejlsberg: Delphi inventor and lead developer of C# If you're interested in the people whose vision and hard work helped shape the computer industry, you'll find Masterminds of Programming fascinating.

The Art of Agile Development
  • Language: en
  • Pages: 444

The Art of Agile Development

Plenty of books describe what agile development is or why it helps software projects succeed, but very few combine information for developers, managers, testers, and customers into a single package that they can apply directly. This book provides a gestalt view of the agile development process that serves as a comprehensive introduction for non-technical readers, along with hands-on technical practices for programmers and developers. The book also tackles the people aspect of Extreme Programming.

Cloud Native Architecture
  • Language: en
  • Pages: 320

Cloud Native Architecture

How to plan, design, manage, build, and run monoliths and microservices in an agnostic, scalable, and highly available cloud-native architecture with Kubernetes KEY FEATURES ● Learn about cloud computing's origins and business motivations, exploring various interpretations emphasizing flexibility, integration, and efficiency. ● Establish a plan for cloud success, focusing on culture, teamwork, skill development, and adapting organizational processes like Agile and DevOps. ● Utilize this plan to develop and manage cloud-based applications securely and efficiently on Kubernetes for optimal performance. DESCRIPTION The book “Cloud Native Architecture” explains how to plan, manage, bui...

The Constitution of Algorithms
  • Language: en
  • Pages: 401

The Constitution of Algorithms

  • Type: Book
  • -
  • Published: 2021-04-27
  • -
  • Publisher: MIT Press

A laboratory study that investigates how algorithms come into existence. Algorithms--often associated with the terms big data, machine learning, or artificial intelligence--underlie the technologies we use every day, and disputes over the consequences, actual or potential, of new algorithms arise regularly. In this book, Florian Jaton offers a new way to study computerized methods, providing an account of where algorithms come from and how they are constituted, investigating the practical activities by which algorithms are progressively assembled rather than what they may suggest or require once they are assembled.

Agile Thinking: Leading Successful Software Projects and Teams
  • Language: en
  • Pages: 128

Agile Thinking: Leading Successful Software Projects and Teams

  • Type: Book
  • -
  • Published: Unknown
  • -
  • Publisher: Lulu.com

None

The Agile Consultant
  • Language: en
  • Pages: 240

The Agile Consultant

  • Type: Book
  • -
  • Published: 2016-08-29
  • -
  • Publisher: Apress

Learn the agile philosophy of lean processes, incremental delivery, deep client participation, decentralized authority, and just-in-time planning to bring speed, creativity, empowerment and increased productivity to product development. This book is your guide to becoming the go-to advisor for the enterprise agile transition. Many organizations have brought in agile coaches and achieved great progress in software development productivity, only to find teams slipping back into old methods as they encounter enterprise resistance and dysfunction. The consultative skills required to engage at the enterprise level differ greatly from those needed to coach teams in agile practices. Agile coaches a...

10 PRINT CHR$(205.5+RND(1)); : GOTO 10
  • Language: en
  • Pages: 323

10 PRINT CHR$(205.5+RND(1)); : GOTO 10

  • Type: Book
  • -
  • Published: 2014-08-29
  • -
  • Publisher: MIT Press

A single line of code offers a way to understand the cultural context of computing. This book takes a single line of code—the extremely concise BASIC program for the Commodore 64 inscribed in the title—and uses it as a lens through which to consider the phenomenon of creative computing and the way computer programs exist in culture. The authors of this collaboratively written book treat code not as merely functional but as a text—in the case of 10 PRINT, a text that appeared in many different printed sources—that yields a story about its making, its purpose, its assumptions, and more. They consider randomness and regularity in computing and art, the maze in culture, the popular BASIC programming language, and the highly influential Commodore 64 computer.

Hardware Hacking Projects for Geeks
  • Language: en
  • Pages: 348

Hardware Hacking Projects for Geeks

A collection of unusual projects for computer hardware geeks of all ages explains how to create such projects as a personal Lojack system, Web-enabled coffee machine, cubicle intrusion detection systems, and a laptop battery extender.

Coding Dimensions and the Power of Finite Element, Volume, and Difference Methods
  • Language: en
  • Pages: 301

Coding Dimensions and the Power of Finite Element, Volume, and Difference Methods

  • Type: Book
  • -
  • Published: 2024-07-26
  • -
  • Publisher: IGI Global

Engineers, researchers, and students attempting to effectively utilize numerical methods to solve complex engineering problems in today's fast-paced technological world are increasingly struggling to keep up without the necessary tools. While theoretical knowledge is vital, it can feel disconnected from practical application, leaving many ill-equipped to tackle real-world challenges. Coding Dimensions and the Power of Finite Element, Volume, and Difference Methods offers a comprehensive understanding and hands-on experience with numerical methods, empowering you to push the boundaries of innovation. By providing practical examples of coding and real-world applications, you will be equipped with the skills to tackle dynamic systems, partial and ordinary differential equations, and other mathematical simulations confidently.

Parrot Developer's Guide
  • Language: en
  • Pages: 116

Parrot Developer's Guide

The authors discuss Parrot Intermediate Representation (PIR), Parrot's native low-level language. PIR is fundamentally an assembly language, but it has some higher-level features such as operator syntax, syntactic sugar for subroutine and method calls, and a more friendly conditional syntax.