Vores kunder ligger øverst på Google

Google Ads Specialister fra Vestjylland

Vi er 100% dedikerede til Google Annoncering – Vi har mange års erfaring med Google Ads og den bruger vi på at opsætte, optimere & vedligeholde vores fantastiske kunders konti.

100% Specialiseret i Google Ads
Vi har mange års erfaring fra +300 konti
Ingen lange bindinger & evighedskontrakter
Jævnlig opfølgning med hver enkelt kunde
Vi tager din virksomhed seriøst

9 resultater (0,24976 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Building a Future-Proof Cloud Infrastructure - Silvano Gai - Bog - Pearson Education (US) - Plusbog.dk

Building a Future-Proof Cloud Infrastructure - Silvano Gai - Bog - Pearson Education (US) - Plusbog.dk

Prepare for the future of cloud infrastructure: Distributed Services Platforms By moving service modules closer to applications, Distributed Services (DS) Platforms will future-proof cloud architectures–improving performance, responsiveness, observability, and troubleshooting. Network pioneer Silvano Gai demonstrates DS Platforms’ remarkable capabilities and guides you through implementing them in diverse hardware. Focusing on business benefits throughout, Gai shows how to provide essential shared services such as segment routing, NAT, firewall, micro-segmentation, load balancing, SSL/TLS termination, VPNs, RDMA, and storage–including storage compression and encryption. He also compares three leading hardware-based approaches–Sea of Processors, FPGAs, and ASICs–preparing you to evaluate solutions, ask the right questions, and plan strategies for your environment. - - Understand the business drivers behind DS Platforms, and the value they offer - - See how modern network design and virtualization create a foundation for DS Platforms - - Achieve unprecedented scale through domain-specific hardware, standardized functionalities, and granular distribution - - Compare advantages and disadvantages of each leading hardware approach to DS Platforms - - Learn how P4 Domain-Specific Language and architecture enable high-performance, low-power ASICs that are data-plane-programmable at runtime - - Distribute cloud security services, including firewalls, encryption, key management, and VPNs - - Implement distributed storage and RDMA services in large-scale cloud networks - - Utilize Distributed Services Cards to offload networking processing from host CPUs - - Explore the newest DS Platform management architectures - Building a Future-Proof Cloud Architecture is for network, cloud, application, and storage engineers, security experts, and every technology professional who wants to succeed with tomorrow’s most advanced service architectures.

DKK 388.00
1

Operating Room Skills - Nancy Dankanich - Bog - Pearson Education (US) - Plusbog.dk

Oracle PL/SQL in 10 Minutes, Sams Teach Yourself - Ben Forta - Bog - Pearson Education (US) - Plusbog.dk

More Effective C# - Bill Wagner - Bog - Pearson Education (US) - Plusbog.dk

More Effective C# - Bill Wagner - Bog - Pearson Education (US) - Plusbog.dk

In More Effective C#, Second Edition, world-renowned .NET expert Bill Wagner identifies and illuminates 50 intermediate-to-advanced techniques for writing exceptionally robust and well-performing C# 7.0 code. Reflecting the growing sophistication of the C# language and its development community, Wagner presents powerful new solutions to problems you’re likely to encounter every day. Through three editions of Effective C#, Wagner’s clear explanations, expert tips, and realistic code examples have proven invaluable to hundreds of thousands of developers. With the publication of this title, Effective C#, Third Edition, and More Effective C#, Second Edition, have been completely reorganized to provide clear explanations, expert tips, and realistic code examples in a cohesive package for modern C#. More Effective C#, Second Edition, brings the same proven approach to the new features in C# 7.0, helping you perform familiar tasks more efficiently and effectively. Drawing on his unsurpassed C# experience and key role on global C# standards committees, Wagner addresses object-oriented, functional, and service-oriented approaches to managing data with C#; better ways to express your intent to users and other programmers; and new opportunities to leverage powerful asynchronous and dynamic programming techniques. - - Use properties instead of accessible data members (Item 1) - - Distinguish between value and reference types (Item 4) - - Understand relationships among multiple concepts of equality (Item 9) - - Avoid conversion operators in your APIs (Item 11) - - Understand how interface and virtual methods differ (Item 15) - - Avoid overloading methods defined in base classes (Item 19) - - Create method groups that are clear, minimal, and complete (Item 22) - - Enable immediate error reporting in iterators and async methods (Item 26) - - Use async methods for async work (Item 27) - - Avoid thread allocations and context switches (Item 30) - - Construct PLINQ parallel algorithms with exceptions in mind (Item 36) - - Use the thread pool instead of creating threads (Item 37) - - Use BackgroundWorker for cross-thread communication (Item 38) - - Use the smallest possible scope for lock handles (Item 41) - - Understand the pros and cons of dynamic programming (Item 43) - - Make full use of the expression API (Item 46) - - Minimize dynamic objects in public APIs (Item 47) - You’re already a successful C# programmer: this book will make you an outstanding one. Content Update Program: This title is no longer part of the Content Update Program. The content is final, and no further updates will be released.

DKK 342.00
1

Node.js, MongoDB and Angular Web Development - Brad Dayley - Bog - Pearson Education (US) - Plusbog.dk

Node.js, MongoDB and Angular Web Development - Brad Dayley - Bog - Pearson Education (US) - Plusbog.dk

Node.js, MongoDB and Angular Web DevelopmentThe definitive guide to using the MEAN stack to build web applications Node.js is a leading server-side programming environment, MongoDB is the most popular NoSQL database, and Angular is the leading framework for MVC-based front-end development. Together, they provide an easy-to-implement, fully integrated web development stack that allows web programmers to create high-performance sites and applications built completely in JavaScript, from server to client. Updated for Angular 2, Angular 4, and subsequent versions, this new edition of Node.js, MongoDB and Angular Web Development shows you how to integrate these three technologies into complete working solutions. It begins with concise, crystal-clear tutorials on each technology and then quickly moves on to building common web applications. You'll learn how to use Node.js and MongoDB to build more scalable, high-performance sites, how to leverage Angular's innovative MVC approach to structure more effective pages and applications, and how to use all three together to deliver outstanding next-generation Web solutions. Implement a highly scalable and dynamic web server using Node.js and Express Implement a MongoDB data store for your web applications Access and interact with MongoDB from Node.js JavaScript code Learn the basics of TypeScript Define custom Angular directives that extend the HTML language Build server-side web services in JavaScript Implement client-side services that can interact with the Node.js web server Build dynamic browser views that provide rich user interaction Add authenticated user accounts and nested comment components to your web applications and pages Contents at a Glance Part I: Getting Started 1 Introducing the Node.js-to-Angular Stack 2 JavaScript Primer Part II: Learning Node.js 3 Getting Started with Node.js 4 Using Events, Listeners, Timers, and Callbacks in Node.js 5 Handling Data I/O in Node.js 6 Accessing the File System from Node.js 7 Implementing HTTP Services in Node.js 8 Implementing Socket Services in Node.js 9 Scaling Applications Using Multiple Processors in Node.js 10 Using Additional Node.js Modules Part III: Learning MongoDB 11 Understanding NoSQL and MongoDB 12 Getting Started with MongoDB 13 Getting Started with MongoDB and Node.js 14 Manipulating MongoDB Documents from Node.js 15 Accessing MongoDB from Node.js 16 Using Mongoose for Structured Schema and Validation 17 Advanced MongoDB Concepts Part IV: Using Express to Make Life Easier 18 Implementing Express in Node.js 19 Implementing Express Middleware Part V: Learning Angular 20 Jumping into TypeScript 21 Getting Started with Angular 22 Angular Components 23 Expressions 24 Data Binding 25 Built-in Directives Part VI: Advanced Angular 26 Custom Directives 27 Events and Change Detection 28 Implementing Angular Services in Web Applications 29 Creating Your Own Custom Angular Services 30 Having Fun with Angular

DKK 161.00
1

OCP Oracle Certified Professional Java SE 17 Developer (Exam 1Z0-829) Programmer's Guide - Khalid Mughal - Bog - Pearson Education (US) - Plusbog.dk

OCP Oracle Certified Professional Java SE 17 Developer (Exam 1Z0-829) Programmer's Guide - Khalid Mughal - Bog - Pearson Education (US) - Plusbog.dk

A comprehensive guide to the Java programming language and the Java SE 11 and Java SE 17 Developer certification exams, this complete reference contains so much information, we had to split the print edition into two volumes for ease of use. This two-volume set features exhaustive coverage of all the Java language features and APIs covered by the exam objectives. Both volumes of this print edition are included in your purchase and are not sold separately. OCP Oracle Certified Professional Java SE 17 Developer (Exam 1Z0-829) Programmer''s Guide is a unique guide that combines a rigorous introduction to programming in Java with meticulous coverage of the Java SE 17 and Java SE 11 Developer exam objectives. Fully updated to reflect changes in the latest exams, it features an increased focus on analyzing code scenarios--not just individual language constructs. Each objective is thoroughly addressed, reflecting the latest features and APIs, as well as best practices for taking the exam. The only book anyone needs to study for Java SE 17 Developer or Java SE 11 Developer certification. Book features include: - - Easy to find coverage of key topics relevant to each exam objective - - An introduction to essential concepts in object-oriented programming (OOP) and functional-style programming - - In-depth coverage of declarations, access control, operators, flow control, OOP techniques, lambda expressions, streams, modules, concurrency, Java I/O, key API classes and much more - - Program output demonstrating expected results from complete Java programs - - Unique diagrams to illustrate important concepts, such as Java I/O, modules, and streams - - Extensive use of Unified Modeling Language (UML) to illustrate program design - - Dozens of review questions with annotated answers to help prepare for the exam and a complete mock exam - Contents, Volume I (print): Figures xxiii Tables xxvii Examples xxxi Foreword xxxix Preface xli Chapter 1: Basics of Java Programming 1Chapter 2: Basic Elements, Primitive Data Types, and Operators 29Chapter 3: Declarations 97Chapter 4: Control Flow 151Chapter 5: Object-Oriented Programming 189Chapter 6: Access Control 323Chapter 7: Exception Handling 363Chapter 8: Selected API Classes 423Chapter 9: Nested Type Declarations 489Chapter 10: Object Lifetime 531Chapter 11: Generics 563Chapter 12: Collections, Part I: ArrayList 643Chapter 13: Functional-Style Programming 673Chapter 14: Object Comparison 741Chapter 15: Collections: Part II 781 Index Contents, Volume II (print): Chapter 16: Streams 879Chapter 17: Date and Time 1023Chapter 18: Localization 1095Chapter 19: Java Module System 1161Chapter 20: Java I/O: Part I 1231Chapter 21: Java I/O: Part II 1285Chapter 22: Concurrency: Part I 1365Chapter 23: Concurrency: Part II 1419Chapter 24: Database Connectivity 1511Chapter 25: Annotations 1555Chapter 26: Secure Coding 1599Appendix A: Taking the Java SE 17 and Java SE 11 Developer Exams 1615Appendix B: Exam Topics: Java SE 17 Developer 1623Appendix C: Exam Topics: Java SE 11 Developer 1629Appendix D: Annotated Answers to Review Questions 1635Appendix E: Mock Exam: Java SE 17 Developer 1709Appendix F: Annotated Answers to Mock Exam 1737Appendix G: Java Logging API Overview 1747 Index 1753 Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

DKK 547.00
1

AngularJS, JavaScript, and jQuery All in One, Sams Teach Yourself - Brad Dayley - Bog - Pearson Education (US) - Plusbog.dk

AngularJS, JavaScript, and jQuery All in One, Sams Teach Yourself - Brad Dayley - Bog - Pearson Education (US) - Plusbog.dk

Learn AngularJS, JavaScript and jQuery Web Application Development In just a short time, you can learn the basics of the JavaScript language, jQuery library, and AngularJS framework – and find out how to use them to build well-designed, reusable components for web applications. Sams Teach Yourself AngularJS, JavaScript, and jQuery All in One assumes absolutely no previous knowledge of JavaScript or jQuery. The authors begin by helping students gain the relevant JavaScript skills they need, introducing JavaScript in a way specifically designed for modern AngularJS web development. Each short, easy lesson builds on all that''s come before, teaching new concepts and techniques from the ground up, through practical examples and hands-on problem solving. As you complete the lessons in this book, you''ll gain a practical understanding of how to provide rich user interactions in your web pages, adding dynamic code that allows web pages to instantly react to mouse clicks and finger swipes, and interact with back-end services to store and retrieve data from the web server. Learn how to: - - Create powerful, highly interactive single-page web applications - - Leverage AngularJS’s innovative MVC approach to web development - - Use JavaScript in modern frameworks - - Implement JavaScript, jQuery, and AngularJS together in web pages - - Dynamically modify page elements in the browser - - Use browser events to interact with the user directly - - Implement client-side services that interact with web servers - - Integrate rich user interface components, including zoomable images and expandable lists - - Enhance user experience by creating AngularJS templates with built-in directives - - Bind user interface elements and events to the data model to add flexibility and support more robust interactivity - - Define custom AngularJS directives to extend HTML’s capabilities - - Build dynamic browser views to provide richer user interaction - - Create custom services you can integrate into many AngularJS applications - - Develop a well-structured code base that’s easy to reuse and maintain - Contents at a Glance Part I: An Introduction to AngularJS, jQuery, and JavaScript Development 1 Introduction to Dynamic Web Programming 2 Debugging JavaScript in Web Pages 3 Understanding Dynamic Web Page Anatomy 4 Adding CSS/CSS3 Styles to Allow Dynamic Design and Layout 5 Jumping into jQuery and JavaScript Syntax 6 Understanding and Using JavaScript Objects Part II: Implementing jQuery and JavaScript in Web Pages 7 Accessing DOM Elements Using JavaScript and jQuery Objects 8 Navigating and Manipulating jQuery Objects and DOM Elements with jQuery 9 Applying JavaScript and jQuery Events for Richly Interactive Web Pages 10 Dynamically Accessing and Manipulating Web Pages with JavaScript and jQuery 11 Working with Window, Browser, and Other Non-Web Page Elements Part III: Building Richly Interactive Web Pages with jQuery 12 Enhancing User Interaction Through jQuery Animation and Other Special Effects 13 Interacting with Web Forms in jQuery and JavaScript 14 Creating Advanced Web Page Elements in jQuery 15 Accessing Server-Side Data via JavaScript and jQuery AJAX Requests Part IV: Utilizing jQuery UI 16 Introducing jQuery UI 17 Using jQuery UI Effects 18 Advanced Interactions With jQuery UI Interaction Widgets 19 Using jQuery UI Widgets to Add Rich Interactions to Web Pages Part V: Building Web Applications with AngularJS 20 Getting Started with AngularJS 21 Understanding AngularJS Application Dynamics 22 Implementing the Scope as a Data Model 23 Using AngularJS Templates to Create Views 24 Implementing Directives in AngularJS Views 25 Creating Your Own Custom Directives to Extend HTML 26 Using Events to Interact with Data in the Model 27 Implementing AngularJS Services in Web Applications 28 Creating Your Own Custom AngularJS Services 29 Creating Rich Web Application Components the AngularJS Way

DKK 325.00
1

PHP and MySQL Web Development - Laura Thomson - Bog - Pearson Education (US) - Plusbog.dk

PHP and MySQL Web Development - Laura Thomson - Bog - Pearson Education (US) - Plusbog.dk

PHP and MySQL Web Development, Fifth Edition The definitive guide to building database-driven Web applications with PHP and MySQL PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications. PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications. It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server. This practical, hands-on book consistently focuses on real-world applications, even in the introductory chapters. The authors cover important aspects of security and authentication as they relate to building a real-world website and show you how to implement these aspects in PHP and MySQL. They also introduce you to the integration of front-end and back-end technologies by using JavaScript in your application development. The final part of this book describes how to approach real-world projects and takes the reader through the design, planning, and building of several projects, including: - - User authentication and personalization - - Web-based email - - Social media integration - - Shopping cart - The fifth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP through versions 5.6 and 7, as well as features introduced in recent stable releases of MySQL. Free Access to Web Edition Purchase of this book in any format, electronic or print, includes free access to the corresponding Web Edition. The Web Edition can be viewed on all types of computers and mobile devices with any modern web browser that supports HTML5. Contents at a Glance Part I: Using PHP 1 PHP Crash Course 2 Storing and Retrieving Data 3 Using Arrays 4 String Manipulation and Regular Expressions 5 Reusing Code and Writing Functions 6 Object-Oriented PHP 7 Error and Exception Handling Part II: Using MySQL 8 Designing Your Web Database 9 Creating Your Web Database 10 Working with Your MySQL Database 11 Accessing Your MySQL Database from the Web with PHP 12 Advanced MySQL Administration 13 Advanced MySQL Programming Part III: Web Application Security 14 Web Application Security Risks 15 Building a Secure Web Application 16 Implementing Authentication Methods with PHP Part IV: Advanced PHP Techniques 17 Interacting with the File System and the Server 18 Using Network and Protocol Functions 19 Managing the Date and Time 20 Internationalization and Localization 21 Generating Images 22 Using Session Control in PHP 23 Integrating JavaScript and PHP 24 Other Useful Features Part V: Building Practical PHP and MySQL Projects 25 Using PHP and MySQL for Large Projects 26 Debugging and Logging 27 Building User Authentication and Personalization 28 (PDF with Product Registration) Building a Web-Based Email Client with Laravel Part I 29 (PDF with Product Registration) Building a Web-Based Email Client with Laravel Part II 30 (PDF with Product Registration) Social Media Integration Sharing and Authentication 31 (PDF with Product Registration) Building a Shopping Cart Part VI: Appendix A Installing Apache, PHP, and MySQL

DKK 433.00
1

Event-Driven Architecture - Les Phillips - Bog - Pearson Education (US) - Plusbog.dk

Event-Driven Architecture - Les Phillips - Bog - Pearson Education (US) - Plusbog.dk

Improving Business Agility with EDA Going beyond SOA, enterprises can gain even greater agility by implementing event-driven architectures (EDAs) that automatically detect and react to significant business events. However, EDA planning and deployment is complex, and even experienced SOA architects and developers need expert guidance. In Event-Driven Architecture , four leading IT innovators present both the theory of EDA and practical, step-by-step guidance to implementing it successfully. The authors first establish a thorough and workable definition of EDA and explore how EDA can help solve many of today’s most difficult business and IT challenges. You’ll learn how EDAs work, what they can do today, and what they might be able to do as they mature. You’ll learn how to determine whether an EDA approach makes sense in your environment and how to overcome the difficult interoperability and integration issues associated with successful deployment. Finally, the authors present chapter-length case studies demonstrating how both full and partial EDA implementations can deliver exceptional business value. Coverage includes - - How SOA and Web services can power event-driven architectures - - The role of SOA infrastructure, governance, and security in EDA environments - - EDA core components: event consumers and producers, message backbones, Web service transport, and more - - EDA patterns, including simple event processing, event stream processing, and complex event processing - - Designing flexible stateless events that can respond to unpredictable customers, suppliers, and business partners - - Addressing technical and business challenges such as project management and communication - - EDA at work: real-world applications across multiple verticals - Hugh Taylor is a social software evangelist for IBM Lotus Software. He coauthored Understanding Enterprise SOA and has written extensively on Web services and SOA. He holds an MBA from Harvard Business School. Angela Yochem is an executive in a multinational technology company and is a recognized thought leader in architecture and large-scale technology management. Les Phillips , VP, enterprise architecture, at SunTrust Banks Inc., is responsible for defining the strategic and business IT foundation for many areas of the enterprise. Frank Martinez , EVP, product strategy, at SOA Software, is a recognized expert on distributed, enterprise application, and infrastructure platforms. He has served as senior operating executive for several venture-backed firms and helped build Intershop Communications into a multibillion-dollar public company. Foreword xi Preface xii Introduction 1 Event-Driven Architecture: A Working Definition 1 The “New” Era of Interoperability Dawns 6 The ETA for Your EDA 9 Endnotes 9 PART I THE THEORY OF EDA Chapter 1 EDA: Opportunities and Obstacles 13 The Vortex 13 EDA: A Working Systemic Definition 14 The (Not So Smooth) Path to EDA 24 Defining Interoperability 26 Drivers of Interoperability 28 Application Integration: A Means to Interoperate 29 Interoperation and Business Process Management 31 Is There a Diet for All This Spaghetti? 35 How Architecture Promotes Integration 37 Management and Governance 39 Chapter Summary 43 Endnote 45 Chapter 2 SOA: The Building Blocks of EDA 47 Making You an Offer You Can’t Understand 47 SOA: The Big Picture 48 Defining Service 49 Service-Based Integration 50 Web Services 51 What Is SOA? 59 Loose Coupling in the SOA 60 Chapter Summary 61 Chapter 3 Characteristics of EDA 63 Firing Up the Corporate Neurons 63 Revisiting the Enterprise Nervous System 63 The Ideal EDA 78 BAM--A Related Concept 86 Chapter Summary 87 Endnotes 89 Chapter 4 The Potential of EDA 91 Introduction 91 EDA’s Potential in Enterprise Computing 91 EDA and Enterprise Agility 100 EDA and Society’s Computing Needs 102 EDA and Compliance 107 Chapter Summary 108 Chapter 5 The SOA-EDA Connection 111 Getting Real 111 Event Services 112 The Service Network 114 Implementing the SOA and Service Network 116 How to Design an SOA 122 The Real “Bottom Line” 134 Chapter Summary 137 PART II EDA IN PRACTICE Chapter 6 Thinking EDA 141 A Novel Mind-Set 141 Reducing Central Control 142 Thinking about EDA Implementation 148 When EDA Is Not the Answer 151 An EDA Product Examined 153 Chapter Summary 157 Endnotes 158 Chapter 7 Case Study: Airline Flight Control 159 Learning Objectives 160 Business Context: Airline Crunch Time 160 The Ideal Airline Flight Control EDA 167 Wh

DKK 379.00
1