66 resultater (0,31927 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Practical Highcharts with Angular - Sourabh Mishra - Bog - APress - Plusbog.dk

Beginning Bazel - P.j. Mcnerney - Bog - APress - Plusbog.dk

Learn to Program with Kotlin - Tim Lavers - Bog - APress - Plusbog.dk

Learn to Program with Kotlin - Tim Lavers - Bog - APress - Plusbog.dk

Teach yourself programming starting with the basics and progressing to a series of exciting projects using Kotlin, one of today''s hottest programming languages. This book starts with the absolute basics and then introduces just enough syntax to get into some fascinating projects. These include text processing: a statistical analysis of Jane Austen''s novels, solving anagrams, and working with palindromes; image processing: cropping and resizing images, and pixel transformation; and computer vision: finding digits, parsing images, and reading speed signs. The projects are developed in tiny steps and complete solutions are provided. Some of these projects include core data science concepts, giving you skills in one of the most important areas of modern programming. Along the way you''ll cover functional programming, object-oriented programming (OOP), refactoring, and writing unit tests. After reading Learn to Program with Kotlin , you''ll come away with practical insights and code to get you started right away with programming using Kotlin for your own projects. What You Will Learn - - Gain the basics of Kotlin using the IntelliJ Java IDE - - Implement OOP with Kotlin along with unit testing and code refactoring using a series of text-related projects - - Harness functional programming with Kotlin by building an image-processing library - - Write software to locate and read speed signs in photos - Who Is This Book For Anyone who wants to learn how to program or code from scratch. Also great for experienced programmers who want to know more about Kotlin.

DKK 468.00
1

Essential Excel 2019 - David Slager - Bog - APress - Plusbog.dk

Essential Excel 2019 - David Slager - Bog - APress - Plusbog.dk

Create, edit, sort, analyze, summarize, and format data as well as graph it in Excel 2019. Chock full of visuals, user-friendly instructions, and reader exercises, this in-depth guide makes it easy for you to get on the bandwagon taking advantage of this powerful software and what it can do. Essential Excel 2019 doesn''t mess around. It provides the most clear and concise, but complete, information you need to successfully use the expansive features of Excel in your work environment. The second edition of this soup-to-nuts book delivers essential how-to and reference information for users who are new to Excel, those who want to continue building their Excel skills, or anyone who wants to get up to speed on the latest changes and features in Excel 2019. It is heavy on the practical examples and light on the theory, providing a step-by-step process of what you need to do when you are working with Excel. You will begin with the basics, advancing as each chapter builds on knowledge from previous chapters. You will appreciate real-life examples and exercises that reinforce what you have learned, and upon finishing the book, you will have the confidence to use much more than the typical 10% that most people use in Excel. What You Will Learn - - Create amazing visualizations of your data - - Get up to speed on easy and accurate methods for entering data - - Extract the information you want from imported data; manipulate and format it to meet your needs - - Export your results to other programs or share with others in the cloud - - Organize, summarize, filter, and consolidate your data in multiple ways - - Audit, validate, and protect your data - Who This Book Is For Anyone new to Excel or looking to take better advantage of the advanced features of the platform

DKK 397.00
1

CAPM in Depth - Paul Sanghera - Bog - APress - Plusbog.dk

CAPM in Depth - Paul Sanghera - Bog - APress - Plusbog.dk

Use this study guide to prepare for the Certified Associate in Project Management (CAPM) exam, based on PMBOK''s sixth edition, administered by the Project Management Institute (PMI). The revised and updated second edition of the best-selling CAPM in Depth has a laser-sharp focus on the exam objectives for project managers and others who want to pass the CAPM exam. No prior knowledge of project management is assumed. The chapters and the sections within each chapter are presented in a logical learning sequence. The concepts and topics, both simple and complex, are clearly explained when they appear for the first time. This facilitates step-wise learning, prevents confusion, and makes this book useful for those who want to get up to speed quickly to pass the CAPM exam, even if you are new to the discipline of project management. This book tells the story of project management in a cohesive, concise, yet comprehensive fashion. Unlike most CAPM exam books, this book is not just an exam-cram book. It is an easy-to-understand guide that is a valuable reference both before and after the exam. What You''ll Learn - Understand the body of knowledge required to earn the Certified Associate in Project Management (CAPM) certification - Acquire the knowledge needed to successfully manage projects in any field Who This Book Is For Project management practitioners preparing for the CAPM exam, entry-level project managers and project team members preparing for the CAPM exam, beginners who want to join the field of project management and get up to speed quickly, project managers who need a quick and easy reference to the discipline of project management, instructors and trainers who need a textbook for a course on project management

DKK 519.00
1

PMP in Depth - Paul Sanghera - Bog - APress - Plusbog.dk

PMP in Depth - Paul Sanghera - Bog - APress - Plusbog.dk

Use this study guide to prepare for the Project Management Professional (PMP) exam administered by the Project Management Institute (PMI). The revised third edition of the best-selling PMP in Depth, updated to the sixth edition of PMBOK, has a laser-sharp focus on the exam objectives for project managers and others who want to pass the PMP exam. No prior knowledge of project management is assumed. The chapters and the sections within each chapter are presented in a logical learning sequence. The concepts and topics, both simple and complex, are clearly explained when they appear for the first time. This facilitates step-wise learning, prevents confusion, and makes this book useful for those who want to get up to speed quickly to pass the PMP exam, even if you are new to the discipline of project management. This book tells the story of project management in a cohesive, concise, yet comprehensive fashion. Unlike most PMP exam books, PMP in Depth covers the material in the order in which projects are actually run in the real world. The book is an easy-to-understand guide that is valuable both before and after the exam. What You''ll Learn - Understand the body of knowledge required to earn the Project Management Professional (PMP) certification - Acquire the knowledge needed to enter the field of project management and successfully manage projects in any field Who This Book Is For Project management practitioners preparing for the PMP exam, entry-level project managers and project team members preparing for the PMP exam, beginners who want to join the field of project management and get up to speed quickly, project managers who need a quick and easy reference to the discipline of project management, and instructors and trainers who want a textbook for the PMP exam or a course on project management

DKK 391.00
1

Generic Data Structures and Algorithms in Go - Richard Wiener - Bog - APress - Plusbog.dk

Generic Data Structures and Algorithms in Go - Richard Wiener - Bog - APress - Plusbog.dk

Advance your understanding of generic data structures and algorithms and their applications using Go and the effective use of concurrency. You are invited on a journey that aims to improve your programming and problem-solving skills. This book takes you to the next step by showing how to get your programs to work efficiently as well as correctly. As you explore many data structures and the algorithms and applications associated with them, you'll focus on the trade-offs between speed and storage and the benefits of deploying concurrency when appropriate. This book will demonstrate the huge increases in application performance that are possible. The presentation of classic data structures and techniques of algorithm design (greedy, divide and conquer, branch-and-bound to name a few) provides an essential foundation and toolkit for problem solving. But this book goes further by presenting heuristic algorithms and their implementations forsolving computationally intractable combinatoric optimization problems such as the travelling salesperson problem. Simulated annealing and genetic algorithms are among the techniques used. The consistent style of coding used throughout this book exploits Go’s ability to implement abstract, generic and constrained generic data types without the use of classes. Although some familiarity with Go is assumed, this book should advance your ability to use Go to tackle server-side applications, games, machine learning, information retrieval and other application domains where speed and storage efficiency is essential. What You'll LearnExplore classical data structures and algorithms aimed at making your applications run faster or require less storageUse the new generic features of Go to build reusable data structuresUtilize concurrency for maximizing application performanceSee the power of heuristic algorithms for computationally intractable problemsEnhance and improve your Go programming skillsWho This Book Is ForPracticing Go software developers and students who wish to advance their programming and problem-solving skills and experience the excitement and see the benefits of using generic data structures and algorithms that utilize concurrency whenever possible.

DKK 519.00
1

Beginning PBR Texturing - Abhishek Kumar - Bog - APress - Plusbog.dk

Practical Svelte - Alex Libby - Bog - APress - Plusbog.dk

Practical Svelte - Alex Libby - Bog - APress - Plusbog.dk

Learn to leverage the power of Svelte to produce web applications that are efficient and fast. This project-oriented book simplifies creating sites using Svelte from start to finish, with little more than a text editor and familiar languages such as HTML, CSS, and JavaScript. It equips you with a starting toolset that you can use to develop future projects, incorporate into your existing workflow, and allow you to take your websites to the next level.Practical Svelte is an excellent resource for getting acquainted with creating and manipulating websites or online applications using a component framework approach. It takes the view that we don’t have to create something complex and unwieldy. We can build something quickly, using less code than some of its competitors, and extend it using the power of the API and plugins over time, without sacrificing speed or features. You will learn how to use the Svelte framework to rapidly create and deploy websites or online applications that are performant, with the minimum of fuss and using existing tools already available in the browser, get up to speed with individual features of the Svelte framework, and work through a series of small projects that will combine to produce a finished site at the end of the book – this to help consolidate skills from day one and create something that you can use as a basis for future projects. What You Will LearnUnderstand why Svelte’s popularity makes it the go-to framework for constructing applicationsLearn how to scaffold and implement web sites or online applications using SvelteCreate reusable components using Svelte that are interoperable with other frameworks and can solve real-world problemsPerform automated testing and deployment using tools such as CI/CD testing Work through some mini projects from start to finish, understanding what we can achieve using Svelte and where we may need to bring other tools into playWho This Book Is ForWebsite developers who are already familiar with JavaScript, CSS, and HTML and are keen to learn how to leverage the Svelte component framework to quickly create web sites or online applications with little more than a text editor. It’s perfect for development teams who do not want to follow the mold and use a credible alternative to React or Angular.

DKK 519.00
1

Beginning IntelliJ IDEA - Ted Hagos - Bog - APress - Plusbog.dk

Designing Microservices with Django - Akos Hochrein - Bog - APress - Plusbog.dk

Introducing Microsoft Quantum Computing for Developers - Johnny Hooyberghs - Bog - APress - Plusbog.dk

Introducing Microsoft Quantum Computing for Developers - Johnny Hooyberghs - Bog - APress - Plusbog.dk

Dive in with this hands-on introduction to quantum computing with the Microsoft Quantum Development Kit and Q# for software developers. You may have heard about quantum computing, but what does it mean to you as a software developer? With many new developments, a resurgence in interest, and investment by some of the largest tech companies in the world to be the first to market with quantum programming (QP) hardware and platforms, it is no longer a tool in the distant future. Developers are at the forefront, now able to create applications that take advantage of QP through simulations. While the skill is of interest, for many developers, quantum computing and its implications still remains a mystery. In this book, you will get up to speed exploring important quantum concepts and apply them in practice through writing actual quantum algorithms, using the Microsoft Quantum Development Kit. Theoretical knowledge about quantum physics, such as superposition and entanglement, will be used to explain quantum computing topics, including quantum gates, quantum circuits, and quantum algorithms. Finally, take a tour of the new Azure Quantum. Use Q#, Microsoft's new programming language, to target quantum hardware. You will select your supporting language of choice, either C# or Python, to begin writing your quantum applications. Combined with just enough theoretical preparation, you will learn how to get your computer ready to simulate basic quantum programs using Microsoft Visual Studio or Visual Studio Code and Q#. What You Will LearnGet up to speed on the platform-independent quantum tool set using the Microsoft Quantum Development Kit simulator and Visual Studio Code or Microsoft Visual Studio Know the basics of quantum mechanics required to start working on quantum computing Understand mathematical concepts such as complex numbers, trigonometry, and linear algebraInstall the Microsoft Quantum Development Kit on a Windows or Linux PC with Visual Studio Code or Microsoft Visual Studio Write quantum algorithms with the Microsoft Quantum Development Kit and Q#, supported by C# or Python Discover insights on important existing quantum algorithms such as Deutch, Deutch-Jozsa, and the fun CHSH-gameGet introduced to quantum as a service using the Microsoft Azure Quantum preview cloud offering Who This Book Is ForDevelopers who are interested in quantum computing, specifically those software developers who are planning on using quantum computers in the future. Basic imperative programming knowledge is useful to understand the syntax and structure found in the Q# programming language. Knowledge of Microsoft C# or Python is not required since these languages are only used to support the simulation of Q# on a classical computer.

DKK 509.00
1

Getting Started with Salesforce Einstein Analytics - Johan Yu - Bog - APress - Plusbog.dk

Introduction to Social Media Marketing - Todd Kelsey - Bog - APress - Plusbog.dk

asyncio Recipes - Mohamed Mustapha Tahrioui - Bog - APress - Plusbog.dk

Data Integration Life Cycle Management with SSIS - Andy Leonard - Bog - APress - Plusbog.dk

Everyday Enterprise Architecture - Tom Graves - Bog - APress - Plusbog.dk

Software Engineering from Scratch - Jason Lee Hodges - Bog - APress - Plusbog.dk

Software Engineering from Scratch - Jason Lee Hodges - Bog - APress - Plusbog.dk

Learn software engineering from scratch, from installing and setting up your development environment, to navigating a terminal and building a model command line operating system, all using the Scala programming language as a medium. The demand for software engineers is growing exponentially, and with this book you can start your journey into this rewarding industry, even with no prior programming experience. Using Scala, a language known to contain "everything and the kitchen sink," you''ll begin coding on a gentle learning curve by applying the basics of programming such as expressions, control flow, functions, and classes. You''ll then move on to an overview of all the major programming paradigms. You''ll finish by studying software engineering concepts such as testing and scalability, data structures, algorithm design and analysis, and basic design patterns. With Software Engineering from Scratch as your navigator, you can get up to speed on the software engineering industry, develop a solid foundation of many of its core concepts, and develop an understanding of where to invest your time next. What You Will Learn - Use Scala, even with no prior knowledge - Demonstrate general Scala programming concepts and patterns - Begin thinking like a software engineer - Work on every level of the software development cycle Who This Book Is For Anyone who wants to learn about software engineering; no prior programming experience required.

DKK 434.00
1

Beginning Visual Studio for Mac - Alessandro Del Sole - Bog - APress - Plusbog.dk

DKK 593.00
1

Angular for Business - Michael D. Callaghan - Bog - APress - Plusbog.dk

Angular for Business - Michael D. Callaghan - Bog - APress - Plusbog.dk

Written from author Michael D. Callaghan's personal experience teaching Angular to web development teams, this book will serve as a practical guide to help you adopt Angular for your organization. This book consists of a series of essays related to Angular development, adoption, and the wider eco-system designed to appeal to experienced web developers and managers who have some experience with Angular and are looking to adopt and integrate it into their business for their web development projects. You'll begin with an introduction to Angular15, along with associated frameworks and tools such as Typescript and RxJS. You'll then explore Angular components, progressive Web Apps (PWA’s) APIs, Test-driven development, testing, and the basics of agile project management. This includes how to train your team and effectively communicate with management and key stake-holders within your organization while transitioning onto an Angular workflow. What You'll LearnAdvocate for Angular from within your organization Create a simple "no-code" Angular componentKeep up with Angular releases for enterprise projects Understand service APIs from both the producer and consumer point of viewImplement the basics of agile project managementWho This Book Is ForExperienced web developers and managers with some knowledge of Angular and the related JavaScript eco-system who are looking at adopting Angular for enterprise projects and those who need to get co-workers up to speed with an Angular-based workflow.

DKK 426.00
1

Beginning Cloud Native Development with MicroProfile, Jakarta EE, and Kubernetes - Tarun Telang - Bog - APress - Plusbog.dk

Beginning Cloud Native Development with MicroProfile, Jakarta EE, and Kubernetes - Tarun Telang - Bog - APress - Plusbog.dk

Get ready to develop microservices using open source Eclipse MicroProfile and Jakarta EE, and deploy them on Kubernetes/Docker. This book covers best practices for developing cloud-native applications with MicroProfile and Jakarta EE. This book introduces you to cloud-native applications and teaches you how to set up your development environment. You'll learn about the various components of MicroProfile, such as fault tolerance, config, health check, metrics, and JWT auth. You'll develop a RESTful web service made up of some microservices. You'll deploy your application on Docker and Kubernetes. After reading this book, you'll come away with the fundamentals you need to build and deploy your first cloud-native Java-based app. What You'll LearnBuild your first cloud-native Java-based app with the open source MicroProfile platform, and Jakarta EE 10 APIs Develop a RESTful web service using MicroProfile and Jakarta EEDiscover and explore the key components of the MicroProfile framework, such as config, metrics, health, JWT authentication, and moreDeploy your cloud-native application on the Kubernetes container orchestration platformGet up to speed with other popular technologies such as Docker containers, Kubernetes clusters, and ZipkinWho This Book Is ForProgrammers with at least some prior experience in Java programming who may be new to MicroProfile and Jakarta EE. Some prior experience with Java-based microservices and web development is recommended, but not required.

DKK 476.00
1

Deep Learning with Swift for TensorFlow - Rahul Bhalley - Bog - APress - Plusbog.dk

Deep Learning with Swift for TensorFlow - Rahul Bhalley - Bog - APress - Plusbog.dk

About this bookDiscover more insight about deep learning algorithms with Swift for TensorFlow. The Swift language was designed by Apple for optimized performance and development whereas TensorFlow library was designed by Google for advanced machine learning research. Swift for TensorFlow is a combination of both with support for modern hardware accelerators and more. This book covers the deep learning concepts from fundamentals to advanced research. It also introduces the Swift language for beginners in programming. This book is well suited for newcomers and experts in programming and deep learning alike. After reading this book you should be able to program various state-of-the-art deep learning algorithms yourself. The book covers foundational concepts of machine learning. It also introduces the mathematics required to understand deep learning. Swift language is introduced such that it allows beginners and researchers to understand programming and easily transit to Swift for TensorFlow, respectively. You will understand the nuts and bolts of building and training neural networks, and build advanced algorithms. What You’ll Learn• Understand deep learning concepts• Program various deep learning algorithms• Run the algorithms in cloud Who This Book Is For• Newcomers to programming and/or deep learning, and experienced developers. • Experienced deep learning practitioners and researchers who desire to work in user space instead of library space with a same programming language without compromising the speed

DKK 514.00
1

Learn RStudio IDE - Matthew Campbell - Bog - APress - Plusbog.dk

DKK 391.00
1

Beginning JavaScript - Russ Ferguson - Bog - APress - Plusbog.dk

Beginning JavaScript - Russ Ferguson - Bog - APress - Plusbog.dk

Discover everything you need to know to get up-to-speed with JavaScript development and add dynamic enhancements to web pages. This completely updated third edition reveals how the code works and when to use closures, constants, and execution content. Starting with the basics, you''ll see how to employ prototypical inheritance, as well as memory management, variable hoisting and event bubbling. Also covered is an introduction to Node.js and package managers, key to understanding the tools necessary in front-end development and how they are used with current JavaScript frameworks. JavaScript is one of the most important technologies on the web, providing the means to add dynamic functionality to your web pages and serving as the backbone of working with frameworks like Angular and React. Beginning JavaScript, Third Edition will take you from being a JavaScript novice to working freely with this important technology - begin your JavaScript journey today! What You''ll Learn - Construct good JavaScript syntax following modern coding practices - Use JavaScript to communicate with the server and retrieve data - Dynamically manipulate markup, validate forms and deal with images - Debug applications using features inside the browser - Use TypeScript to bring strong typing to the language Who This Book Is For Beginner to intermediate developers with a basic knowledge of front-end programming who are looking for a deeper understanding of how JavaScript works in the browser and how to answer questions in an interview.

DKK 385.00
1

Learn Android Studio 4 - Ted Hagos - Bog - APress - Plusbog.dk

Learn Android Studio 4 - Ted Hagos - Bog - APress - Plusbog.dk

Build and deploy your Java-based Android apps using the popular and efficient Android Studio 4 suite of tools, an integrated development environment (IDE) for today''s Android developers. With this book, you''ll learn the latest and most productive tools in the Android tools ecosystem, ensuring quick Android app development and minimal effort on your part. Among these tools, you''ll use the new Android Studio 4 features, including an upgraded CPU profiler UI, a new build speed window, the multi-preview feature, and the live layout inspector. After reading and using this book, you''ll be able to efficiently build complete Java-based Android apps that run on any Android smartphone, tablet, smart watch and more. You''ll also be able to publish those apps and sell them online and in the Google Play store. What You Will Learn - - Use Android Studio 4 to quickly and confidently build your first Android apps - - Build an Android user interface using activities and layouts, event handling, images, menus, and the action bar - - Work with new tools in Android Studio 4: Jetpack compose support, a smart editor for ProGuard rules, a new motion layout editor, a new Android Gradle plugin, and a fragment wizard with new fragment templates - - Integrate data with data persistence - - Access the cloud - Who This Book Is For Those who may be new to Android Studio 4 or Android Studio in general. You may or may not be new to Android development. Some prior experience with Java is recommended.

DKK 509.00
1