Norges billigste bøker

Bøker utgitt av Manning Publications

Filter
Filter
Sorter etterSorter Populære
  • av Ángel Sola Orbaiceta
    789,-

    Build a Frontend Web Framework (From Scratch) guides you through a simple component-based frontend framework that borrows from React, Svelte, Angular, and other familiar tools. You'll learn how a modern framework operates by adding features like component state and lifecycle management, a virtual DOM, and reconciliation algorithms to update the HTML efficiently.

  • av Desiree Abbott
    669,-

    Everyday Data Visualization gives you skills you'll use to enhance the most common data visualizations, including charts and tables, data dashboards, and infographics. You'll learn how to use color, typography, positioning, and choice of charts to catch and keep a viewer's attention.

  • av Tagir Valeev
    910,-

    100 Java Mistakes and How To Avoid Them highlights 100 Java coding errors, from beginner missteps to mistakes even Java experts don't know they're making. Each case includes clear examples to show you what to look for and concrete troubleshooting advice.

  • av Numa Dhamani
    641,-

    Generative AI tools like ChatGPT are amazing - but how can you get the most out of them in your daily work? This book introduces cutting-edge AI tools and the practical techniques you need to use them safely and effectively.

  • av Mauricio Aniche
    620,-

    Write object-oriented code that's manageable, maintainable, and future-proof.Keeping your object-oriented designs simple demands a creative approach and that's exactly what you'll find in Simple Object-Oriented Design. This book is full of patterns and principles for reducing complexity, each one proven in author Mauricio Aniche's 20-year career in software development. You'll learn how to tackle code's natural growth in complexity, and adopt a "good enough" approach that means it's easy to refactor when requirements change.You'll discover insightful principles for: Making code readable and documented Improving consistency and encapsulation Managing dependencies Designing abstractions Handling infrastructure Effective modularization Learn what constitutes both good and bad object-oriented software design, discover how to make better trade-offs in design decisions, and when to embrace complexity over simpler data structures. With this book as your vital reference, you'll be ready to write code that will last the test of time, without slowing feature delivery to a crawl.

  • av Justin Mitchel
    685,-

    Learn how and why to use Kubernetes to deploy projects of any size.

  • av Alaa Khamis
    910,-

    Solve design, planning, and control problems using modern machine learning and AI techniques. For AI practitioners familiar with the Python language.

  • av Frances Buontempo
    789,-

    Build your skills with essential modern C++ features hands-on by completing eight interesting coding projects. For readers who know the basics of C++, whether they're beginners or out-of-practice veterans.

  • av Artur Guja
    669,-

    Combine the best of human data analysis with the power of AI and ChatGPT. Generative AI for Data Analytics teaches you how to accelerate essential data analytics tasks using ChatGPT. Whether you're a data expert seeking efficiency gains, an analyst looking to extend your spreadsheets with serious data tools, or a complete beginner making a ChatGPT-empowered career jump, this book is for you.

  • Spar 16%
    av Isaac Abraham
    717

    F# in Action guides you from Functional Programming novice all the way to putting F# applications into production! It leverages your existing knowledge of software development and the .NET platform to get you up-and-running fast. Learn how you can use scripts to rapidly explore .NET libraries and packages, and level up your .NET skills for data exploration and analysis.

  • av Rob Reider
    685,-

    Take control of your wealth management by building your own reliable, effective, and automated financial advisor tool.Automated digital financial advisors—also called robo-advisors—manage billions of dollars in assets. Follow the step-by-step instructions in this hands-on guide, and you’ll learn to build your robo-advisor capable of managing a real investing strategy. In Build a Robo-Advisor with Python (From Scratch) you’ll learn how to: • Measure returns and estimate the benefits of robo-advisors • Use Monte Carlo simulations to build and test financial planning tools • Construct diversified, efficient portfolios using optimization and other methods • Implement and evaluate rebalancing methods to track a target portfolio over time • Decrease taxes through tax-loss harvesting and optimized withdrawal sequencing • Use reinforcement learning to find the optimal investment path up to, and after, retirement Automated “robo-advisors” are commonplace in financial services, thanks to their ability to give high-quality investment advice at a fraction of the cost of human advisors. Build a Robo-Advisor with Python (From Scratch) teaches you to develop one of these powerful, flexible tools using popular and free Python libraries. You’ll master practical Python skills in demand in financial services, and financial planning skills that will help you take the best care of your money. All examples are accompanied by working Python code, and are easy to adjust for investors anywhere in the world. Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications. About the technology Millions of investors use robo-advisors as an alternative to human financial advisors. In this one-of-a-kind guide, you’ll learn how to build one of your own. Your robo-advisor will assist you with all aspects of financial planning, including saving for retirement, creating a diversified portfolio, and decreasing your tax bill. And along the way, you’ll learn a lot about Python and finance! About the book Build a Robo-Advisor with Python (From Scratch) guides you step-by-step, feature-by-feature as you create a robo-advisor from the ground up. As you go, you’ll dive into techniques like reinforcement learning, convex optimization, and Monte Carlo methods that you can apply even outside the field of FinTech. When you finish, your powerful assistant will be able to create optimal asset allocations, rebalance investments while minimizing taxes, and more. What's inside • Advanced portfolio construction techniques • Tax-loss harvesting, sequencing of retirement withdrawals, and asset location • Financial planning using AI and Monte Carlo simulations • Rebalancing methods to track a portfolio over time About the reader Accessible to anyone with a basic knowledge of Python and finance—no special skills required. About the author Rob Reider is a quantitative hedge fund portfolio manager. He holds a PhD in Finance from The Wharton School and is an Adjunct Professor at NYU. Alex Michalka is head of investments research at Wealthfront. He holds a PhD from Columbia University. Table of Contents Part 1 1 The rise of robo-advisors 2 An introduction to portfolio construction 3 Estimating expected returns and covariances 4 ETFs: The building blocks of robo-portfolios Part 2 5 Monte Carlo simulations 6 Financial planning using reinforcement learning 7 Measuring and evaluating returns 8 Asset location 9 Tax-efficient withdrawal strategies Part 3 10 Optimization and portfolio construction 11 Asset allocation by risk: Introduction to risk parity 12 The Black-Litterman model Part 4 13 Rebalancing: Tracking a target portfolio 14 Tax-loss harvesting: Improving after-tax returns

  • av Anne-Marie Dufour
    815,-

    D3.js in Action, Third Edition teaches you how to create an extensive portfolio of visualizations, interactive graphics, and data-driven applications using D3.js. This third edition is fully updated to the latest version of D3. It also contains new coverage of the essential aspects of modern digital visualizations.

  • av David MacLeod
    910,-

    Learn Rust in a Month of Lunches is a fast and friendly guide to Rust proficiency. Each lesson introduces a new feature of the language, from working with types to making sense of the Rust standard library. Best of all, almost all code samples run in the browser-based Rust Playground. No need to install Rust to get started on a lesson!

  • av Akanksha Gupta
    669,-

    Think Like a Software Engineering Manager teaches you the skills you need to hire, train, and lead a successful software development team. In this practical guide, you'll explore all aspects of the Software Engineering manager's job, from operational practices along the software development lifecycle to the core skills of handling humans.

  • av Adam Freeman
    771,-

    Essential TypeScript 5 is a fully updated third edition of the classic Adam Freeman bestseller. It provides full coverage of TypeScript 5, including new features like decorators. You'll begin with the hows-and-whys of TypeScript, then quickly progress to practical applications of static types. No wasted pages! Each chapter is focused on the skills you need to write awesome web apps.

  • av Marwan Alsabbagh
    685,-

    Build Your Own Robot introduces you to the exciting world of robotics. Your robot isn't just theory. Beginning in chapter 2 you'll write code to make your robot move and respond to touch sensors. The book gives accessible advice on available hardware and free open source software that makes creating a robot fun and affordable.

  • av James Cutajar
    620,-

    From the back cover Learn Concurrent Programming with Go teaches you how to boost the performance of your systems through the power of concurrent programming. It demystifies concurrency, explaining complex topics using simple language, easy-to-follow visuals, and relevant examples you'll face every day as a developer. You'll get an under-the-hood understanding of concurrency by building common concurrency tools like readers/writer locks, semaphores, and thread pools. By the time you're done reading, you'll be effortlessly coding concurrent applications in Go. You'll also have a great foundation to apply your new concurrency skills in almost any other language. About the reader For programmers who already know the basics of Go or another C-style language. No experience in concurrent programming required.

  • av Bojan Magusic
    620,-

    From the back cover Azure Security is a practical guide to the native security services of Microsoft Azure. You'll learn how to use Azure tools to improve your systems security and get an insider's perspective on establishing a DevSecOps program using the capabilities of Microsoft Defender for Cloud. Insightful analogies and hands-on examples help demystify tricky security concepts, while clever exercises help reinforce what you've learned. About the reader For software and security engineers building and securing Azure applications.

  • av Paul McFedries
    416,-

    From the back cover This exciting second edition of Web Design Playground is fully updated with new technologies and thoughtful approaches for building modern websites. Discover timeless HTML and CSS techniques, and dive into their cool new tags and features, including Flexbox and CSS Grid. Four serious projects put your skills to the test and give you useful, real-world pages for your portfolio. Don't worry about setting up your own servers and domain names--the book comes with a free online "playground" to experiment with and get creative. You can concentrate on core skills like page layout and adding images and video, as well as learning typography, responsive design, and the other modern web design techniques. Before you know it, you'll be ready to create gorgeous pages that reflect your creativity and style. About the reader If you can use a browser, you're ready to create web pages!

  • av Vadim Smolyakov
    802,-

    Machine Learning Algorithms in Depth dives deep into the 'how' and the 'why' of machine learning algorithms. For each category of an algorithm, you will go from math-first principles to hands-on implementation in Python. You will explore dozens of examples from across all the fields of machine learning, including finance, computer vision, NLP, and more. Each example is accompanied by worked-out derivations and details as well as insightful code samples and graphics. By the time you're done reading, you will know how major algorithms work under the hood -- and be a better machine learning practitioner. About the reader For intermediate machine learning practitioners familiar with linear algebra, probability, and basic calculus.

  • av Nicolas Vandeput
    409

    Demand Forecasting Best Practices is a handbook of techniques for effective demand planning for products of all types. You will learn how to optimise your data, metrics, processes, models, and even people to make better decisions and deliver value to your supply chains. Discover pro tips from author Nicolas Vandeput's global career in supply chain consultancy and dodge the common mistakes you might not know you are making. Illustrations, clear explanations, and relevant real-world examples make each concept easy to understand and easy to follow. About the reader For anyone who wants to improve their demand planning process, including demand planners, S&OP managers, supply chain leaders, and data scientists.

  • av Nadhem AlFardan
    620,-

    Cyber Threat Hunting teaches you how to identify potential breaches of your security. You will learn by exploring real-life scenarios drawn from author Nadhem AlFardan's twenty years in information security. Beginning with the fundamentals, you will build a practical hunting framework and discover good practices for optimising and improving expeditions. You will learn to employ advanced techniques that draw on machine learning and statistical analysis to help spot anomalies. Best of all, this practical book comes with downloadable datasets and scenario templates to practice and hone your threat-hunting techniques. About the reader For security, network, and systems professionals familiar with security tools and Python.

  • av Huseyin Babal
    637,-

    A Pythonic Adventure listens in on the conversations between two aspiring Python programmers. The book's dialogue helps young programmers understand complex concepts much more easily. Characters ask questions, make mistakes, and offer different solutions -- just like in real life. Readers will develop fun and engaging Python applications, including a coffee shop app for taking orders and a LEGO minifigure exchange program. Best of all, A Pythonic Adventure dives deeper than other beginner books. Inside are important skills for any new software developer, such as how to plan an application, what to expect from users, and how to test code and check for errors. By the time they are done reading, young learners will not only know how to write code, they will know how to think about problems like professional developers! About the reader For programmers aged 10+, and older friends and mentors who are interested in teaching programming.

  • av Philipp Hagenlocher
    620,-

    Haskell Bookcamp builds your skills with production-quality Haskell code by creating interesting projects. As you work through each application, you will master Haskell basics and functional programming and dip into the language's advanced features. Haskell's abstract concepts can be confusing--so you will learn them from the ground up with real-world examples rather than tedious academic exercises. Learn how to structure real-world applications, work with the Haskell toolchain effectively and what to look out for when writing critical sections in the programme's logic. Best of all, each project in this book is fully extensible and customisable, so you can keep tinkering with your favourites! About the reader For readers who know how to program in an object-orientated language.

  • av Quan Nguyen
    636,-

    Open up How Computers Make Books, and you will learn how computers use math and computer science to lay out and produce a book. Explore text, fonts, and means of putting ink onto the page. Dive into the history of typesetting and printing and see how that history informs today's technology for both physical books and eBooks. You will learn the importance of both mathematical calculation and artistic taste and how only a combination of the two leads to beautiful books. By the time you are done reading, you will have a better understanding of how computer science can solve problems and the complex technology that went into every book you own. About the reader This book is for everyone--from those clueless but curious about computer science to tech professionals interested in the ingenious solutions created to solve the big problems of printing.

  • av Andrew Lock
    705,-

    about the book ASP.NET Core in Action, Third Edition is a comprehensive guide to creating web applications with ASP.NET Core 7.0. You'll quickly progress from HTTP concepts to advanced framework customization. Illustrations and annotated code make learning visual and easy, while hands-on examples demonstrate logins, dependency injection, security, and more. This updated edition covers the latest features and new paradigms of ASP.NET Core 7, such as minimal APIs and minimal hosting. About the reader For intermediate C# developers.

  • av Wouter Groeneveld
    620,-

    Creativity is essential to being a successful programmer. Each chapter in The Creative Programmer introduces you to a new theme of creativity that is derived from scientifically sound research. Discover the importance of communication, how constraints can make you more creative, methods to improve your critical thinking, and more. Short stories, examples, and exercises will help you understand each new idea and clearly demonstrate how you can apply them to programming. You will even be able to track your progress against a scientifically validated Creative Programming Problem Solving Test! Along the way, you will enjoy examples and stories that show what makes creative technical geniuses tick. About the reader For programmers of all experience and skill levels.

  • av Kirill Bobrov
    536,-

    Grokking Concurrency is a friendly guide for any developer, perplexed about concurrency. It focuses on the fundamentals, explaining concurrent programming and asynchrony in a math and jargon-free way. Fun illustrations and diagrams make complex concepts easy to understand. The book presents the most important concurrency features with examples in the accessible Python language. No matter what language you use, you'll learn best practices for implementing concurrency. About the reader For readers who know the basics of programming. Examples are in Python.

  • Spar 12%
    av Doug Turnbull
    660,-

    Statistics Slam Dunk: Statistical analysis with R on real NBA data is an interesting and engaging how-to guide for statistical analysis using R. It is packed with practical statistical techniques, each demonstrated using real-world data taken from NBA games. In each chapter, you will discover a new (and sometimes surprising!) insight into basketball, with careful step-by-step instructions on how to generate those revelations. You will get practical experience cleaning, manipulating, exploring, testing, and otherwise analysing data with base R functions and useful R packages. R's visualisation capabilities shine through in the book's 300 visualizations, and almost 30 plots and charts including Pareto charts and Sankey diagrams. Much more than a beginner's guide, this book explores advanced analytics techniques and data wrangling packages. You will find yourself returning again and again to use this book as a handy reference! About the reader Requires a beginning knowledge of basic statistics concepts. No advanced knowledge of statistics, machine learning, R - or basketball - required.

  • av Matt Goldman
    620,-

    .NET MAUI in Action teaches you to build cross-platform applications with the skills you already have as a .NET developer. There's no platform-specific knowledge needed to get started; you'll learn everything you need about Android, iOS, and more through the book's hands-on guidance. You'll dive straight into creating apps and rapidly progress from "Aloha World" to To-Do list apps, a movie recommender app, and eventually a full-stack solution using enterprise architecture patterns. You'll also learn how to use GitHub Actions to deploy robust, testable, and maintainable apps. Learn how to deliver a consistent look and feel for your apps across platforms while tailoring your user experience to relevant devices. Throughout, you'll use the built-in controls of .NET MAUI and learn how to develop your own custom solutions. You'll soon be confidently delivering complex apps without mastering platform-specific skill sets. About the reader For experienced .NET developers.

Gjør som tusenvis av andre bokelskere

Abonner på vårt nyhetsbrev og få rabatter og inspirasjon til din neste leseopplevelse.