15 resultater (6,39637 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Practices of the Python Pro - Dane Hillard - Bog - Manning Publications - Plusbog.dk

Learn Haskell by Example - Philipp Hagenlocher - Bog - Manning Publications - Plusbog.dk

Learn Haskell by Example - Philipp Hagenlocher - Bog - Manning Publications - Plusbog.dk

Learn Haskell by doing Haskell projects! For readers who know how to program in an object-orientated language. Haskell Bookcamp will offer you practical experience writing Haskell code and applying functional programming to actual development challenges. You will build your Haskell skills by working through hands-on challenges and conundrums. You will learn to look at each project through a Haskell lens and then solve it using features like lazy evaluation, immutable data structures, and monads. And the projects are interesting! You will take on writing a tool for working with CSV files, creating a domain-specific language for music, an image processing library using concurrency for high performance, and more! Key features include: - - Use Haskell for daily programming tasks - - Effectively apply functional concepts - - Avoid common beginner pitfalls of Haskell - - Apply abstract concepts in the Haskell language - - Debug and profile Haskell applications - - Improve the performance of Haskell applications - About the technology Haskell delivers clean and safe code with mathematical precision and certainty. The pure functional coding language lets you use high-level abstractions to keep your code clean and easily readable, actively disallowing many dangerous behaviours that lead to bugs and crashes. These features make Haskell an amazing choice for applications that need an extra guarantee of safety, such as smart contracts, data-intensive applications, and large-scale distributed systems.

DKK 450.00
1

Vue.js in Action - Benjamin Listwon - Bog - Manning Publications - Plusbog.dk

Pandas In Action - Boris Paskhover - Bog - Manning Publications - Plusbog.dk

Pandas In Action - Boris Paskhover - Bog - Manning Publications - Plusbog.dk

Pandas has rapidly become one of Python''s most popular data analysis libraries. With pandas you can efficiently sort, analyze, filter and munge almost any type of data. In Pandas in Action , a friendly and example-rich introduction, author Boris Paskhaver shows you how to master this versatile tool and take the next steps in your data science career. about the technology Anyone who’s used spreadsheet software will find pandas familiar. While its column-based grids might remind you of Excel or Google Sheets, pandas is more flexible and far more powerful. It can efficiently perform operations on millions of rows and be used in tandem with other Python libraries for statistics, machine learning, and more. And best of all, using pandas doesn’t mean sacrificing user productivity or needing to write tons of complex code. It’s clean, intuitive, and fast. about the book Pandas in Action makes it easy to dive into Python-based data analysis. You’ll learn to use pandas to automate repetitive spreadsheet functionality and derive insight from data by sorting columns, filtering data subsets, and creating multi-leveled indices. Each chapter is a self-contained tutorial, letting you dip in when you need to troubleshoot tricky problems. Best of all, you won’t be learning from sterile or randomly created data. You’ll start with a variety of datasets that are big, small, incomplete, broken, and messy and learn how to clean and format them for proper analysis. what''s inside - - Import a CSV, identify issues with its data structures, and convert it to the proper format - - Sort, filter, pivot, and draw conclusions from a dataset and its subsets - - Identify trends from text-based and time-based data - - Organize, group, merge, and join separate datasets - - Real-world datasets that are easy to download and explore - about the reader For readers experienced with spreadsheet software who know the basics of Python. about the author Boris Paskhaver is a software engineer, Agile consultant, and educator. His six programming courses on Udemy have amassed 236,000 students, with an average course rating of 4.59 out of 5. He first used Python and the pandas library to derive a variety of business insights at the world’s #1 jobs site, Indeed.com.

DKK 476.00
1

Pandas Workout - Reuven Lerner - Bog - Manning Publications - Plusbog.dk

Pandas Workout - Reuven Lerner - Bog - Manning Publications - Plusbog.dk

Practice makes perfect pandas. Work out your pandas skills against dozens of real-world challenges, each carefully designed to build an intuitive knowledge of essential pandas tasks. In Pandas Workout you''ll learn how to: - - Clean your data for accurate analysis - - Work with rows and columns for retrieving and assigning data - - Handle indexes, including hierarchical indexes - - Read and write data with a number of common formats, such as CSV and JSON - - Process and manipulate textual data from within pandas - - Work with dates and times in pandas - - Perform aggregate calculations on selected subsets of data - - Produce attractive and useful visualizations that make your data come alive - Discover 50 exercises that will strengthen your pandas skills to a level of automatic fluency. You''ll test yourself against common pandas challenges such as data cleaning, and explore real-world datasets such as New York Taxis, Kickstarter projects, and global tourist spending. Detailed explanations help guide your success and make your new skills stick. You''ll even get a big boost to productivity, with tasks that used to mean a trip to StackOverflow now a natural part of your skillset. about the technology Mastering pandas means working out your new skills until they become like reflexes. This book gives you lots of pandas practice by working through the kind of scenarios you''ll face in the real world. Whether you''re a data scientist or a programmer handling large quantities of data, you''ll soon overcome pandas''s learning curve and start solving complex problems in less time. about the book Pandas Workout hones your pandas skills to a professional-level through 50 hands-on exercises, along with 150 bonus challenges to really test your skills. Expert Python trainer Reuven Lerner coaches you through essentials like data frames and reveals pandas''s rich functionality for string and date/time handling, complex indexing, and visualization. Clear explanations and detailed Jupyter Notebooks accompany every exercise, along with comparisons of different possible solutions. Work through this book, and you''ll be ready to flex your muscles against even the trickiest pandas problems! RETAIL SELLING POINTS • Clean your data for accurate analysis • Work with rows and columns for retrieving and assigning data• Handle indexes, including hierarchical indexes • Read and write data with a number of common formats, such as CSV and JSON • Process and manipulate textual data from within pandas • Work with dates and times in pandas • Perform aggregate calculations on selected subsets of data AUDIENCE For Python programmers and data analysts, with basic knowledge of pandas.

DKK 459.00
1

The Joy of Clojure - Chris Houser - Bog - Manning Publications - Plusbog.dk

Joy of JavaScript, The - Luis Atencio - Bog - Manning Publications - Plusbog.dk

Joy of JavaScript, The - Luis Atencio - Bog - Manning Publications - Plusbog.dk

Whether for building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there’s never been a more exciting time to be a JavaScript developer. In The Joy of JavaScript, author and JavaScript expert Luis Atencio teaches you key design concepts that lead to clean, lean, modular, and easy-to-maintain code. Key features • JavaScript’s objects and module system • Working with higher order functions • Driving application business logic with functional programming principles • Dynamically hooking into data with Proxy and Reflect APIs • Static type-checking with Flow • Taming complex asynchronous behavior using reactive programming Audience Perfect for intermediate JavaScript developers with basic familiarity with HTTP, HTML/CSS, and Git/CLI. About the technology JavaScript is multi-paradigm, supporting object-oriented, functional, reactive, and event-driven styles of programming. And transpilers like Babel make it possible to compile code written in other languages into JavaScript. Luis Atencio is a software engineer for Citrix Systems, where he develops and architects web applications leveraging Java, PHP, and JavaScript platforms. He blogs about software engineering at http://luisatencio.net, has spoken in many dev conferences, and has written articles for PHPArch magazine and DZone Refcardz. Luis is the author of Manning’s Functional Programming in JavaScript and the co-author of Manning’s RxJS in Action.

DKK 300.00
1

React in Depth - Morten Barklund - Bog - Manning Publications - Plusbog.dk

React in Depth - Morten Barklund - Bog - Manning Publications - Plusbog.dk

A guide to the advanced React skills used by the very best React developers. React in Depth teaches the React libraries, tools and techniques that are vital to build amazing apps. You''ll put each skill you learn into practice with hands-on projects like a goal-focused task manager, expenses tracker, and custom UI library. In React in Depth you will learn how to: - - Assess technologies in the React ecosystem - - Implement advanced component patterns to improve React code - - Optimize React performance for a smooth user experience - - Use developer tooling for better code maintenance and debugging - - Work with TypeScript for type safety - - Use CSS in JavaScript for efficient styling - - Manage data in React, including remote data and reactive caching - - Unit test React components for quality assurance and bug prevention - - Use popular React frameworks for building production-ready applications - React in Depth focuses on the modern best practices of React development, with full and up-to-date coverage of the latest features and changes to the React ecosystem. This book highlights the advanced techniques that turn a React pro into a React wizard, and how you can future-proof your career by mastering new React technologies as they emerge. About the technology What does knowing React in depth mean? It means writing clean, modular code that you can test and refactor. It means applying design patterns and architectural principles to real-world problems. It means collaborating effectively with other developers and harnessing the power of React''s rich ecosystem. That''s exactly what this book delivers!

DKK 547.00
1

Elm in Action - Richard Feldman - Bog - Manning Publications - Plusbog.dk

Elm in Action - Richard Feldman - Bog - Manning Publications - Plusbog.dk

Elm is more than just a cutting-edge programming language, it''s a chance to upgrade the way you think about building web applications. Once you get comfortable with Elm''s refreshingly different approach to application development, you''ll be working with a clean syntax, dependable libraries, and a delightful compiler that essentially eliminates runtime exceptions. Elm compiles to JavaScript, so your code runs in any browser, and Elm''s best-in-class rendering speed will knock your socks off. Let''s get started! Elm in Action teaches you how to build well-designed, highly performant web applications using the Elm language. As you read, you''ll follow an application called Photo Groove that will show you how to structure your application''s domain and behaviour, how to maintain a pleasantly modular architecture, and how to deliver a quality product using the Elm language. Along the way, you''ll learn how to interact smoothly with browser functionality, servers, and JavaScript libraries, as well and picking up a few tricks for building fluid, intuitive user experiences. If you''re new to functional programming, you''ll also gain a practical understanding of techniques that will make you a better developer no matter what you''re writing! Written for readers comfortable with web application development in JavaScript. No experience with Elm or functional programming required. Key Features - - Getting started with the Elm language - - Scalable design for production web applications - - Single-page applications in Elm - - Testing your applications - Richard Feldman is a programmer and entrepreneur who loves to push the limits of browser-based programming. He''s a front-end engineer at NoRedInk and a well-known member of the Elm community.

DKK 406.00
1

Statistics Playbook - Max Irwin - Bog - Manning Publications - Plusbog.dk

Statistics Playbook - Max Irwin - Bog - Manning Publications - Plusbog.dk

Learn statistics by analysing professional basketball data! Statistics Slam Dunk is an action-packed book that will help you build your skills in exploratory data analysis by digging into the fascinating world of NBA games and player stats using the R language. This textbook will upgrade your R data science skills by taking on practical analysis challenges based on NBA game and player data. You will take on the challenge of wrangling messy data to drill on the skills that will make you the star player on any data team. And just like in the real world, you will get no clean pre-packaged datasets in this book. You will develop a toolbox of R data skills including: - - Reading and writing data - - Installing and loading packages - - Transforming, tidying, and wrangling data - - Applying best-in-class exploratory data analysis techniques - - Creating compelling visualizations - - Developing supervised and unsupervised machine learning algorithms - - Execute hypothesis tests, including t-tests and chi-square tests for independence - - Compute expected values, Gini coefficients, and z-scores - Is losing games on purpose a rational strategy? Which hustle statistics have an impact on wins and losses? Each chapter in this one-of-a-kind guide uses new data science techniques to reveal interesting insights like these. About the technology Amazing insights are hiding in raw data, and statistical analysis with R can help reveal them! R was built for data, and it supports modelling and statistical techniques including regression and classification models, time series forecasts, and clustering algorithms. And when you want to see your results, R''s visualisations are stunning, with best-in-class plots and charts.

DKK 489.00
1

Ionic in Action - Jeremy Wilken - Bog - Manning Publications - Plusbog.dk

Ionic in Action - Jeremy Wilken - Bog - Manning Publications - Plusbog.dk

DESCRIPTION AngularJS has rapidly become the most popular web development framework for browser-based applications, but it''s not a great solution for mobile apps. Ionic, an open source framework, blends the best features of AngularJS with Cordova (previously known as Phonegap) to package web applications into a native-quality mobile app. In other words, it allows users to build mobile apps using the web technologies they already know and love. Ionic does all the heavy lifting using CSS and JavaScript so users can get clean, native looking cross-platform apps without the hassle of building separate native apps for iOS and Android. Ionic in Action teaches web developers how to build cross-platform mobile apps for phones and tablets. It helps them extend their web development skills to build apps that are indistinguishable from native iOS or Android projects. With carefully explained examples the book shows how to build several mobile apps that demonstrate mobile-specific features such as GPS, camera, notifications, UI controls, and integrating with external data sources. Lastly, the book covers ways to test apps to improve stability and catch errors during development. KEY SELLING POINTS Covers the entire mobile development process Best practices for building mobile apps Sample apps demonstrate wide set of available features AUDIENCE The reader should be experienced in web development with HTML, CSS, and JavaScript. Some familiarity with AngularJS is helpful but not required. ABOUT THE TECHNOLOGY AngularJS is the most popular web development framework for browser-based applications. Ionic, an open source framework, blends the best features of AngularJS with Cordova (previously known as Phonegap) to package web applications into a native-quality mobile app. The book teaches how to build mobile apps for phones and tablets that work on both Apple or Google based operating systems, iOS and Android.

DKK 370.00
1

The Well-Grounded Data Analyst - David Asboth - Bog - Manning Publications - Plusbog.dk

The Well-Grounded Data Analyst - David Asboth - Bog - Manning Publications - Plusbog.dk

Complete eight data science projects that lock in important real-world skills—along with a practical process you can use to learn any new technique quickly and efficiently. Data analysts need to be problem solvers—and The Well-Grounded Data Analyst will teach you how to solve the most common problems you''ll face in industry. You''ll explore eight scenarios that your class or bootcamp won''t have covered, so you can accomplish what your boss is asking for. In The Well-Grounded Data Analyst you''ll learn: - - High-value skills to tackle specific analytical problems - - Deconstructing problems for faster, practical solutions - - Data modeling, PDF data extraction, and categorical data manipulation - - Handling vague metrics, deciphering inherited projects, and defining customer records - The Well-Grounded Data Analyst is for junior and early-career data analysts looking to supplement their foundational data skills with real-world problem solving. As you explore each project, you''ll also master a proven process for quickly learning new skills developed by author and Half Stack Data Science podcast host David Asboth . You''ll learn how to determine a minimum viable answer for your stakeholders, identify and obtain the data you need to deliver, and reliably present and iterate on your findings. The book can be read cover-to-cover or opened to the chapter most relevant to your current challenges. About the technology: Real world data analysis is messy. Success requires tackling challenges like unreliable data sources, ambiguous requests, and incompatible formats—often with limited guidance. This book goes beyond the clean, structured examples you see in classrooms and bootcamps, offering a step-by-step framework you can use to confidently solve any data analysis problem like a pro.

DKK 485.00
1

Java Persistence with Spring Data and Hibernate - Gavin King - Bog - Manning Publications - Plusbog.dk

Java Persistence with Spring Data and Hibernate - Gavin King - Bog - Manning Publications - Plusbog.dk

Master Java persistence using the industry-leading tools Spring Data and Hibernate. In Java Persistence with Spring Data and Hibernate you will learn: - - Mapping persistent classes, value types, and inheritance - - Mapping collections and entity associations - - Processing transactions with Spring Data and Hibernate - - Creating fetch plans, strategies, and profiles - - Filtering data - - Building Spring Data REST projects - - Using Java persistence with non-relational databases - - Querying JPA with QueryDSL - - Testing Java persistence applications - Java Persistence with Spring Data and Hibernate teaches you the ins-and-outs of Java persistence with hands-on examples using Spring Data, JPA and Hibernate. The book carefully analyzes the capabilities of the major Java persistence tools, and guides you through the most common use cases. You''ll learn how to make and utilize mapping strategies, and efficiently test Java persistence applications. The practical techniques are demonstrated with both relational and non-relational databases. about the technology Persistence enables an application''s data to exist for the long term, even after a program is stopped or terminated. Whether you''re saving state from session to session or maintaining long-term records, Java persistence tools like Spring Data, JPA, and Hibernate help deliver the object relational mapping that connects code''s objects with your database. about the book Java Persistence with Spring Data and Hibernate explores persistence with the most popular available tools. You''ll benefit from detailed coverage of Spring Data JPA, Spring Data JDBC, Spring Data REST, JPA, and Hibernate, comparing and contrasting the alternatives so you can pick what''s best for your code. Begin with a hands-on introduction to object-relational mapping (ORM), then dive into mapping strategies for linking up objects and your database. You''ll learn about the different approach to transactions for both Hibernate and Spring Data, and even how to deliver Java persistence with non-relational databases. Finally, you''ll explore testing strategies for persistent applications to keep your code clean and bug free.

DKK 514.00
1

Testing Angular Applications Covers Angular 2 - Corinna Cohn - Bog - Manning Publications - Plusbog.dk

Testing Angular Applications Covers Angular 2 - Corinna Cohn - Bog - Manning Publications - Plusbog.dk

Description The Angular 2 framework is great for building large-scale web applications that can be maintained and extended. And when building enterprise-level apps, testing is vital to the development process. Testing improves the quality of code and reduces maintenance, saving both time and money. Even though testing is crucial, it’s sometimes neglected since there are few established resources and standards when it comes to modern JavaScript web applications. Developers who know how to build and leverage tests are highly valued by their clients and companies. Testing Angular Applications is an example-rich, hands-on guide that gives the real-world techniques needed to thoroughly test all parts of Angular 2 applications. The book starts with an introduction to Angular 2, TypeScript, testing fundamentals, and the testing frameworks and tools used in the book. Next, it explains how to set-up an Angular 2 environment, including TypeScript and the Angular 2 dependencies. The reader will then create their first component. The second part of the book focuses on the most important concepts of Angular 2, such as testing components, directives, pipes, services, and routing. This book will allow readers to confidently write unit and endto-end tests for Angular 2 applications and TypeScript. Key features • Testing components, directives, services and pipes • Real-world techniques • Hands-on examples • Foundation for writing advances tests • Provides code that can be reused in a production environment Audience This book is for readers with intermediate JavaScript skills and some experience with JavaScript frameworks. No experience with testing or Angular required. About the Technology Angular 2 is the latest version of the popular web application framework built by Google and its army of community contributors. Angular 2 is a mobile-first framework that promises to be fast, flexible, and expressive. The Angular 2 syntax is clean and easy to read, which lends itself nicely to rapid development and assists in writing tests.

DKK 370.00
1

Making Sense of Cyber Security - Thomas Kranz - Bog - Manning Publications - Plusbog.dk

Making Sense of Cyber Security - Thomas Kranz - Bog - Manning Publications - Plusbog.dk

A jargon-free, practical guide to the key concepts, terminology, and technologies of cybersecurity perfect for anyone planning or implementing a security strategy. Go behind the headlines of famous attacks and learn lessons from real-world breaches that author Tom Kranz has personally helped to clean up. Making Sense of Cyber Security is full of clear-headed advice and examples that will help you identify risks in your organization and choose the right path to apply the important security concepts effectively. Making Sense of Cyber Security is a no-nonsense overview of common cyber threats. Written for readers at all skill levels, this easy-to-read guide breaks down the core ideas and terminology of cybersecurity so that you can effectively contribute to the planning and implementation of a security strategy. You''ll learn the three pillars of a successful security strategy and how to create and apply threat models that will iteratively improve your organization''s readiness about the technology Every high-profile data breach underlines the need for cybersecurity. A proper understanding of threats, vulnerabilities, and most-likely attacks empowers you to make better decisions and mitigate risks. about the book Making Sense of Cyber Security is a no-nonsense overview of common cyber threats. Written for readers at all skill levels, this easy-to-read guide breaks down the core ideas and terminology of cybersecurity so that you can effectively contribute to the planning and implementation of a security strategy. You''ll learn the three pillars of a successful security strategy and how to create and apply threat models that will iteratively improve your organization''s readiness. Renowned security expert Tom Kranz teaches you to think like a hacker, ensuring you can spot your own weak points and evaluate risks in new technologies or processes. You''ll cement this mindset by planning your own penetration test—taking on the role of the attacker in a simulated hack against an asset management firm. Finally, you''ll work through a real-world security breach, learning how to respond to live threats and apply the lessons learned to your own organization.

DKK 388.00
1