Wydawca: Packt Publishing
Founded in 2004 in Birmingham, UK, Packt's mission is to help the world put software to work in new ways, through the delivery of effective learning and information services to IT professionals. Working towards that vision, we have published over 6,500 books and videos so far, providing IT professionals with the actionable knowledge they need to get the job done - whether that's specific learning on an emerging technology or optimizing key skills in more established tools. As part of our mission, we have also awarded over $1,000,000 through our Open Source Project Royalty scheme, helping numerous projects become household names along the way.
1537
Ebook

SAP Business ONE Implementation. Bring the power of SAP Enterprise Resource Planning to your small-midsize business with SAP Business ONE using this book and

Wolfgang Niefert

SAP Business ONE brings the power of the SAP ERP platform to small and mid-size companies. It offers fast-growing companies the same ERP capabilities used in world-wide conglomerates and major corporations. SAP Business ONE is powerful, and to fully harness it takes careful planning.This book will provide you with a guide to install and implement SAP B1 in your business. It starts with the basic tasks of installing and configuring, but moves at a fast pace and goes on to cover topics such as advanced CRM, e-commerce, and modern Distribution Center configurations for inventory optimization and Warehouse Management.The book is divided into two main sections. The case study starts out in section one with an ad-hoc implementation of a simple Lemonade Stand business. This section is focused on getting SAP B1 up and running quickly. In the second section the Ad-Hoc Implementation is taken to the next level , and we professionally expand this idea and develop a Beverage Distribution Center with outsourced production. This includes advanced inventory optimization. The workflow is optimized using existing functionality and also using Add-Ons to expand the standard functionality and transform the generic SAP Business ONE business engine into an Industry Solution.The book is full of examples with detailed step-by-step explanations. We will be implementing a complete SAP Business System including add-ons as part of a case study.Finally we connect SAP to the Web and introduce a solution that presents SAP features in a web interface with real-time integration. The book is completed with a chapter focusing on growth. Franchise architecture for SAP Business ONE is introduced and applied to the case study to help you learn how to get started with this.Each chapter has a section that assists you with applying knowledge for your own project. You will have your business set up and ready to go by the time you complete this book.

1538
Ebook

C++ System Programming Cookbook. Practical recipes for Linux system-level programming using the latest C++ features

Onorato Vaticone

C++ is the preferred language for system programming due to its efficient low-level computation, data abstraction, and object-oriented features. System programming is about designing and writing computer programs that interact closely with the underlying operating system and allow computer hardware to interface with the programmer and the user. The C++ System Programming Cookbook will serve as a reference for developers who want to have ready-to-use solutions for the essential aspects of system programming using the latest C++ standards wherever possible.This C++ book starts out by giving you an overview of system programming and refreshing your C++ knowledge. Moving ahead, you will learn how to deal with threads and processes, before going on to discover recipes for how to manage memory. The concluding chapters will then help you understand how processes communicate and how to interact with the console (console I/O). Finally, you will learn how to deal with time interfaces, signals, and CPU scheduling.By the end of the book, you will become adept at developing robust systems applications using C++.

1539
Ebook

Becoming a Rockstar SRE. Electrify your site reliability engineering mindset to build reliable, resilient, and efficient systems

Jeremy Proffitt, Rod Anami

Site reliability engineering is all about continuous improvement, finding the balance between business and product demands while working within technological limitations to drive higher revenue. But quantifying and understanding reliability, handling resources, and meeting developer requirements can sometimes be overwhelming. With a focus on reliability from an infrastructure and coding perspective, Becoming a Rockstar SRE brings forth the site reliability engineer (SRE) persona using real-world examples.This book will acquaint you the role of an SRE, followed by the why and how of site reliability engineering. It walks you through the jobs of an SRE, from the automation of CI/CD pipelines and reducing toil to reliability best practices. You’ll learn what creates bad code and how to circumvent it with reliable design and patterns. The book also guides you through interacting and negotiating with businesses and vendors on various technical matters and exploring observability, outages, and why and how to craft an excellent runbook. Finally, you’ll learn how to elevate your site reliability engineering career, including certifications and interview tips and questions.By the end of this book, you’ll be able to identify and measure reliability, reduce downtime, troubleshoot outages, and enhance productivity to become a true rockstar SRE!

1540
Ebook

SAP ABAP Advanced Cookbook. Featuring over 80 sophisticated recipes, this is a superb tutorial for ABAP developers and consultants. It teaches you advanced SAP programming using the high level language through diagrams, step-by-step instructions, and real-time examples

Rehan Zaidi

ABAP (Advanced Business Application Programming) is SAP's proprietary 4th Generation Language (4GL). SAP core is written almost entirely in ABAP.ABAP is a high level programming language used in SAP for development and other customization processes.SAP ABAP Advanced Cookbookù covers advanced SAP programming applications with ABAP. It teaches you to enhance SAP applications by developing custom reports and interfaces with ABAP programming. This cookbook has quick and advanced real world recipes for programming ABAP.It begins with the applications of ABAP Objects and ALV tips and tricks. It then covers Design Patterns and Dynamic Programming in detail.You will also learn the usage of quality improvement tools such as transaction SAT, SQL Trace, and the Code Inspector.Simple transformations and its application in Excel Downloading will also be discussed, as well as the newest topics of Adobe Interactive Forms and the consumption and creation of Web services. The book comes to an end by covering advanced usage of Web Dynpro for ABAP and the latest advancement in Floorplan Manager.

1541
Ebook

phpBB: A User Guide. Set up and run your own discussion forum

Stoyan Stefanov, Jeremy Rogers, Stoyan STEFANOV, James Atkinson

phpBB is a free, open source Internet community application, with outstanding discussion forums and membership management. Written in the PHP scripting language, and making use of the popular MySQL database, phpBB is a standard among web hosting companies throughout the world, and is one of the most widely-used bulletin board packages in the world. This book is an abridged version of Building Online Forums with phpBB 2, (ISBN 1904811132), focusing on a complete set of topics to help you set up and run your own phpBB-powered online community.This book gives you the power to use phpBB to set up and run your own online discussion forums with ease. It takes you through the whole process of setting up your phpBB site, and helps you create, customize, and manage your own online community with phpBB. Written by experienced phpBB administrators and enthusiasts, the emphasis is on simple and practical guidance for you to get the most from phpBB. Packed with step-by-step examples, this book is your ideal guide to learning phpBB.

1542
Ebook

JavaScript Unlocked. Improve your code maintainability, performance, and security through practical expert insights and unlock the full potential of JavaScript

Dmitry Sheiko, John Pollock, Simon Timms

JavaScript stands bestride the world like a colossus. Having conquered web development, it now advances into new areas such as server scripting, desktop and mobile development, game scripting, and more. One of the most essential languages for any modern developer, the fully-engaged JavaScript programmer need to know the tricks, non-documented features, quirks, and best practices of this powerful, adaptive language.This all-practical guide is stuffed with code recipes and keys to help you unlock the full potential of JavaScript. Start by diving right into the core of JavaScript, with power user techniques for getting better maintainability and performance from the basic building blocks of your code. Get to grips with modular programming to bring real power to the browser, master client-side JavaScript scripting without jQuery or other frameworks, and discover the full potential of asynchronous coding. Do great things with HTML5 APIs, including building your first web component, tackle the essential requirements of writing large-scale applications, and optimize JavaScript’s performance behind the browser. Wrap up with in-depth advice and best practice for debugging and keeping your JavaScript maintainable for scaling, long-term projects. With every task demonstrated in both classic ES5 JavaScript and next generation ES6-7 versions of the language, Whether read cover-to-cover or dipped into for specific keys and recipes, JavaScript Unlocked is your essential guide for pushing JavaScript to its limits.

1543
Ebook

Unity Game Optimization. Enhance and extend the performance of all aspects of your Unity games - Third Edition

Dr. Davide Aversa, Chris Dickinson

Unity engine comes with a great set of features to help you build high-performance games. This Unity book is your guide to optimizing various aspects of your game development, from game characters and scripts, right through to animations.You’ll explore techniques for writing better game scripts and learn how to optimize a game using Unity technologies such as ECS and the Burst compiler. The book will also help you manage third-party tooling used with the Unity ecosystem. You’ll also focus on the problems in the performance of large games and virtual reality (VR) projects in Unity, gaining insights into detecting performance issues and performing root cause analysis. As you progress, you’ll discover best practices for your Unity C# script code and get to grips with usage patterns. Later, you’ll be able to optimize audio resources and texture files, along with effectively storing and using resource files. You’ll then delve into the Rendering Pipeline and learn how to identify performance problems in the pipeline. In addition to this, you’ll learn how to optimize the memory and processing unit of Unity. Finally, you’ll cover tips and tricks used by Unity professionals to improve the project workflow.By the end of this book, you’ll have developed the skills you need to build interactive games using Unity and its components.

1544
Ebook