Marknadens största urval
Snabb leverans

Böcker utgivna av APress

Filter
Filter
Sortera efterSortera Populära
  • av Prateek Mehta
    695,-

    Transform your existing web applications into Google Chrome browser extensions and create brand new extensions that improve your own browsing experience and that of your users. This book shows you how Google Chrome browser extensions are extremely useful tools for enhancing the functionality of the Google Chrome web browser. For example, you can create extensions to summarize the current page you are reading, or to save all of the images in the page you are browsing. They have access to almost all of the features provided by the Google Chrome browser, and they can encapsulate such features in the form of a bundled application providing targeted functionality to users. Extensions also run in a sandboxed environment, making them secure - which is a huge plus in the modern web!The APIs provided by the Chrome Extensions framework help you empower web applications by coupling them with amazing features provided by the Google Chrome web browser, such as bookmarks, history, tabs, actions, storage, notifications, search, and a lot more - facilitating increased productivity on the Google Chrome web browser.What You Will Learn:Transform your web application ideas into Google Chrome Extensions.Choose the recommended components for creating your kind of extension.Leverage the power of a Google Chrome browser by making use of the extensions API.Showcase your existing web-development skills in a modern way by creating useful extensions.Who This Book is ForExisting web developers, experienced in creating simple web pages (using HTML, CSS, and JavaScript), to help them create browser extensions for Google Chrome. After understanding the examples and lessons in this book, you will be able to transform your existing web applications into Google Chrome browser extensions, as well as create brand new extensions.

  • av Nigel George
    589,-

    Build a world-class website in less than a week with Django CMS. Beginning Django CMS shows you how to simply and easily write a dynamic website with a full content management system in the backend. It is written for Internet developers who are sick and tired of dealing with complicated, bloated website frameworks that are a pain to build and a nightmare to maintain. Django CMS is an Open Source website building framework that is experiencing exponential growth because it is built on the simple, secure and scalable architecture of Django. This book takes you from knowing nothing about Django CMS, to building a functional website and content management system that you can deploy for your own website or for your customers. What You'll Learn:Install and configure Django CMSBuild a dynamic website quickly and easilyAuthor and submit content for publicationAdminister Django CMSInstall and use custom and third-party pluginsDeploy a website using Django CMSWho This Book is For:Beginning Django CMS is for programmers, in particular Python and Django programmers, wishing to build a simple, custom content management system (CMS). They do not have to be directly interested in the Django CMS application, Beginning Django CMS will be equally useful to a programmer looking to build a functioning CMS rapidly.

  • - Use Cases, Applications, and Technology Solutions
    av Biljana Badic, Christian Drewes, Ingolf Karls & m.fl.
    769,-

    Examine the challenges of 4G in the light of impending and crucial future communication needs, and review the lessons learned from an implementation and system operation perspective with an eye towards the next generation - 5G. You'll investigate key changes and additions to 5G in terms of use cases. You'll also learn about the applications for and explorations of the technology. Among all of the technological disruptions, two stand out in particular - mmWave and spectrum sharing technologies. Rolling Out 5G features detailed coverage of these two critical topics, and for the first time among 5G learning resources presents a holistic perspective on key ingredients for mobile communication in a 5G world.The authors represent highly experienced experts with valuable know-how in the field of wireless communications related research projects defining future technological trends. This unique group of talents will be able to consider the 5G technology evolution from all angles mentioned: long-term research, standardization and regulation, product design and marketization. This approach allows this much-needed book to capture the views of all key decision making stake-holders involved in the 5G definition process, and to serve readers in their roles connected with wireless communication's next generation of products and services.What You'll LearnSee how 5G is expected to overcome 4G insufficiencies and challengesExamine expected 5G features, including usage of millimeter wave communication and licensed shared accessReview key milestones of the next generation wireless communication technology including key standardization and regulation bodies Study new technologies and upcoming changes in feature sets and client expectations.Who This Book Is ForEngineers of mobile device and infrastructure manufacturing industries, development engineers of semiconductor manufacturing industries, and engineers with a general interest in the field. Mobile network operators, along with students and business professionals in the telecommunications domain will also find the topic of interest.

  • - A Home Automation Guide for Developers, Designers, and Homeowners
    av Jesse Feiler
    509

    Learn the HomeKit platform structure and how it supports devices-existing and planned-and get a thorough grounding on new and useful apps that deliver a new generation of home automation in a secure and innovative environment. Let your imagination run wild as you design compatible devices with unlimited capabilities.Learn Apple HomeKit on iOS shows you how to move to secure, home automation projects that integrate with your digital world automatically-after you set them up as described in the book. Having your calendar and appointments control your lights, locks, thermostat, and other home devices is the heart of home automation. In homes and small offices, you can banish notes taped to switches and controls that say, "e;Do not turn off this switch"e; or "e;Leave the thermostat alone."e; The book gets you up to speed on HomeKit, and it also answers some of the pesky questions, such as "e;What happens when the power goes out?"e;Along the way there are tips and suggestions for app developers, hardware manufacturers, interior designers, and real estate professionals. For programmers, there's an entire chapter (plus sections in other chapters) dedicated to the core coding issues. For non-programmers, this book is the perfect resource mastering the amazing potential of Apple HomeKit. What You Will Learn:For device developers, understanding the structure of HomeKit-homes, rooms, and accessories-enables you to build devices that are easily managed by a single, simple source and interface. For DIY home networking users, gain a thorough knowledge of how they can adapt HomeKit to their existing spaces.For programmers, there's an entire chapter plus sections in other chapters dedicated to the core coding issues you'll need to learn. For non-programmers, this book is your perfect resource for easily getting your mind around the amazing potential of Apple HomeKit. Author Jesse Feiler develops, consults, and writes about Apple technologies with an emphasis on mobile and location-based apps.Who This Book Is For:Device developers, DIY home networking users, programmers, and those interested in integrating their iOS devices with their IoT devices.

  • - The Zen of Real-Time Analytics Using Apache Spark
    av Zubair Nabi
    539,-

    Learn the right cutting-edge skills and knowledge to leverage Spark Streaming to implement a wide array of real-time, streaming applications. This book walks you through end-to-end real-time application development using real-world applications, data, and code. Taking an application-first approach, each chapter introduces use cases from a specific industry and uses publicly available datasets from that domain to unravel the intricacies of production-grade design and implementation. The domains covered in Pro Spark Streaming include social media, the sharing economy, finance, online advertising, telecommunication, and IoT. In the last few years, Spark has become synonymous with big data processing. DStreams enhance the underlying Spark processing engine to support streaming analysis with a novel micro-batch processing model. Pro Spark Streaming by Zubair Nabi will enable you to become a specialist of latency sensitive applications by leveraging the key features of DStreams, micro-batch processing, and functional programming. To this end, the book includes ready-to-deploy examples and actual code. Pro Spark Streaming will act as the bible of Spark Streaming.What You'll LearnDiscover Spark Streaming application development and best practicesWork with the low-level details of discretized streamsOptimize production-grade deployments of Spark Streaming via configuration recipes and instrumentation using Graphite, collectd, and NagiosIngest data from disparate sources including MQTT, Flume, Kafka, Twitter, and a custom HTTP receiverIntegrate and couple with HBase, Cassandra, and RedisTake advantage of design patterns for side-effects and maintaining state across the Spark Streaming micro-batch modelImplement real-time and scalable ETL using data frames, SparkSQL, Hive, and SparkRUse streaming machine learning, predictive analytics, and recommendationsMesh batch processing with stream processing via the Lambda architectureWho This Book Is ForData scientists, big data experts, BI analysts, and data architects.

  • av Deepak Vohra
    709,-

    Pro MongoDB Development is about MongoDB, a NoSQL database based on the BSON (binary JSON) document model. The book discusses all aspects of using MongoDB in web applications: Java, PHP, Ruby, JavaScript are the most commonly used programming/scripting languages and the book discusses accessing MongoDB database with these languages. The book also discusses using Java EE frameworks Kundera and Spring Data with MongoDB. As NoSQL databases are commonly used with the Hadoop ecosystem the book also discusses using MongoDB with Apache Hive. Migration from other NoSQL databases (Apache Cassandra and Couchbase) and from relational databases (Oracle Database) is also discussed. What You'll Learn:How to use a Java client and MongoDB shellHow to use MongoDB with PHP, Ruby, and Node.js as wellHow to migrate Apache Cassandra tables to MongoDB documents; Couchbase to MongoDB; and transferring data between Oracle and MongoDBHow to use Kundera, Spring Data, and Spring XD with MongoDBHow to load MongoDB data into Oracle Database and integrating MongoDB with Oracle Database in Oracle Data IntegratorAudience:The target audience of the book is NoSQL database developers. Target audience includes Java, PHP and Ruby developers. The book is suitable for an intermediate level course in NoSQL database.

  • av Jayant Daithankar
    1 135,-

    Learn SAP's real estate management integrated solution to effectively manage the real estate portfolio at your organization.  You will configure SAP REFX for business scenarios covering solutions from master data to financial posting and reporting. You will address all phases of the real estate life cycle, including real estate acquisition or disposal, portfolio management, and property and technical management.To succeed in today's global and highly competitive economy, asset optimization in real estate management has become a strategic task. Organizations need to ensure insight into their property portfolio to make informed decisions, improve portfolio performance, and reduce compliance costs. Sophisticated solutions are needed to manage changing consumer demands and the global workforce as well as information management, compliance adherence, and leasing and property management.SAP Flexible Real Estate Management by Daithankar is a full-featured book that integrates REFX with Controlling (CO), Plant and Maintenance (PM), CRM, SAP AA (ssset accounting), and SAP PS (project systems). You will refer to real-world, practical examples to illustrate configuration concepts and processes, and learn in an interactive, hands-on way through the use of screenshots, menu paths, and transaction codes throughout the book.What You Will Learn:Understand the SAP REFX Solutions landscape and industry best practices for SAP REFX implementationConfigure SAP REFXIntegrate REFX with other modulesUnderstand how processes are supported by SAP REFXWho This Book Is For:CIOs/CEOs of organizations with real estate portfolios, SAP REFX purchasing decision makers, SAP REFX pre-sales teams, SAP REFX implementation/AMS consultants

  • av Stuart Preston
    589,-

    This book is your hands-on guide to infrastructure provisioning and configuration management in the cloud using Chef's open source, cross-platform toolset. With over 10,000 customers joining the Microsoft Azure cloud platform each week and steadily increasing usage, the need for automation approaches has never been greater. This book provides both practical examples and a much needed strategic overview of how these two technologies can be combined.Using Chef with Microsoft Azure takes you through the process of writing 'recipes' in Chef to describe your infrastructure as code, and simplify your configuration management processes. You'll also meet the Chef tools that can be used to provision complete environments within Microsoft Azure.There are now a wide variety of tools and approaches that can be taken to provision resources such as virtual machines within Microsoft Azure. This book demonstrates them, discusses the benefits and weaknesses of each approach, and shows how a continuous provisioning pipeline can be established as part of a reliable, repeatable, and robust provisioning process.Each chapter has practical exercises that highlight the capabilities of both Chef and Microsoft Azure from an automation perspective and can be executed on Windows, Mac, or Linux platforms.In this book, you'll learn: The purpose and principles behind automated provisioningMicrosoft Azure concepts and management optionsHow to deploy Chef Azure Virtual Machine Extensions using PowerShell, Azure command-line tools, and Chef ProvisioningChef Provisioning techniques, including provisioning PaaS resources such as KeyVaultHow to integrate quality tooling into the Chef development lifecycle, including Test Kitchen and InSpec with Azure compute resourcesHow to set up a pipeline for continuous provisioning with Chef and AzureWho This Book Is ForThis book is for infrastructure platform and operations engineers and DevOps specialists/practitioners working with infrastructure and platform provisioning on Microsoft's public cloud, Azure.An understanding of programming in any language would be beneficial, but not necessary as the examples are designed to be easily readable by anyone with general IT experience.While it is expected most users picking up this book will be on the Windows platform, a good proportion of compute workload on the Azure platform is Linux based. As a result the book includes examples that are relevant to both Windows and Linux platforms.

  • - An Implementation and Management Guide
    av Syed Zaheer & Erman Arslan
    1 185,-

    Learn to build and implement a robust Oracle E-Business Suite system using the new  release, EBS 12.2. This hands-on, real-world guide explains the rationale for using an Oracle E-Business Suite environment in a business enterprise and covers the major technology stack changes from EBS version 11i through R12.2. You will learn to build up an EBS environment from a simple single-node installation to a complex multi-node high available setup. Practical Oracle E-Business Suite focuses on release R12.2, but key areas in R12.1 are also covered wherever necessary. Detailed instructions are provided for the installation of EBS R12.2 in single and multi-node configurations, the logic and methodology used in EBS patching, and cloning of EBS single-node and complex multi-node environments configured with RAC. This book also provides information on FMW used in EBS 12.2, as well as performance tuning and EBS 12.2 on engineered system implementations. Understand Oracle EBS software and the underlying technology stack componentsInstall/configure Oracle E-Business Suite R12.2 in simple and HA complex setupsManage Oracle EBS 12.2Use online patching (adop) for Installation of Oracle EBS patchesClone an EBS environment in simple and complex configurationsPerform and tune Oracle EBS in all layers (Application/DB/OS/NW)Secure E-Business Suite R12.2Who This Book Is For: Developers, data architects, and data scientists looking to integrate the most successful big data open stack architecture and how to choose the correct technology in every layer

  • av Wouter de Kort
    925

    This book tells you everything you need to know to help your organization implement DevOps on the Microsoft platform. You will learn how to use Visual Studio, Visual Studio Team Services, and Azure to implement a complete DevOps process in your company. You will learn about Agile Project Management, Continuous Integration, Continuous Delivery, Technical Debt Management, Automatic Testing and Monitoring, and see how all these areas fit together.DevOps is important for organizations that want to make the best use of their resources and avoid costly mistakes. Teams that embrace DevOps deploy code up to 30 times more frequently than their competition and less than 50% of their deployments fail according to Puppet Labs State of DevOps survey.DevOps on the Microsoft Stack shows you how to help your organization implement DevOps, covering the tooling they will need and how to make everything work together while following best practices. The focus is not only on technology but also on the cultural issues that teams will face when implementing DevOps. The author's goal is to not only show you which tooling there is but help you to successfully use everything together to implement DevOps in your projects and organization.In this book, you'll learn: What DevOps is and how it can help development teamsHow to use Visual Studio, Visual Studio Team Services, and Azure to setup a DevOps processHow to introduce DevOps to your organization and how to overcome problems

  • - Ideas for your classroom, science fair or home
    av Joan Horvath & Rich Cameron
    889,-

    Create 3D printable models that can help students from kindergarten through grad school learn math, physics, botany, chemistry, engineering and more. This book shows parents and teachers how to use the models inside as starting points for 3D printable explorations. Students can start with these models and vary them for their own explorations. Unlike other sets of models that can just be scaled, these models have the science built-in to allow for more insight into the fundamental concepts.Each of the eight topics is designed to be customized by you to create a wide range of projects suitable for science fairs, extra credit, or classroom demonstrations. Science fair project suggestions and extensive "e;where to learn more"e; resources are included, too. You will add another dimension to your textbook understanding of science.What You'll Learn Create (and present the science behind) 3D printed models.Use a 3D printer to create those models as simply as possible.Discover new science insights from designing 3D models. Who This Book Is ForParents and teachers 

  • av Bobby Curtis
    925

    Take a simple approach to learning the Oracle GoldenGate product. This approach provides the in-depth perspective of GoldenGate from an implementer's viewpoint; however, also addresses why the management viewpoint is important as well. Your journey through this book includes and architecture discussion of GoldenGate and the benefits of purchasing GoldenGate from a management perspective. Then the book quickly moves into advanced implementation components associated with GoldenGate. You'll find many use-cases and instructions throughout the book to help with everything from easy to complex GoldenGate implementations.An Oracle GoldenGate implementation generally consists of a group project, involving both business and technical resources. Pro Oracle GoldenGate for the DBA provides the viewpoint from the DBA's vantage point. This approach provides the components of who, what, why, when, and how in defining the implementation and support of a GoldenGate project. The success of most technical projects require the support of multiple resource groups, and Pro Oracle GoldenGate for the DBA supplies the insight for the DBA member to understand the implementation and support process. Takes you through justification, installation, and support.Provides the DBA perspective toward a successful a result.Covers from basic toward increasingly advanced implementationsWhat You Will LearnUnderstand the core architecture of data replication using Oracle GoldenGateImplement a one-way setup of a classic capture and an integrated capture and replicationDesign, architect and implement a multi-master replication modelReplicate unsupported data types using tokensManage and troubleshoot multiple GoldenGate implementationsNew features of GoldenGate supported in Oracle 12cWho this Book is ForPro Oracle GoldenGate for the DBA is aimed squarely at Oracle database administrators who find themselves involved in GoldenGate integration projects. The book provides the DBA view into such projects, helping database administrators toward successful implementations and solid business results.

  • av Robert Pickering & Kit Eason
    799

    This book is a great foundation for exploring functional-first programming and its role in the future of application development. The best-selling introduction to F#, now thoroughly updated to version 4.0, will help you learn the language and explore its new features.F# 4.0 is a mature, open source, cross-platform, functional-first programming language which empowers users and organizations to tackle complex computing problems with simple, maintainable and robust code. F# is also a fully supported language in Visual Studio and Xamarin Studio. Other tools supporting F# development include Emacs, MonoDevelop, Atom, Visual Studio Code, Sublime Text, and Vim.Beginning F#4.0 has been thoroughly updated to help you explore the new features of the language including:Type ProvidersConstructors as first-class functionsSimplified use of mutable valuesSupport for high-dimensional arraysSlicing syntax support for F# listsReviewed by Don Syme, the chief architect of F# at Microsoft Research, Beginning F#4.0 is a great foundation for exploring functional programming and its role in the future of application development.

  • - Do More with Your PC
    av Mike Halsey
    789,-

    Beginning Windows 10 takes you through the new features of this amazing new operating system, revealing some of its surprising capabilities, and helping you customize it to suit you. Whether you are new to Windows, or you want to get up to speed with the latest features and changes, this book has everything you need to get started.Author Mike Halsey shows you how to create an environment for school, work, and play that puts the important things at your fingertips, while combining them in ways you never thought possible. Learn how to carry your personalized Windows experience with you as part of your Microsoft account instead of having it tied to one device, while also keeping everything safe, secure and backed up, so you can enjoy peace of mind with your new PC.With the right start, your PC can become a tool that works for you, not against you, and leaves more of your time and energy free for the things that matter to you. Beginning Windows 10 shows you how.What You'll LearnAbout the ins and outs of the Windows 10 interface and its new featuresHow to personalize your Windows experience to give trouble-free performanceHow to manage your Microsoft account across different devices and services in the home, at work, and on the moveHow to maximize your productivity with Windows 10How to secure and configure Windows 10 to guarantee a safe and secure experienceHow to use, hack and manipulate Windows to enable advanced customizationWho This Book Is ForBeginning Windows 10 is for people new to Windows or who want to get up to speed with the latest version. This book also can help people who already know how to perform routine tasks learn how to get more out of Windows, their computer and their time. Whether you want to get up and running with Windows 10, or want to go to the next level and learn useful ways to minimize problems, maximize performance, and optimize your overall Windows experience, this book is for you. 

  • - Implementing and Configuring Overall Equipment Effectiveness
    av Sumanta Chakraborty, Mahalakshmi Syamsunder & Dipankar Saha
    849,-

    Learn how to configure, implement, enhance, and customize SAP OEE to address manufacturing performance management. Manufacturing Performance Management using SAP OEE will show you how to connect your business processes with your plant systems and how to integrate SAP OEE with ERP through standard workflows and shop floor systems for automated data collection. Manufacturing Performance Management using SAP OEE is a must-have comprehensive guide to implementing SAP OEE. It will ensure that SAP consultants and users understand how SAP OEE can offer solutions for manufacturing performance management in process industries. With this book in hand, managing shop floor execution effectively will become easier than ever. Authors Dipankar Saha and Mahalakshmi Symsunder, both SAP manufacturing solution experts, and Sumanta Chakraborty, product owner of SAP OEE, will explain execution and processing related concepts, manual and automatic data collection through the OEE Worker UI, and how to enhance and customize interfaces and dashboards for your specific purposes. You'll learn how to capture and categorize production and loss data and use it effectively for root-cause analysis. In addition, this book will show you:Various down-time handling scenarios. How to monitor, calculate, and define standard as well as industry-specific KPIs. How to carry out standard operational analytics for continuous improvement on the shop floor, at local plant level using MII and SAP Lumira, and also global consolidated analytics at corporation level using SAP HANA. Steps to benchmark manufacturing performance to compare similar manufacturing plants' performance, leading to a more efficient and effective shop floor. Manufacturing Performance Management using SAP OEE will provide you with in-depth coverage of SAP OEE and how to effectively leverage its features. This will allow you to efficiently manage the manufacturing process and to enhance the shop floor's overall performance, making you the sought-after SAP OEE expert in the organization. What You Will LearnConfigure your ERP OEE add-on to build your plant and global hierarchy and relevant master data and KPIsUse the SAP OEE standard integration (SAP OEEINT) to integrate your ECC and OEE system to establish bi-directional integration between the enterprise and the shop floorEnable your shop floor operator on the OEE Worker UI to handle shop floor production executionUse SAP OEE as a tool for measuring manufacturing performanceEnhance and customize SAP OEE to suit your specific requirementsCreate local plant-based reporting using SAP Lumira and MIIUse standard SAP OEE HANA analyticsWho This Book Is ForSAP MII, ME, and OEE consultants and users who will implement and use the solution.

  • - Installation and Administration
    av Tushar Thakker
    919

    Pro Oracle Fusion Applications is your one-stop source for help with installing Oracle's Fusion Applications suite in your on-premise environment. It also aids in the monitoring and ongoing administration of your Fusion environment. Author Tushar Thakker is widely known for his writings and expertise on Oracle Fusion Applications, and now he brings his accumulated wisdom to you in the form of this convenient handbook.Provisioning an Oracle Fusion Applications infrastructure is a daunting task. You'll have to plan a suitable topology and install the required database, an enterprise-wide identity management solution, and the applications themselves-all while working with a wide variety of people who may not always be accustomed to working together. Pro Oracle Fusion Applications provides a path to success that you won't want to be without.Beyond installation, Pro Oracle Fusion Applications provides excellent guidance on managing, monitoring, diagnostics, and troubleshooting your environment. The book also covers patching, a mundane but essential task that must be done regularly to keep your installation protected and running smoothly. The comprehensive and wide-ranging coverage makes Pro Oracle Fusion Applications an important book for anyone with responsibility for installation and ongoing management of an Oracle Fusion Applications installation.

  • - A Problem-Solution Approach
    av Frank M. Kromann
    859

    Gain instant solutions, including countless pieces of useful code that you can copy and paste into your own applications, giving you answers fast and saving you hours of coding time. You can also use this book as a reference to the most important aspects of the latest PHP scripting language, including the vital functions you know and love from previous versions of PHP, as well as the functions introduced in PHP 7.PHP and MySQL Recipes: A Problem-Solution Approach supplies you with complete code for all of the common coding problems you are likely to face when using PHP and MySQL together in your day-to-day web application development. This invaluable guide includes over 200 recipes and covers numerous topics. What you hold in your hands is the answer to all your PHP 7 needs. Furthermore, this book explains the PHP functionality in detail, including the vastly improved object-oriented capabilities and the new MySQL database extension. PHP and MySQL Recipes will be a useful and welcome companion throughout your career as a web developer, keeping you on the cutting edge of PHP development, ahead of the competition, and giving you all the answers you need, when you need them.What You'll LearnWork with arrays, dates and times, strings, files and directories, and dynamic imagingWrite regular expressions in PHPUse the variables and functions found in PHPWho This Book Is ForExperienced PHP and MySQL programmers and web developers who have at least some PHP and MySQL programming experience.

  • av Tim Leung
    645,-

    In this fully updated second edition, award-winning author Tim Leung explains how to build data-centric business applications for the desktop, cloud, web, and mobile devices in just a few clicks-with no code required-using Visual Studio Lightswitch 2015. This book explains the basics of Visual Studio Lightswitch 2015 plus new features and key advanced topics that every Microsoft developer needs to know to create modern data services and build clients that can run on multiple devices.Visual Studio LightSwitch 2015 is a rapid application deployment tool that simplifies and shortens the time needed to develop business applications. The basics are very easily understood but more advanced users will hunger for more. How do you design complex layouts? How do you query data using LINQ and other syntax structures? How do you secure your application against malicious use? Visual Studio LightSwitch 2015 answers these questions and more as author Tim Leung-winner of a Microsoft 2011 Community Contributor Award for his LightSwitch expertise-covers this breakthrough product in detail. For serious developers building, enhancing, and deploying advanced business applications using LightSwitch makes sense because they can benefit from the elegance, convenience, and cost savings afforded by rapid application development before going beyond the "e;click-and-you're-done"e; interface to include the extra value and depth of coding expertise that their clients value.What You Will Learn:Build Desktop and HTML5 business applications for PC or mobile devicesCreate compelling user interfaces that can support multiple languagesFine tune your application with C#, VB.NET, JQuery, JavaScript, and CSS codeIntegrate with mapping, GPS, and location servicesProvide email notification, and Microsoft Office compatible data exportsEnable users to carry out advanced searches on dataBuild screen controls that you can share with other developers

  • - Configuration and Use Management
    av Andrew Okungbowa
    1 245,-

    SAP ERP modules are notoriously hard to configure and use effectively without a lot of practice and experience. But as SAP ERP Financial Accounting and Controlling: Configuration and Use Management shows, it doesn't have to be so difficult. The book takes a systematic approach that leads SAP Financial Accounting and Controlling (FICO) users step by step through configuring and using all the program’s facets. This approach makes configuration complexities manageable. The book’s author—SAP expert, trainer, and accountant Andrew Okungbowa—ensures that both you and your end users are up and running quickly and confidently with FICO. He also provides sound and tested procedures that ensure your implementation works without error. SAP ERP Financial Accounting and Controlling: Configuration and Use Management is in fact the most comprehensive and easy-to-follow SAP FICO configuration book in the market. It incorporates a hands-on approach, with hundreds of screen shots and practical examples, that allows a person without prior configuration training to make SAP FICO ready for use in the enterprise. You’ll find that you don’t need to be a rocket scientist to grasp the concepts explained and apply them to your work—even when the finances are complicated, such as with the ins and outs of taxes, currency conversions, or special general ledger entries such as down payments or bills of exchange.Providing an in-depth coverage of both configuration and end user procedures, the book covers most aspects of the SAP FICO certification syllabus—SAP’s view of the module’s key tasks and procedures—including:Configuring and using the general ledger and accounts payable and receivable screensConfiguring and completing closing procedures, asset accounting, and financial reportingConfiguring global settings and enterprise variablesAccounting for both profit and cost centersCreating a house bankIntegrating FICO with other SAP modulesTaking a jargon-free tone and providing an abundance of examples, Andrew Okungbowa provides a clear understanding of configuration techniques and the breadth of functionalities encompassed by SAP FICO. And as an accountant, Okungbowa understands the needs of end users as well as of those answering to the CIO.

  • - Understanding the Service Innovation Ecosystem
    av Enrique Castro-Leon & Robert Harmon
    695,-

    See how the principles of Service Science govern the dynamics driving the adoption of cloud computing in the industry.Cloud as Service shows you how the evolution of enterprise computing platforms to application-specific cloud platforms (ASCPs) have aligned to business needs. You'll also learn processes for developing and building ASCPs. You'll gain insight into how executives, managers, and technologists are utilizing cloud services, cloud service providers, equipment manufacturers, and software and application vendors participating in cloud supply chains.For business, the appeal of cloud computing must go beyond the notion of convenient, on-demand access of networked pooled access to computing resources. Industry leaders have learned to apply cloud computing to become more nimble, cost effective, and customer engaging as they strive for competitive advantage, regardless of size. These companies define and build cloud platforms customized for their needs rather than using someone else's.  This book shows you how to use a holistic, end-to-end view of platform planning, platform development, supply chains and operations to collapse platform development times to a fraction of the original time. You'll see that strategies for selling to the cloud market are essentially incomplete; and that in order to be successful, businesses must become cloud service businesses themselves, incorporating cloud technologies in their engineering, IT, sales and marketing, and delivery processes. What You'll Learn:Historical perspective to provide insight into the dynamics driving cloud evolution todayState of the art in IT requirements and cloud solutionsThe value of User Experience (UX) driven design principlesThe crucial roles of Service Brokers and Service Assurance ManagersThe landscape of emerging cloud services and what they mean to your enterpriseService Portals and Enterprise Service BusesWho This Book Is For:CIOs, CTOs, data center architects, solution architects and application engineers Educational institutions building a systems integration curriculum Developers who want to understand how their work fits in the cloud ecosystem

  • - Quantitative Research and Platform Development
    av Chris Conlan
    865

    Learn to trade algorithmically with your existing brokerage, from data management, to strategy optimization, to order execution, using free and publicly available data. Connect to your brokerage's API, and the source code is plug-and-play.Automated Trading with R explains automated trading, starting with its mathematics and moving to its computation and execution. You will gain a unique insight into the mechanics and computational considerations taken in building a back-tester, strategy optimizer, and fully functional trading platform.The platform built in this book can serve as a complete replacement for commercially available platforms used by retail traders and small funds. Software components are strictly decoupled and easily scalable, providing opportunity to substitute any data source, trading algorithm, or brokerage. This book will:Provide a flexible alternative to common strategy automation frameworks, like Tradestation, Metatrader, and CQG, to small funds and retail tradersOffer an understanding of the internal mechanisms of an automated trading systemStandardize discussion and notation of real-world strategy optimization problemsWhat You Will LearnUnderstand machine-learning criteria for statistical validity in the context of time-seriesOptimize strategies, generate real-time trading decisions, and minimize computation time while programming an automated strategy in R and using its package libraryBest simulate strategy performance in its specific use case to derive accurate performance estimatesUnderstand critical real-world variables pertaining to portfolio management and performance assessment, including latency, drawdowns, varying trade size, portfolio growth, and penalization of unused capitalWho This Book Is ForTraders/practitioners at the retail or small fund level with at least an undergraduate background in finance or computer science; graduate level finance or data science students

  • - A Look From Inside
    av Giuseppe Di Cataldo
    589,-

    Teaches you exactly how program memory content and organization is vital for computer security, especially Unix-like operating systems. You will learn how it is manipulated to take control of a computer system, as well as the countermeasures that system designers set up to avoid this. Neither a guide for hackers nor an all-out theory book, this book is ideal for anyone studying computer security who wants to learn by doing. Using a practical approach, you will understand how stack frames relate to hardware and software theory and the various GNU/Linux distributions, before moving on to Base 2, 8 and 16 notations, executables and libraries. Lastly you will go in-depth to understand the intricacies of stack frames. A vital resource for all computer security students and enthusiasts, add Stack Frames: A Look Inside to your library today. What You Will Learn In-depth knowledge on activation records of functions, and how this information can be used.A better understanding on how conventions used by compilers work.Clarify some concepts on libraries and their relationship with executable programs.Get, or recall, technical skills using compilers, debuggers, and other tools. Who This Book Is For The book is suitable for college students with a good knowledge of the C language, who are interested in deepening their study of the content and organization of program memory, namely the activation records of functions, as regards possible implications in computer security. A basic knowledge of both the Assembly language and the UNIX operating system is certainly helpful, as well as some practice with compilers and debuggers; but they are not compulsory.

  • - The practical guide for constructing a voice-controlled virtual assistant
    av Tanay Pant
    509

    Build a voice-controlled virtual assistant using speech-to-text engines, text-to-speech engines, and conversation modules. This book shows you how to program the virtual assistant to gather data from the internet (weather data, data from Wikipedia, data mining); play music; and take notes. Each chapter covers building a mini project/module to make the virtual assistant better. You'll develop the software on Linux or OS X before transferring it to your Raspberry Pi, ready for deploying in your own home-automation or Internet of Things applications.Building a Virtual Assistant for Raspberry Pi walks you through various STTs and TTSs and the implementation of these components with the help of Python. After that you will start implementing logic for handling user queries and commands, so that the user can have conversations with Melissa. You will then work to improve logic handling to detect what the user wants Melissa to do. You will also work on building some useful applications/modules for Melissa, which will allow you to gain interesting information from Melissa such as the time, weather information, and data from Wikipedia.You will develop a music playing application as well as a note taking application for Melissa, laying the foundations for how Melissa can be further extended. Finally, you will learn how to deploy this software to your Raspberry Pi and how you can further scale Melissa to make her more intelligent, interactive and how you can use her in other projects such as home automation as well.What You'll LearnDesign the workflow and discover the concepts of building a voice controlled assistantDevelop modules for having conversations with the assistantEnable the assistant to retrieve information from the internetBuild utilities like a music player and a note taking application for the virtual assistantIntegrate this software with a Raspberry Pi Who This Book Is ForAnyone who has built a home automation project with Raspberry Pi and now want to enhance it by making it voice-controlled. The book would also interest students from computer science or related disciplines.

  • - A Guide to Detection and Prevention
    av Luis Ayala
    919

    Learn how to detect and prevent the hacking of medical equipment at hospitals and healthcare facilities. A cyber-physical attack on building equipment pales in comparison to the damage a determined hacker can do if he/she gains access to a medical-grade network as a medical-grade network controls the diagnostic, treatment, and life support equipment on which lives depend.News reports inform us how hackers strike hospitals with ransomware that prevents staff from accessing patient records or scheduling appointments. Unfortunately, medical equipment also can be hacked and shut down remotely as a form of extortion. Criminal hackers will not ask for a $500 payment to unlock an MRI, PET or CT scan, or X-ray machine-they will ask for much more.Litigation is bound to follow and the resulting punitive awards will drive up hospital insurance costs and healthcare costs in general. This will undoubtedly result in increased regulations for hospitals and higher costs for compliance. Unless hospitals and other healthcare facilities take the steps necessary to secure their medical-grade networks, they will be targeted for cyber-physical attack, possibly with life-threatening consequences.Cybersecurity for Hospitals and Healthcare Facilities is a wake-up call explaining what hackers can do, why hackers would target a hospital, the way hackers research a target, ways hackers can gain access to a medical-grade network (cyber-attack vectors), and ways hackers hope to monetize their cyber-attack. By understanding and detecting the threats, you can take action now-before your hospital becomes the next victim.What You Will Learn:Determine how vulnerable hospital and healthcare building equipment is to cyber-physical attackIdentify possible ways hackers can hack hospital and healthcare facility equipmentRecognize the cyber-attack vectors-or paths by which a hacker or cracker can gain access to a computer, a medical-grade network server, or expensive medical equipment in order to deliver a payload or malicious outcomeDetect and prevent man-in-the-middle or denial-of-service cyber-attacksFind and prevent hacking of the hospital database and hospital web applicationWho This Book Is For:Hospital administrators, healthcare professionals, hospital & healthcare facility engineers and building managers, hospital & healthcare facility IT professionals, and HIPAA professionals

  • - A Guide for Users and IT Professionals
    av Joli Ballew
    299,-

    Find out how to use, manage, deploy, and secure Windows To Go, the ultimate mobile edition of Windows 10, designed to boot directly from a USB stick. This book shows you how to use your Windows To Go drive to work at home and on the move and access local and network resources from anywhere. Readers responsible for deploying Windows To Go drives will also learn how to plan for, provision, deploy, and manage Windows To Go devices in the workplace in order to create an effective mobility solution for their users. A Windows To Go drive can be booted on any PC that meets the Windows 7 or later certification requirements, regardless of the operating system running on that PC.What You'll Learn:Understand how Windows To Go differs from a typical Windows installation on a desktopMeet the necessary hardware and software requirements for Windows To GoBoot your Windows To Go driveUse Windows To Go, at home and on the roadPlan and deploy Windows To Go in the workplaceSecure and protect Windows To Go drivesWho This Book Is For:End users and IT professionals

  • - How to Manage Your Project with Checklists
    av Melanie McBride
    469

    Learn step-by-step instructions for managing any project in a clean sequence of five classic phases-initiating, planning, executing, releasing, and closing. This book sets out clearly and engagingly which tasks need to be done and when, how, and why they need to be done. Each chapter on one of the five phases walks you through all the steps in that phase's workflow, which are laid out in a checklist attached to the chapter. The checklists are graphically supplemented by flow charts and swim lane diagrams. The master checklist serves as a map and tool for project managers to use in the real world to run projects and keep them on track. Senior project manager and PM mentor Melanie McBride understands the predicament of beginning and junior project managers: "e;You're at the edge of a tornado, bombarded by overly excited people offering you a Mission Impossible. Everywhere you look there are cool shiny things swirling around your head-the earnest coworker telling you to go agile, the software package promising a turnkey collaboration solution, the PMO with an arm-long list of required processes. So how do you avoid getting whacked in the head by that airborne Mac truck of a customer commit? Oh, and what exactly do you need to do to get those flying monkeys to shut up?"e;Project Management Basics slips the spinning project manager into the eye of the storm where things are quiet and it's easy to figure out what to do next using the author's detailed checklists and hard-headed advice. She shows that project management doesn't have to be "e;a chaotic hot mess, leaving you with an egg-beater hairdo."e; With McBride's book and checklists in hand, even first-time project managers can pull off controlled, flying-monkey-free projects.What You Will LearnSee the essential duties of a project managerMaster the project management life cycle in five phasesDiscover the what, when, how, and why  of PM tasks presented in detailed stepsLeverage checklists for optimum efficiency and throughputAdapt workflow controls to low-PM organizationsEnhance PM with vogue methodologies without obscuring the basicsWho This Book Is ForBeginning and junior project managers seeking a concise, authoritative guide to the basics of project management, together with checklists, flow charts, and swim lane diagrams for immediate use in real-world projects.

  • - Practical Guidelines and Best Practices
    av Jeremy Wittkop
    769,-

    This book explains the ongoing war between private business and cyber criminals, state-sponsored attackers, terrorists, and hacktivist groups. Further, it explores the risks posed by trusted employees that put critical information at risk through malice, negligence, or simply making a mistake. It clarifies the historical context of the current situation as it relates to cybersecurity, the challenges facing private business, and the fundamental changes organizations can make to better protect themselves. The problems we face are difficult, but they are not hopeless.Cybercrime continues to grow at an astounding rate. With constant coverage of cyber-attacks in the media, there is no shortage of awareness of increasing threats. Budgets have increased and executives are implementing stronger defenses. Nonetheless, breaches continue to increase in frequency and scope.Building a Comprehensive IT Security Program shares why organizations continue to fail to secure their critical information assets and explains the internal and external adversaries facing organizations today. This book supplies the necessary knowledge and skills to protect organizations better in the future by implementing a comprehensive approach to security.Jeremy Wittkop's security expertise and critical experience provides insights into topics such as:Who is attempting to steal information and why?What are critical information assets?How are effective programs built?How is stolen information capitalized?How do we shift the paradigm to better protect our organizations?How we can make the cyber world safer for everyone to do business?

  • - Maximum Performance for Your Database
    av Darl Kuhn, Bill Padfield & Sam R Alapati
    925

    Speed up the execution of important database queries by making good choices about which indexes to create. Choose correct index types for different scenarios. Avoid indexing pitfalls that can actually have indexes hurting performance rather than helping. Maintain indexes so as to provide consistent and predictable query response over the lifetime of an application.Expert Oracle Indexing and Access Paths is about the one database structure at the heart of almost all performance concerns: the index. Database system performance is one of the top concerns in information technology today. Administrators struggle to keep up with the explosion of access and activity driven by the proliferation of computing into everything from phones to tablets to PCs in our increasingly connected world. At the heart of any good-performing database lies a sound indexing strategy that makes appropriate use of indexing, and especially of the vendor-specific indexing features on offer.Few databases fully exploit the wealth of data access mechanisms provided by Oracle. Expert Oracle Indexing and Access Paths helps by bringing together information on indexing and how to use it into one blissfully short volume that you can read quickly and have at your fingertips for reference. Learn the different types of indexes available and when each is best applied. Recognize when queries aren't using indexes as you intend. Manage your indexing for maximum performance. Confidently use the In Memory column store feature as an alternate access path to improve performance. Let Expert Indexing in Oracle Database 12c be your guide to deep mastery of the most fundamental performance optimization structure in Oracle Database.Explains how indexes help performance, and sometimes hinder it tooDemystifies the various index choices so that you can chose rightlyDescribes the database administration chores associated with indexesDemonstrates the use of the In Memory column store as an alternate access path to the dataWhat You Will LearnCreate an overall indexing strategy to guide your decisionsChoose the correct indexing mechanisms for your applicationsManage and maintain indices to avoid degradation and preserve efficiencyTake better advantage of underused index types such as index-organized tablesChoose the appropriate columns to index, with confidenceBlend partitioning and materialized views into your indexing strategyWho This Book Is ForAll levels of database administrators and application developers who are struggling with the database performance and scalability challenge. Any database administrator involved with indexing, which is any database administrator period, will appreciate the wealth of advice packed into this gem of a book.

  • av Luis Ayala
    609,-

    Learn the threats and vulnerabilities of critical infrastructure to cybersecurity attack.  Definitions are provided for cybersecurity technical terminology and hacker jargon related to automated control systems common to buildings, utilities, and industry.Buildings today are automated because the systems are complicated and so we depend on the building controls system (BCS) to operate the equipment. We also depend on a computerized maintenance management system (CMMS) to keep a record of what was repaired and to schedule required maintenance. SCADA, BCS, and CMMS all can be hacked. The Cybersecurity Lexicon puts cyber jargon related to building controls all in one place. The book is a handy desk reference for professionals interested in preventing cyber-physical attacks against their facilities in the real world. Discussion of attacks on automated control systems is clouded by a lack of standard definitions and a general misunderstanding about how bad actors can actually employ cyber technology as a weapon in the real world. This book covers:Concepts related to cyber-physical attacks and building hacks are listed alphabetically with text easily searchable by key phraseDefinitions are providesd for technical terms related to equipment controls common to industry, utilities, and buildings-much of the terminology also applies to cybersecurity in generalWhat You'll learnGet a simple explanation of cybersecurity attack conceptsQuickly assess the threat of the most common types of cybersecurity attacks to your facilities in real timeFind the definition of facilities, engineering, and cybersecurity acronymsWho This Book Is ForArchitects, engineers, building managers, students, researchers, and consultants interested in cybersecurity attacks against facilities in the real world. Also for IT professionals getting involved in cybersecurity responsibilities.

  • av Rayna Stamboliyska & Tarek Amr
    509

    Your indispensable guide to mastering the efficient use of D3.js in professional-standard data visualization projects. You will learn what data visualization is, how to work with it, and how to think like a D3.js expert, both practically and theoretically.Practical D3.js does not just show you how to use D3.js, it teaches you how to think like a data scientist and work with the data in the real world. In Part One, you will learn about theories behind data visualization. In Part Two, you will learn how to use D3.js to create the best charts and layouts. Uniquely, this book intertwines the technical details of D3.js with practical topics such as data journalism and the use of open government data.Written by leading data scientists Tarek Amr and Rayna Stamboliyska, this book is your guide to using D3.js in the real world - add it to your library today.You Will Learn:How to think like a data scientist and present data in the best wayWhat structure and design strategies you can use for compelling data visualizationHow to use data binding, animations and events, scales, and color pickersHow to use shapes, path generators, arcs and polygonsWho This Book is For:This book is for anyone who wants to learn to master the use of D3.js in a practical manner, while still learning the important theoretical aspects needed to enable them to work with their data in the best possible way.

Gör som tusentals andra bokälskare

Prenumerera på vårt nyhetsbrev för att få fantastiska erbjudanden och inspiration för din nästa läsning.