Popular Streetmap Books

15+ [Hand Picked] Popular Books On Streetmap

Discover the list of some best books written on Streetmap by popular award winning authors. These book on topic Streetmap highly popular among the readers worldwide.

4/5

London A-Z by Geographers' A-Z Map Company

A top-selling guide. London cabbies train for years to navigate the city's meandering streets and mews. London A-Z is their bible. This highly detailed city atlas is found in every car in the country. It shows all the streets, lanes and courtyards, as well as train stations, gardens, parks, museums, rivers and points of interest. In total, over 40,000 thoroughfares are ind A top-selling guide. London cabbies train for years to navigate the city's meandering streets and mews. London A-Z is their bible. This highly detailed city atlas is found in every car in the country. It shows all the streets, lanes and courtyards, as well as train stations, gardens, parks, museums, rivers and points of interest. In total, over 40,000 thoroughfares are indexed, and the all-color maps make for easy reading of the thousands of details. Don't go to London without this book.

I WANT TO READ THIS
4.8/5

Succeeding with Agile: Software Development Using Scrum by Mike Cohn

Proven, 100% Practical Guidance for Making Scrum and Agile Work in Any Organization. This is the definitive, realistic, actionable guide to starting fast with Scrum and agile–and then succeeding over the long haul. Leading agile consultant and practitioner Mike Cohn presents detailed recommendations, powerful tips, and real-world case studies drawn from his unparalleled exp Proven, 100% Practical Guidance for Making Scrum and Agile Work in Any Organization. This is the definitive, realistic, actionable guide to starting fast with Scrum and agile–and then succeeding over the long haul. Leading agile consultant and practitioner Mike Cohn presents detailed recommendations, powerful tips, and real-world case studies drawn from his unparalleled experience helping hundreds of software organizations make Scrum and agile work. "Succeeding with Agile" is for pragmatic software professionals who want real answers to the most difficult challenges they face in implementing Scrum. Cohn covers every facet of the transition: getting started, helping individuals transition to new roles, structuring teams, scaling up, working with a distributed team, and finally, implementing effective metrics and continuous improvement. Throughout, Cohn presents “Things to Try Now” sections based on his most successful advice. Complementary “Objection” sections reproduce typical conversations with those resisting change and offer practical guidance for addressing their concerns. Coverage includes: - Practical ways to get started immediately–and “get good” fast - Overcoming individual resistance to the changes Scrum requires - Staffing Scrum projects and building effective teams - Establishing “improvement communities” of people who are passionate about driving change - Choosing which agile technical practices to use or experiment with - Leading self-organizing teams - Making the most of Scrum sprints, planning, and quality techniques - Scaling Scrum to distributed, multiteam projects - Using Scrum on projects with complex sequential processes or challenging compliance and governance requirements - Understanding Scrum’s impact on HR, facilities, and project management Whether you've completed a few sprints or multiple agile projects and whatever your role–manager, developer, coach, ScrumMaster, product owner, analyst, team lead, or project lead–this book will help you succeed with your very next project. Then, it will help you go much further: It will help you transform your entire development organization.

I WANT TO READ THIS
4.3/5

Introduction to Algorithms by Thomas H. Cormen , Charles E. Leiserson , Ronald L. Rivest , Clifford Stein

This title covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept element This title covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.

I WANT TO READ THIS
4.5/5

Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions by Gregor Hohpe , Bobby Woolf

Enterprise Integration Patterns provides an invaluable catalog of sixty-five patterns, with real-world solutions that demonstrate the formidable of messaging and help you to design effective messaging solutions for your enterprise. The authors also include examples covering a variety of different integration technologies, such as JMS, MSMQ, TIBCO ActiveEnterprise, Microsof Enterprise Integration Patterns provides an invaluable catalog of sixty-five patterns, with real-world solutions that demonstrate the formidable of messaging and help you to design effective messaging solutions for your enterprise. The authors also include examples covering a variety of different integration technologies, such as JMS, MSMQ, TIBCO ActiveEnterprise, Microsoft BizTalk, SOAP, and XSL. A case study describing a bond trading system illustrates the patterns in practice, and the book offers a look at emerging standards, as well as insights into what the future of enterprise integration might hold. This book provides a consistent vocabulary and visual notation framework to describe large-scale integration solutions across many technologies. It also explores in detail the advantages and limitations of asynchronous messaging architectures. The authors present practical advice on designing code that connects an application to a messaging system, and provide extensive information to help you determine when to send a message, how to route it to the proper destination, and how to monitor the health of a messaging system. If you want to know how to manage, monitor, and maintain a messaging system once it is in use, get this book.

I WANT TO READ THIS
4.1/5

Source Code Analytics With Roslyn and JavaScript Data Visualization by Sudipta Mukherjee

Learn how to build an interactive source code analytics system using Roslyn and JavaScript. This concise 150 page book will help you create and use practical code analysis tools utilizing the new features of Microsoft’s Roslyn compiler to understand the health of your code and identify parts of the code for refactoring.  Source code is one of the biggest assets of a softwar Learn how to build an interactive source code analytics system using Roslyn and JavaScript. This concise 150 page book will help you create and use practical code analysis tools utilizing the new features of Microsoft’s Roslyn compiler to understand the health of your code and identify parts of the code for refactoring.  Source code is one of the biggest assets of a software company. However if not maintained well, it can become a big liability. As source code becomes larger. more complex and accessed via the cloud, maintaining code quality becomes even more challenging. The author provides straightforward tools and advice on how to manage code quality in this new environment.  Roslyn exposes a set of APIs which allow developers to parse their C# and VB.NET code and drastically lower the barrier to entry for Meta programming in .NET. Roslyn has a dedicated set of APIs for creating custom refactoring for integrating with Visual Studio.  This title will show readers how to use Roslyn along with industry standard JavaScript visualization APIs like HighCharts, D3.js etc to create a scalable and highly responsive source code analytics system.  What You Will Learn Understand the Roslyn Syntax API Use Data Visualization techniques to assist code analysis process visually Code health monitoring matrices (from the standard of Code Query Language) Code mining techniques to identify design patterns used in source code Code forensics techniques to identify probable author of a given source code Techniques to identify duplicate/near duplicate code Who This Book is For .NET Software Developers and Architects

I WANT TO READ THIS
3.1/5

.NET Development Using the Compiler API by Jason Bock

This is the first book to describe the recent significant changes to the .NET compilation process and demonstrate how .NET developers can use the new Compiler API to create compelling applications. As an open source compiler, the Compiler API now makes its code available for anyone to use. In this book, you’ll get a concise, focused view of this tremendous resource for de This is the first book to describe the recent significant changes to the .NET compilation process and demonstrate how .NET developers can use the new Compiler API to create compelling applications. As an open source compiler, the Compiler API now makes its code available for anyone to use. In this book, you’ll get a concise, focused view of this tremendous resource for developers, who can now use any part of the platform implementation to their advantage in analyzing applications, improving code generation, and providing enforceable patterns, all under an OSS model. You will learn how to analyze your code for defects in a fast, clean manner never available before. You’ll work with solutions and projects to provide automatic refactoring, and you’ll discover how you can generate code dynamically to provide application implementations at runtime Having the Compiler API available opens a number of doors for .NET developers that were either simply not there before, or difficult to achieve. However, the API is vast, and this concise book provides a valuable roadmap to this new development environment. What You Will Learn: Understand how to generate, compile, and execute code for a number of scenarios How to create diagnostics and refactoring to help developers enforce conventions and design idioms Experiment with the compiler code base and see what can be done to influence the inner workings of the compilation pipeline Who This Book Is For:Experienced .NET developers, but detailed compiler knowledge is not necessary.

I WANT TO READ THIS
3.5/5

Прикладной системный анализ by Тарасенко Ф.П.

В основу пособия положен курс лекций, читаемый автором в Томском государственном университете по новой дисциплине — прикладному системному анализу. Содержится описание созданной в последние десятилетия теоретиками и практиками системного анализа технологии решения проблем реальной жизни. В первой, методологической, части курса даются базовые понятия системологии, необходим В основу пособия положен курс лекций, читаемый автором в Томском государственном университете по новой дисциплине — прикладному системному анализу. Содержится описание созданной в последние десятилетия теоретиками и практиками системного анализа технологии решения проблем реальной жизни. В первой, методологической, части курса даются базовые понятия системологии, необходимые для обоснования и изложения технологии. Эта технология применима к проблемам любой природы: набор дисциплин, сведения из которых требуются для решения конкретной проблемы, определяется природой этой проблемы и специфичен для нее, а последовательность операций и методы пр

I WANT TO READ THIS
4.6/5

Inside Windows Debugging (Developer Reference) by Tarik Soulami

Use Windows debuggers throughout the development cycle—and build better software Rethink your use of Windows debugging and tracing tools—and learn how to make them a key part of test-driven software development. Led by a member of the Windows Fundamentals Team at Microsoft, you’ll apply expert debugging and tracing techniques—and sharpen your C++ and C# code analysis skil Use Windows debuggers throughout the development cycle—and build better software Rethink your use of Windows debugging and tracing tools—and learn how to make them a key part of test-driven software development. Led by a member of the Windows Fundamentals Team at Microsoft, you’ll apply expert debugging and tracing techniques—and sharpen your C++ and C# code analysis skills—through practical examples and common scenarios. Learn why experienced developers use debuggers in every step of the development process, and not just when bugs appear. Discover how to: Go behind the scenes to examine how powerful Windows debuggers work Catch bugs early in the development cycle with static and runtime analysis tools Gain practical strategies to tackle the most common code defects Apply expert tricks to handle user-mode and kernel-mode debugging tasks Implement postmortem techniques such as JIT and dump debugging Debug the concurrency and security aspects of your software Use debuggers to analyze interactions between your code and the operating system Analyze software behavior with Xperf and the Event Tracing for Windows (ETW) framework

I WANT TO READ THIS
4.1/5

Building Microservices: Designing Fine-Grained Systems by Sam Newman

Distributed systems have become more fine-grained in the past 10 years, shifting from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when Distributed systems have become more fine-grained in the past 10 years, shifting from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures. Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain. Discover how microservices allow you to align your system design with your organization's goals Learn options for integrating a service with the rest of your system Take an incremental approach when splitting monolithic codebases Deploy individual microservices through continuous integration Examine the complexities of testing and monitoring distributed services Manage security with user-to-service and service-to-service models Understand the challenges of scaling microservice architectures

I WANT TO READ THIS
3.2/5

Pro .Net Performance: Optimize Your C# Applications by Sasha Goldshtein , Dima Zurbalev , Ido Flatow

Maximizing the performance of your algorithms and applications is extremely important and can give you a competitive advantage, a lower cost of ownership, and happier users. Pro .NET Performance explains the internals of Windows, the CLR, and the physical hardware that affect the performance of your applications, and gives you the knowledge and tools to measure how your co Maximizing the performance of your algorithms and applications is extremely important and can give you a competitive advantage, a lower cost of ownership, and happier users. Pro .NET Performance explains the internals of Windows, the CLR, and the physical hardware that affect the performance of your applications, and gives you the knowledge and tools to measure how your code performs in isolation from external factors. The book is full of C# code samples and tips to help you squeeze every bit of juice from your application lower memory utilization, consistent CPU usage, and fewer I/O operations across the network and disk. Pro .NET Performance will change the way you think about .NET application development. Guides you through performance measurement with a variety of profilers and other tools Explains how OS and CLR internals affect your application s performance in unexpected ways Provides you with tips and real-life case studies for improving application performance "

I WANT TO READ THIS
3.5/5

Under the Hood of .NET Memory Management by Chris Farrell , Nick Harrison

This book starts with an introduction to the core concepts of .NET memory management and garbage collection, and then quickly layers on additional details and intricacies. Once you're up to speed, you can dive into the guided troubleshooting tour, and tips for engineering your application to maximise performance. And to finish off, take a look at some more sophisticated co This book starts with an introduction to the core concepts of .NET memory management and garbage collection, and then quickly layers on additional details and intricacies. Once you're up to speed, you can dive into the guided troubleshooting tour, and tips for engineering your application to maximise performance. And to finish off, take a look at some more sophisticated considerations, and even a peek inside the Windows memory model.

I WANT TO READ THIS
3.7/5

Beyond Software Architecture: Creating and Sustaining Winning Solutions by Luke Hohmann

Contains insights and lessons about creating winning software solutions in the context of a real-world business. This book provides practical techniques that development executives can employ to improve the productivity of their software organization. It deals with issues like licensing, deployment, installation, configuration, and support.

I WANT TO READ THIS
3/5

Системное мышление: Учебник by Анатолий Левенчук

Системное мышление помогает бороться со сложностью в инженерных, менеджерских, предпринимательских и культурных проектах: оно даёт возможность думать по очереди обо всём важном, но при этом не терять взаимовлияний этих по отдельности продуманных моментов. Содержание данного учебника для ВУЗов базируется не столько на традиционной академической литературе по общей теории си Системное мышление помогает бороться со сложностью в инженерных, менеджерских, предпринимательских и культурных проектах: оно даёт возможность думать по очереди обо всём важном, но при этом не терять взаимовлияний этих по отдельности продуманных моментов. Содержание данного учебника для ВУЗов базируется не столько на традиционной академической литературе по общей теории систем, сколько на современных международных стандартах и публичных документах системной инженерии и инженерии предприятий.

I WANT TO READ THIS
4/5

Fix Your Supply Chain: How to Create a Sustainable Lean Improvement Roadmap by Paul C. Husby , Dan Swartwood

Written by business leaders for business leaders, this book explores successful supply chain improvement requirements and improvement methodologies, along with their strengths and limitations. It covers the use of these techniques in a story about Twin City Manufacturing, a fictitious company based on the authors' actual experiences. The principles put forth in this volume Written by business leaders for business leaders, this book explores successful supply chain improvement requirements and improvement methodologies, along with their strengths and limitations. It covers the use of these techniques in a story about Twin City Manufacturing, a fictitious company based on the authors' actual experiences. The principles put forth in this volume show how to enable and sustain long-term change. Whether you are intimately familiar with the supply chain discipline or have limited experience, the authors provide a valuable roadmap that can be applied to supply chain improvement. Drawing from their combined 70 years of experience with supply chain-related functions, they explore seven factors that can help a company become one of the few that truly achieve and maintain operational excellence. 1. Top company leadership 2. Improvement methodology 3. Continuous improvement strategy 4. The cause and the vision 5. The Sustainable Improvement Roadmap 6. Enablement of sustainability 7. Constancy of purpose Operational excellence is required to make any winning business strategy sustainable, but it is only achieved and sustained through continuous improvement, and these improvements must be real. This book will arm you with the knowledge and methods needed to identify needed change and the tools to implement them, and perhaps most importantly, give you the confidence needed to become an effective change agent.

I WANT TO READ THIS
3.3/5

Lean Roadmap by Howard Thomes , Lulu Press (Manufactured by)

Lean Roadmap is the resource that clearly defines in logical building block steps the design of a lean vision for both material flow and information flow throughout your supply chain. Prior to Lean Roadmap, lean design and implementation for the most part addressed equipment arrangement into cells. After all we can see and touch the equipment and the layout practically def Lean Roadmap is the resource that clearly defines in logical building block steps the design of a lean vision for both material flow and information flow throughout your supply chain. Prior to Lean Roadmap, lean design and implementation for the most part addressed equipment arrangement into cells. After all we can see and touch the equipment and the layout practically defines itself. What has been overlooked and all but devoid from lean design is the information flow aspect of lean, how to configure and utilize MRP/ERP business software for a successful lean implementation. Realization of the full benefits of lean cannot be attained until the information flow processes have been designed and implemented. Lean Roadmap introduces a complete, logical and systemic process utilizing the investment in your business software for a lean supply chain design. The supply chain requires proper design, planning and ongoing management to realize attainment of goals.

I WANT TO READ THIS