4 resultater (5,75163 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Odoo 14 Development Cookbook - Parth Gajjar - Bog - Packt Publishing Limited - Plusbog.dk

Odoo 14 Development Cookbook - Parth Gajjar - Bog - Packt Publishing Limited - Plusbog.dk

With over 200 recipes covering real-world examples, take your Odoo development skills to the next level and solve complex business problems using this guideKey FeaturesBook DescriptionWith its latest iteration, the powerful Odoo framework released a wide variety of features for rapid application development. This updated Odoo development cookbook will help you explore the new features in Odoo 14 and learn how to use them to develop Odoo applications from scratch. You'll learn about the new website concepts in Odoo 14 and get a glimpse of Odoo's new web-client framework, the Odoo Web Library (OWL). Once you've completed the installation, you'll begin to explore the Odoo framework with real-world examples. You'll then create a new Odoo module from the ground up and progress to advanced framework concepts. You'll also learn how to modify existing applications, including Point of Sale (POS) applications. This book isn't just limited to backend development; you'll discover advanced JavaScript recipes for creating new views and widgets. As you progress, you'll learn about website development and become a quality Odoo developer by studying performance optimization, debugging, and automated testing. Finally, you'll delve into advanced concepts such as multi-website, In-App Purchasing (IAP), Odoo.sh, the IoT Box, and security. By the end of the book, you'll have all the knowledge you need to build impressive Odoo applications and you'll be well versed in development best practices that will come in handy when working with the Odoo framework.What you will learnBuild beautiful websites with Odoo CMS using dynamic building blocksGet to grips with advanced concepts such as caching, prefetching, debuggingModify backend JavaScript components and POS applications with the new OWL frameworkConnect and access any object in Odoo via Remote Procedure Calls (RPC)Manage, deploy, and test an Odoo instance with Odoo.shConfigure IoT Box to add and upgrade Point of Sale (POS) hardwareFind out how to implement in-app purchase servicesWho this book is for

DKK 429.00
1

Learn Robotics Programming - Danny Staple - Bog - Packt Publishing Limited - Plusbog.dk

Learn Robotics Programming - Danny Staple - Bog - Packt Publishing Limited - Plusbog.dk

Develop an extendable smart robot capable of performing a complex series of actions with Python and Raspberry PiKey FeaturesGet up to speed with the fundamentals of robotic programming and build intelligent robotsLearn how to program a voice agent to control and interact with your robot's behaviorEnable your robot to see its environment and avoid barriers using sensorsBook DescriptionWe live in an age where the most complex or repetitive tasks are automated. Smart robots have the potential to revolutionize how we perform all kinds of tasks with high accuracy and efficiency. With this second edition of Learn Robotics Programming, you'll see how a combination of the Raspberry Pi and Python can be a great starting point for robot programming. The book starts by introducing you to the basic structure of a robot and shows you how to design, build, and program it. As you make your way through the book, you'll add different outputs and sensors, learn robot building skills, and write code to add autonomous behavior using sensors and a camera. You'll also be able to upgrade your robot with Wi-Fi connectivity to control it using a smartphone. Finally, you'll understand how you can apply the skills that you've learned to visualize, lay out, build, and code your future robot building projects. By the end of this book, you'll have built an interesting robot that can perform basic artificial intelligence operations and be well versed in programming robots and creating complex robotics projects using what you've learned.What you will learnLeverage the features of the Raspberry Pi OSDiscover how to configure a Raspberry Pi to build an AI-enabled robotInterface motors and sensors with a Raspberry PiCode your robot to develop engaging and intelligent robot behaviorExplore AI behavior such as speech recognition and visual processingFind out how you can control AI robots with a mobile phone over Wi-FiUnderstand how to choose the right parts and assemble your robotWho this book is forThis second edition of Learn Robotics Programming is for programmers, developers, and robotics enthusiasts who want to develop a fully functional robot and leverage AI to build interactive robots. Basic knowledge of the Python programming language will help you understand the concepts covered in this robot programming book more effectively.

DKK 407.00
1

Learning Java Lambdas - Toby Weston - Bog - Packt Publishing Limited - Plusbog.dk

Learning Java Lambdas - Toby Weston - Bog - Packt Publishing Limited - Plusbog.dk

Understand and utilize Java LambdasAbout This Book* Take a deep dive into one of the single most important additions to modern Java* Master Java lambdas, and fully understand functions, classes, and scope. * Improve your programming skills, which will enable you to write cleaner and more dynamic codeWho This Book Is ForLearning Java Lambdas is for developers looking to upgrade their Java skills and familiarize themselves with one of the most important new features of Java. This book is not for absolute beginners and will be more suited to professionals who are already comfortable with Java coding. You should have a basic knowledge of Java before reading this book. What You Will Learn* What a lambda is and how it differs from other Java features* How to use lambdas effectively in your own projects* The use of method references and advanced scoping* The difference between lambdas and closures* The differences in bytecode produced when using lambdasIn DetailIn this short book, we take an in-depth look at lambdas in Java, and their supporting features. The book covers essential topics, such as functional interfaces and type inference, and the key differences between lambdas and closures. You will learn about the background to functional programming and lambdas, before moving on to understanding the basic syntax of lambdas and what differentiates these anonymous functions from standard anonymous classes. Lastly, you'll learn how to invoke lambdas and look at the bytecode generated. After reading this book, you'll understand lambdas in depth, their background, syntax, implementation details, and how and when to use them. You'll also have a clear knowledge of the difference between functions and classes, and why that's relevant to lambdas. This knowledge will enable you to appreciate the improvements to type inference that drive a lot of the new features in modern Java, and will increase your understanding of method references and scoping. Style and approachThis book is a deep dive into one of the core new features of the Java language - Lambdas. It covers them in great details, making sure that you fully understand how lambdas work, and how they can be put to use in your own programs.

DKK 312.00
1

C++ High Performance - Viktor Sehr - Bog - Packt Publishing Limited - Plusbog.dk

C++ High Performance - Viktor Sehr - Bog - Packt Publishing Limited - Plusbog.dk

A comprehensive guide to help aspiring and professional C++ developers elevate the performance of their apps by allowing them to run faster and consume fewer resources Purchase of the print or Kindle book includes a free eBook in PDF format. Key features - Updated to C++20 with completely revised code and more content on error handling, benchmarking, memory allocators, and concurrent programming - Explore the latest C++20 features including concepts, ranges, and coroutines - Utilize C++ constructs and techniques to carry out effective data structure optimization and memory management Book Description C++ High Performance, Second Edition intends to guide you through optimizing the performance of your C++ apps by allowing them to run faster and consume fewer resources on the device they''re running on without compromising the readability of your codebase. The book begins by introducing C++ language and some of its modern concepts to you in brief. Once you are familiar with the fundamentals, it enables you to measure and identify bottlenecks in a C++ codebase and how to eradicate them using modern C++ constructs and techniques. In this process, you will gradually improve your style of writing code. You will further dive deep to explore data structure optimization, memory management, and how it can be used efficiently concerning CPU caches. After laying the foundation, the book trains you to leverage algorithms, ranges, and containers from the standard library to achieve faster execution, write readable code and use customized iterators. It provides hands-on experience of C++ metaprogramming, coroutines, reflection to reduce boilerplate code, proxy objects to perform optimizations under the hood, concurrent programming and lock-free data structures. The book concludes with an overview of parallel algorithms. By the end of this book, you will have developed the ability to use every tool as per its need to boost the efficiency of your C++ project. What you will learn - Write specialized data structures for performance-critical code - Use modern metaprogramming techniques to reduce runtime calculations - Achieve efficient memory management using custom memory allocators - Reduce boilerplate code using reflection techniques - Reap the benefits of lock-free concurrent programming - Gain insights into subtle optimizations used by standard library algorithms - Compose algorithms using ranges library - Develop the ability to apply metaprogramming aspects such as constexpr, constraints and concepts - Implement lazy generators and asynchronous tasks using C++20 coroutines Who this book is for If you''re a C++ developer looking to improve the efficiency of your code or just keen to upgrade your skills to the next level, this book is for you.

DKK 505.00
1