292 resultater (0,33892 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Up Up and Array! - Abbott Ira Katz - Bog - APress - Plusbog.dk

Up Up and Array! - Abbott Ira Katz - Bog - APress - Plusbog.dk

Understand the power of dynamic arrays: a single formula can generate new and vastly more efficient spreadsheet possibilities. This book introduces spreadsheet users to dynamic array functions in Microsoft Excel 365, defines and details the distinctive ways in which they work, and shows how they can be applied to a wide swath of data-analytic tasks. While array formulas and functions have long held a place in the spreadsheet toolbox (although, for many of us, shunted to an obscure corner), the dynamic array engine offers a more user-friendly and intelligible set of means for manipulating spreadsheet data in the array mode. The single-formula, multi-cell capability of dynamic arrays has been extended to nearly all existing spreadsheet functions, offering a new, default way of working. As a result, many tasks can now be executed with dynamic arrays without having to resort to the new functions at all. After defining arrays and dynamic array formulas, this book helps you examine the dynamic array property of lifting and how it impacts the formulas, including those written with existing functions. Plenty of illustrations and formulas along the way help you get comfortable using them. From there, you will learn Excel 365’s new dynamic functions, including the 14 currently in rollout, each accompanied by instructive examples. In many cases, the examples demonstrate how the new functions can work with long-available functions, such as MID, IF, COUNTIF, etc., which now also boast dynamic array functionality. What You Will LearnUnlock the dynamic array potential in Microsoft ExcelApply dynamic array functions and confidently direct them to real-world spreadsheet tasksKnow the distinctive ways in which arrays work and can be applied to numerous data-analytic tasksWho This Book Is ForUsers of Excel 365 and beyond who are comfortable with, but not necessarily expert in, formula writing, as well as those who are unaware of or not fluent with dynamic arrays. It is also valuable to data journalists and other professionals in need of spreadsheet skills who may unaware of dynamic arrays, and the time they could save by applying them to their work.

DKK 391.00
1

Up and Running on Microsoft Viva Connections - Smita Sadanand Nachan - Bog - APress - Plusbog.dk

Up and Running on Microsoft Viva Connections - Smita Sadanand Nachan - Bog - APress - Plusbog.dk

Leverage the collaboration capabilities of Microsoft Viva Connections as an employee experience platform to build a gateway to your digital workplace. This book helps you set up Microsoft Viva connections via easy-to-follow steps and extend it to target your business scenarios. The book starts with an introduction to Microsoft Viva and its modules and it discusses Viva Connections for desktop and mobile users. You will learn about the intranet landing experience with SharePoint where you will plan, build, and launch a home site. You will know how to use the app bar and global navigation in Viva Connections and understand the importance of the dashboard and dashboard cards. You will learn how to enable Viva Connections in MS Teams and define a rollout strategy. You will gain experience with Viva Connections on mobile devices and go through end-user guidance. And you will learn to extend Viva Connections with the SharePoint Framework and deploy SPFx solutions. After reading this book, you will be able to set up Microsoft Viva Connections for your digital workplace and empower your employees to search and discover relevant news, information, content, and sites from across the organization. What Will You Learn - Understand the modern experience in SharePoint with Microsoft Viva Connect - Know best practices for your home site in SharePoint - Get your content ready for feed with SharePoint and Yammer - Build Adaptive Card Extensions (ACEs) with SPFx - Define governance for Viva Connections Who This Book Is For Microsoft professionals and business users who want to leverage the collaboration capabilities of Microsoft Viva Connections

DKK 519.00
1

Leveling Up with SQL - Mark Simon - Bog - APress - Plusbog.dk

Leveling Up with SQL - Mark Simon - Bog - APress - Plusbog.dk

Learn to write SQL queries to select and analyze data, and improve your ability to manipulate data. This book will help you take your existing skills to the next level. Author Mark Simon kicks things off with a quick review of basic SQL knowledge, followed by a demonstration of how efficient SQL databases are designed and how to extract just the right data from them. You’ll then learn about each individual table’s structure and how to work with the relationships between tables. As you progress through the book, you will learn more sophisticated techniques such as using common table expressions and subqueries, analyzing your data using aggregate and windowing functions, and how to save queries in the form of views and other methods. This book employs an accessible approach to work through a realistic sample, enabling you to learn concepts as they arise to improve parts of the database or to work with the data itself. After completing this book, you will have a more thorough understanding of database structure and how to use advanced techniques to extract, manage, and analyze data. What Will You LearnGain a stronger understanding of database design principles, especially individual tablesUnderstand the relationships between tablesUtilize techniques such as views, subqueries, common table expressions, and windowing functionsWho Is This Book For:SQL Databases users who want to improve their knowledge and techniques.

DKK 434.00
1

Modern C Up and Running - Martin Kalin - Bog - APress - Plusbog.dk

Modern C Up and Running - Martin Kalin - Bog - APress - Plusbog.dk

Learn how to program in modern C, from the basics through the advanced topics required for proficiency. This book is the fastest path to C fluency for anyone experienced in a general-purpose programming language. From start to finish, code examples highlight the idioms and best practices behind efficient, robust programs in a variety of areas. The book opens with a thorough coverage of syntax, built-in data types and operations, and program structure. C has quirks and presents challenges, which are covered in detail. The coverage of advanced features is what sets this book apart from others. Among the advanced topics covered are floating-point representation in the IEEE 754 standard; embedded assembly language in C code for overflow detection; regular expressions, assertions, and internationalization; WebAssembly through C; and software libraries for C and other clients. Memory efficiency and safety are the two major challenges in C programming, and you''ll explore these challenges through a series of C examples. Arrays and structures, which are the means to high-level data representation, are covered in connection with pointers, which provide efficiency. The book again uses code examples in covering networking and wire-level security; concurrency (multiprocessing and multithreading); instruction-level parallelism; and interprocess communication through shared memory and files, pipes, message queues, and signals. Many books introduce C, but few also explain how to use it properly and optimally. Essential C does just that. What You''ll Learn - Accelerate your path to C mastery with this book for experienced programmers - Refresh your approach to program structure and data types - Dive into aggregates and pointers using modern C language - Revisit storage classes and scope - Dive into concurrency (multiprocessing and multithreading) and instruction-level parallelism - Finish with regular expressions, assertions, signals, locales and more Who This Book Is For Professional programmers or software developers who has prior experience with C or in general wanting an accelerated learning guide to modern C programming language.

DKK 519.00
1

Up and Running with DAX for Power BI - Alison Box - Bog - APress - Plusbog.dk

Up and Running with DAX for Power BI - Alison Box - Bog - APress - Plusbog.dk

Take a concise approach to learning how DAX, the function language of Power BI and PowerPivot, works. This book focuses on explaining the core concepts of DAX so that ordinary folks can gain the skills required to tackle complex data analysis problems. But make no mistake, this is in no way an introductory book on DAX. A number of the topics you will learn, such as the concepts of context transition and table expansion, are considered advanced and challenging areas of DAX. While there are numerous resources on DAX, most are written with developers in mind, making learning DAX appear an overwhelming challenge, especially for those who are coming from an Excel background or with limited coding experience. The reality is, to hit the ground running with DAX, it''s not necessary to wade through copious pages on rarified DAX functions and the technical aspects of the language. There are just a few mandatory concepts that must be fully understood before DAX can be mastered. Knowledge of everything else in DAX is built on top of these mandatory aspects. Author Alison Box has been teaching and working with DAX for over eight years, starting with DAX for PowerPivot, the Excel add-in, before moving into the Power BI platform. The guide you hold in your hands is an outcome of these years of experience explaining difficult concepts in a way that people can understand. Over the years she has refined her approach, distilling down the truth of DAX which is "you can take people through as many functions as you like, but it''s to no avail if they don''t truly understand how it all works." You will learn to use DAX to gain powerful insights into your data by generating complex and challenging business intelligence calculations including, but not limited to: - Calculations to control the filtering of information to gain better insight into the data that matters to you - Calculations across dates such as comparing data for the same period last year or the previous period - Finding rolling averages and rolling totals - Comparing data against targets and KPIs or against average and maximum values - Using basket analysis, such as "of customers who bought product X who also bought product Y" - Using "what if" analysis and scenarios - Finding "like for like" sales - Dynamically showing TopN/BottomN percent of customers or products by sales - Finding new and returning customers or sales regions in each month or each year Who This Book Is For Excel users and non-technical users of varying levels of ability or anyone who wants to learn DAX for Power BI but lacks the confidence to do so

DKK 468.00
1

Snowflake Essentials - Frank Bell - Bog - APress - Plusbog.dk

Snowflake Essentials - Frank Bell - Bog - APress - Plusbog.dk

Understand the essentials of the Snowflake Database and the overall Snowflake Data Cloud. This book covers how Snowflake’s architecture is different from prior on-premises and cloud databases. The authors also discuss, from an insider perspective, how Snowflake grew so fast to become the largest software IPO of all time. Snowflake was the first database made specifically to be optimized with a cloud architecture. This book helps you get started using Snowflake by first understanding its architecture and what separates it from other database platforms you may have used. You will learn about setting up users and accounts, and then creating database objects. You will know how to load data into Snowflake and query and analyze that data, including unstructured data such as data in XML and JSON formats. You will also learn about Snowflake’s compute platform and the different data sharing options that are available. What YouWill LearnRun analytics in the Snowflake Data CloudCreate users and roles in SnowflakeSet up security in SnowflakeSet up resource monitors in SnowflakeSet up and optimize Snowflake ComputeLoad, unload, and query structured and unstructured data (JSON, XML) within SnowflakeUse Snowflake Data Sharing to share dataSet up a Snowflake Data ExchangeUse the Snowflake Data MarketplaceWho This Book Is ForDatabase professionals or information technology professionals who want to move beyond traditional database technologies by learning Snowflake, a new and massively scalable cloud-based database solution

DKK 426.00
1

Learn Microsoft Visual Studio App Center - Sunny Mukherjee - Bog - APress - Plusbog.dk

Learn Microsoft Visual Studio App Center - Sunny Mukherjee - Bog - APress - Plusbog.dk

Use Visual Studio App Center with Xamarin Forms to set up a DevOps CI/CD pipeline, set up your mobile builds on either iOS or Android, set up Android and Apple certificates and provisioning profiles, distribute your app to your developers and testers, capture analytics and crashes from your users, communicate to your users with push notifications, and run UI tests on the Microsoft cloud. You will see how to automate and manage the life cycle of your apps through Microsoft''s Cloud Service, with a focus on integrating App Center into your Xamarin Forms apps with clear, practical examples. As you follow along with the sample app, you will see how easy it is to configure your builds, to test the sample app on various iOS and Android devices on the App Center cloud, and to distribute your app to real devices. Whether you are a developer on a small team or a startup or an architect in a large organization curious about the benefits of Visual Studio App Center, after finishing this book, you will be confident in setting up App Center on your next mobile project. Come join me on this journey through Visual Studio App Center with Xamarin Forms. What You Will Learn - Create a DevOps CI/CD pipeline for your mobile app on both iOS and Android devices - Save money without buying multiple iOS and Android devices and instead run cloud UI tests - Stay informed about build successes and failures by integrating App Center with Slack - Set up groups and add team members to your groups on App Center - Distribute your app to your team on either iOS or Android devices - Capture important user events in your code and report to App Center - Give a friendly user experience by handling crashes gracefully and reporting to App Center - Keep and analyze your user''s data on Azure by setting up automatic data export to Azure - Communicate with your users using iOS and Android notification services from App Center - Give your users a better experience by sending silent push notifications - Include custom data in your push notifications Who This Book Is For Xamarin Forms mobile developers with previous experience using the Xamarin framework.

DKK 519.00
1

Beginning Git and GitHub - Mariot Tsitoara - Bog - APress - Plusbog.dk

Beginning Git and GitHub - Mariot Tsitoara - Bog - APress - Plusbog.dk

Learn the fundamentals of version control through step-by-step tutorials that will teach you the ins-and-outs of Git. This book is your complete guide to how Git and GitHub work in a professional team environment. Divided into three parts - Version Control, Project Management and Teamwork - this book reveals what waits for you in the real world and how to resolve the problems you may run into. Once past the basics of Git, you''ll see how to manage a software project, and finally how to utilize Git and GithHub to work effectively as a team. You''ll examine how to plan, follow and execute a project with GitHub, and then apply those concepts to real-world situations. Workaround the pitfalls that most programmers fall into when driving a project with Git by using proven tactics to avoid them. You will also be taught the easiest and quickest ways to resolve merge conflicts. A lot of modern books on Git don''t go into depth about non-technical topics. Beginning Git and GitHub will help you cover all the bases right at the start of your career. What You''ll Learn - Review basic and advanced concepts of Git - Apply Project Management skills using GitHub - Solve conflicts or, ideally, avoid them altogether - Use advanced concepts for a more boosted workflow Who This book Is For New developers, developers that have never worked in a team environment before, developers with basic knowledge of Git or GitHub, or anyone who works with text documents.

DKK 446.00
1

The Essential Guide to CSS and HTML Web Design - Craig Grannell - Bog - APress - Plusbog.dk

The Essential Guide to CSS and HTML Web Design - Craig Grannell - Bog - APress - Plusbog.dk

The Essential Guide to CSS and HTML Web Design is a special book—it will tell you all you need to know to design great web sites that are standards compliant, usable, and look great, but not overwhelm you with waffle, theory, and obscure details. It is designed to be invaluable to you, whatever stage you are at in your career, with a mixture of practical tutorials and reference material—beginners will quickly pick up the basics, while more experienced web designers and developers will keep returning to the book again and again to recap on techniques they maybe haven't used for a while, or look up properties, attributes and other details. It is destined to become a close friend, adopting a permanent place on your desk. It starts off by giving a brief introduction to the Internet, and the broad area of web design, before diving straight in to HTML and CSS basics, reusing code, other best practices. It then focuses on all the most important areas of a successful web site—typography, images, navigation, tables, layouts, forms and feedback (including ready made PHP scripts for you to use,) and browser quirks, hacks and bugs. The book is completely up-to-date, covering support of the standards in IE 7 and Firefox 2. The last chapter of the book provides several case studies for you to dissect and learn from, including all the most popular web site archetypes—a blog, a store front, a corporate home page, and an online gallery. Then the book is rounded off with several detailed reference appendices covering CSS, HTML, Color references, entities, and more, meaning that any details you need to look up are close at hand. This book will teach you everything you need to know to create professional CSS and HTML web sites Up-to-date, covering support of the standards in IE 7 and Firefox 2Includes practical real world tutorials, essential reference sections, andcase studies

DKK 178.00
1

Accelerating Unity Through Automation - Simon Jackson - Bog - APress - Plusbog.dk

Introducing Gradle - Balaji Varanasi - Bog - APress - Plusbog.dk

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

Accurate Layer Selections Using Photoshop’s Selection Tools - Jennifer Harder - Bog - APress - Plusbog.dk

Data Science Solutions with Python - Tshepo Chris Nokeri - Bog - APress - Plusbog.dk

Data Science Solutions with Python - Tshepo Chris Nokeri - Bog - APress - Plusbog.dk

Apply supervised and unsupervised learning to solve practical and real-world big data problems. This book teaches you how to engineer features, optimize hyperparameters, train and test models, develop pipelines, and automate the machine learning (ML) process. The book covers an in-memory, distributed cluster computing framework known as PySpark, machine learning framework platforms known as scikit-learn, PySpark MLlib, H2O, and XGBoost, and a deep learning (DL) framework known as Keras. The book starts off presenting supervised and unsupervised ML and DL models, and then it examines big data frameworks along with ML and DL frameworks. Author Tshepo Chris Nokeri considers a parametric model known as the Generalized Linear Model and a survival regression model known as the Cox Proportional Hazards model along with Accelerated Failure Time (AFT). Also presented is a binary classification model (logistic regression) and an ensemble model (Gradient Boosted Trees). The book introduces DL and an artificial neural network known as the Multilayer Perceptron (MLP) classifier. A way of performing cluster analysis using the K-Means model is covered. Dimension reduction techniques such as Principal Components Analysis and Linear Discriminant Analysis are explored. And automated machine learning is unpacked. This book is for intermediate-level data scientists and machine learning engineers who want to learn how to apply key big data frameworks and ML and DL frameworks. You will need prior knowledge of the basics of statistics, Python programming, probability theories, and predictive analytics. What You Will LearnUnderstand widespread supervised and unsupervised learning, including key dimension reduction techniquesKnow the big data analytics layers such as data visualization, advanced statistics, predictive analytics, machine learning, and deep learningIntegrate big data frameworks with a hybrid of machine learning frameworks and deep learning frameworksDesign, build, test, and validate skilled machine models and deep learning modelsOptimize model performance using data transformation, regularization, outlier remedying, hyperparameter optimization, and data split ratio alteration Who This Book Is ForData scientists and machine learning engineers with basic knowledge and understanding of Python programming, probability theories, and predictive analytics

DKK 307.00
1

Windows 11 Made Easy - Mike Halsey - Bog - APress - Plusbog.dk

Practical Linux DevOps - John S. Tonello - Bog - APress - Plusbog.dk

Practical Linux DevOps - John S. Tonello - Bog - APress - Plusbog.dk

Learn, develop and hone your Linux and DevOps skills by building a lab for learning, testing and exploring the latest Linux and open-source technologies. This book helps Linux users and others to master modern DevOps practices using a wide range of software and tools. Having a home or work-based Linux lab is indispensable to anyone looking to experiment with the ever-evolving landscape of new software and DevOps. With open-source tools and readily available hardware, you will end up with a lab you can use to try virtually any modern software, including Chef, Docker, Kubernetes and stalwarts like DNS, Dovecot, and Postfix for email. You''ll set up pipelines for software deployment and focus on discrete projects that help you learn through doing. In the end, you''ll acquire the skills needed to become better informed, more marketable engineers and developers, and better able to take on a wide array of software projects with confidence. Practical Linux DevOps is the perfect companion for those who want to learn how to build systems with utility and learn about modern hardware and software practices. What You''ll Learn - Set up a Linux-based virtualization environment and workstation - Create a lab network with a fully qualified domain - Build web-based applications with NGINX and LAMP - Use version-control tools like Git - Automate deployments and configurations - Think like a modern DevOps engineer Who This Book Is For New and modestly experienced users with basic understanding of a basic understanding of Windows or Linux command line, as well as would-be and current DevOps engineers, and full-stack and other software developers

DKK 495.00
1

Hands-on Azure Boards - Chaminda Chandrasekara - Bog - APress - Plusbog.dk

Hands-on Azure Boards - Chaminda Chandrasekara - Bog - APress - Plusbog.dk

Understand and explore the features and management of Azure Boards with this book, which also covers Azure Boards configuration and advanced administration. This book starts by setting up projects with Azure DevOps and gives an overview of Azure Boards and its features. You will then learn to set up team projects and how to effectively use Azure Boards to plan and execute work. Hands-on Azure Boards explains customizations, where you will understand the available options to track your work considering different scenarios. Next, you will learn visualizing with queries, charts, and dashboards along with reporting of Azure Boards. The author gives you hands-on lessons to set up Azure Boards and shows you how to handle multiple modules that are taken care of by different teams. You will also explore the security options in Azure Boards as well as a detailed demonstration of working with the REST API and CLI. Finally, you will work with useful extensions for Azure Boards and see how to use them more effectively and efficiently. After reading this book, you will be able to work with the Azure Boards capabilities available in Azure DevOps on-premise server and services to improve your software delivery process. What You Will Learn - Plan and manage work with Azure Boards - Use the REST API and command line interface with Azure Boards - Extend Azure Boards with useful extensions to enhance its capabilities - Customize Azure Boards to adapt it to your process - Report and visualize work progress with Azure Boards Who This Book Is For Anyone working in Azure DevOps developing applications targeting any platform using any language.

DKK 604.00
1

Blockchain Enabled Applications - Vikram Dhillon - Bog - APress - Plusbog.dk

Blockchain Enabled Applications - Vikram Dhillon - Bog - APress - Plusbog.dk

Work with blockchain and understand its potential application beyond cryptocurrencies in the domains of healthcare, Internet of Things, decentralized organizations, and open science. Featuring case studies and practical insights generated from a start-up spun off from the author’s own lab, this book covers a unique mix of topics not found in others and offers insight into how to overcome real hurdles that arise as the market and consumers grow accustomed to blockchain based start-ups. You''ll start with a review of the historical origins of blockchain and explore the basic cryptography needed to make the blockchain work for Bitcoin. You will then learn about the technical advancements made in the surrounded ecosystem: the Ethereum virtual machine, Solidity, Colored Coins, the Hyperledger Project, Blockchain-as-a-service offered through IBM, Microsoft and more. This book looks at the consequences of machine-to-machine transactions using the blockchain socially, technologically, economically and politically. Blockchain Enabled Applications provides you with a clear perspective of the ecosystem that has developed around the blockchain and the various industries it has penetrated. What You’ll Learn - Implement the code-base from Fabric and Sawtooth, two open source blockchain-efforts being developed under the Hyperledger Project. - Evaluate the benefits of integrating blockchain with emerging technologies, such as machine learning and artificial intelligence in the cloud. - Use the practical insights provided by the case studies to your own projects or start-up ideas. - Set up a development environment to compile and manage projects. - Who This Book Is For Developers who are interested in learning about the blockchain as a data-structure, the recent advancements being made and how to implement the code-base. Decision makers within large corporations (product managers, directors or CIO level executives) interested in implementing the blockchain who need more practical insights and not just theory.

DKK 203.00
1

Introducing Cisco Unified Computing System - Stuart Fordham - Bog - APress - Plusbog.dk

Introducing Cisco Unified Computing System - Stuart Fordham - Bog - APress - Plusbog.dk

The Cisco Unified Computing System (UCS) can be found in the majority of data centers across the world. However, getting hands-on practice to learn this infrastructure can be difficult, as many companies will push to have it production-ready as soon as possible. Home-labs are also cost-prohibitive, cumbersome, electricity-hungry, and noisy. So, how do you get hands-on experience? With Unified Computing System Platform Emulator (UCSPE) and this book. UCSPE is free and can run on a laptop. Using it along with this book, you will learn how to set up, manage and troubleshoot a UCS, including the fabric interconnects, chassis and IOMs, and servers through the GUI and the CLI. All from the comfort of your own home. Introducing Cisco Unified Computing System will show you how to set up a UCS (comparing the UCSPE to a real-world deployment), customize the hardware, configure the UCS system, and secure it. You''ll start by creating an organization and then the policies to control storage, networking, boot options, maintenance policies, and server pools. Once you have the required policies you''ll use them to create service profiles (using the policies) and templates and assign these to the blade and rack-mount servers in the virtual environment. You''ll also be looking at real-life scenarios such as upgrades (and downgrades), northbound networking, and Storage Area Networking (SAN) connectivity. Using the GUI and the CLI you''ll look at real-world examples that data center engineers may encounter. What You''ll Learn - Set up the Cisco UCSPE on VMWare - Create UCS service profiles - Secure the UCS system - Troubleshoot the UCS Who This Book Is For Datacenter and network engineers and individuals studying for the CCNA and CCNP Cisco data center qualification.

DKK 476.00
1

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

Pro Spring Security - Carlo Scarioni - Bog - APress - Plusbog.dk

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

Introduction to Dependent Types with Idris - Boro Sitnikovski - Bog - APress - Plusbog.dk

DKK 307.00
1