11 resultater (0,26573 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Practical Shader Development - Kyle Halladay - Bog - APress - Plusbog.dk

Practical Shader Development - Kyle Halladay - Bog - APress - Plusbog.dk

It''s time to stop thinking that shaders are magical. You can use shaders to turn data into stunning visual effects, and get your hands dirty by building your own shader with this step-by-step introduction to shader development for game and graphics developers. Learn how to make shaders that move, tint, light up, and look awesome, all without cracking open a math textbook. Practical Shader Development teaches the theory behind how shaders work. The book also shows you how to apply that theory to create eye-popping visual effects. You''ll learn to profile and optimize those effects to make sure your projects keep running quickly with all their new visuals. You''ll learn good theory, good practices, and without getting bogged down in the math. Author Kyle Halladay explains the fundamentals of shader development through simple examples and hands-on experiments. He teaches you how to find performance issues in shaders you are using and then how to fix them. Kyle explains (and contrasts) how to use the knowledge learned from this book in three of the most popular game engines today. What You''ll Learn - Understand what shaders are and how they work - Get up to speed on the nuts and bolts of writing vertex and fragment shaders - Utilize color blending and know how blend equations work - Know the coordinate spaces used when rendering real-time computer graphics - Use simple math to animate characters, simulate lights, and create a wide variety of visual effects - Find and fix performance problems in shaders - See how three popular game engines (Unity, UE4, Godot) handle shaders Who This Book Is For Programmers who are interested in writing their own shaders but do not know where to start, anyone who has ever seen shader code on a forum and wished they knew how to modify it just a little bit to fit into their own projects, and game developers who are tired of using the default shaders found in the game engines they are using. The book is especially useful for those who have been put off by existing shader tutorials which introduce complex math and graphics theory before ever getting something on the screen.

DKK 519.00
1

Practical TLA+ - Hillel Wayne - Bog - APress - Plusbog.dk

DKK 391.00
1

Creating Responsive Websites Using HTML5 and CSS3 - Varun Gor - Bog - APress - Plusbog.dk

Creating Responsive Websites Using HTML5 and CSS3 - Varun Gor - Bog - APress - Plusbog.dk

Learn to implement web designs using HTML5 and CSS3. This book focuses on the need for responsive web design and how you can leverage HTML5 and CSS3 to create interactive websites that work in the real world. You do not need be a technology expert or have a prior coding background to benefit from this book. All you need is a want to learn and a curious mind to explore the full spectrum of features HTML5 and CSS3 have to offer. You'll see how to migrate legacy websites to responsive websites in a very easy-to-understand, step-by-step, manner. Additionally, you will learn to use supportive software to create, run, and debug any issues that may arise during the development process. This book will also show you how to implement websites that work on multiple devices, and on various browsers such as Opera, Chrome, internet Explorer, or Edge. All this will be explored with supporting files, open-source software, as well as a practical guide to creating your demo website along with learning new technologies. From the basics to more advanced topics, Creating Responsive Websites Using HTML and CSS is for anyone who wants to learn about and build beautiful responsive websites. What You'll LearnCode and design websites using HTML5 and CSS3 Design professional-looking websites using colors, margins, images, and other aspectsCreate a responsive design that will work on laptops, PCs, and any kind of mobile deviceTroubleshoot and fix code errors independently using developer toolsSolve cross-browser responsiveness issues and the challenges that come with different operating systemsWho This Book Is ForStudents and/or website designers who want to upskill their talents

DKK 434.00
1

Practical Debugging at Scale - Shai Almog - Bog - APress - Plusbog.dk

Practical Debugging at Scale - Shai Almog - Bog - APress - Plusbog.dk

Overhaul your debugging techniques and master the theory and tools needed to debug and troubleshoot cloud applications in production environments. This book teaches debugging skills that universities often avoid, but that typically consume as much as 60% of our time as developers. The book covers the use of debugger features such as tracepoints, object marking, watch renderers, and more. Author Shai Almog presents a scientific approach to debugging that is grounded in theory while being practical enough to help you to chase stubborn bugs through the maze of a Kubernetes deployment. Practical Debugging at Scale assumes a polyglot environment as is common for most enterprises, but focuses on JVM environments. Most of the tooling and techniques described are applicable to Python, Node, and other platforms, as well as to Java and other JVM languages. The book specifically covers debugging in production, an often-neglected discipline but an all too painful reality. You''ll learn modern techniques around observability, monitoring, logging, and full stack debugging that you can put to immediate use in troubleshooting common ailments in production environments. You Will Learn: - The scientific method underlying the process of debugging - Debugger capabilities such as tracepoints and marker objects - The correct use of less understood features such as exception breakpoints - Techniques for tracing issues in production Kubernetes environments - Observability and monitoring to resolve production problems - Industry best practices for common tooling such as logging - Profiling to understand performance and memory problems Who This Book Is For Developers in Java and JVM-related languages who want to improve their debugging skills and production reliability; and developers of cloud applications who are facing the pain of production bugs that are hard to replicate and fix

DKK 519.00
1

Query Store for SQL Server 2019 - Grant Fritchey - Bog - APress - Plusbog.dk

Query Store for SQL Server 2019 - Grant Fritchey - Bog - APress - Plusbog.dk

Apply the new Query Store feature to identify and fix poorly performing queries in SQL Server. Query Store is an important and recent feature in SQL Server that provides insight into the details of query execution and how that execution has changed over time. Query Store helps to identify queries that aren''t performing well, or that have regressed in their performance. Query Store provides detailed information such as wait stats that you need to resolve root causes, and it allows you to force the use of a known good execution plan. With SQL Server 2017 and later you can automate the correction of regressions in performance. Query Store for SQL Server 2019 helps you protect your database''s performance during upgrades of applications or version of SQL Server. The book provides fundamental information on how Query Store works and best practices for implementation and use. You will learn to run and interpret built-in reports, configure automatic plan correction, and troubleshoot queries using Query Store when needed. Query Store for SQL Server 2019 helps you master Query Store and bring value to your organization through consistent query execution times and automate correction of regressions. What You''ll Learn - Apply best practices in implementing Query Store on production servers - Detect and correct regressions in query performance - Lower the risk of performance degradation following an upgrade - Use tools and techniques to get the most from Query Store - Automate regression correction and other uses of Query Store Who This Book Is For SQL Server developers and administrators responsible for query performance on SQL Server. Anyone responsible for identifying poorly performing queries will be able to use Query Store to find these queries and resolve the underlying issues.

DKK 391.00
1

Kafka Troubleshooting in Production - Elad Eldor - Bog - APress - Plusbog.dk

Kafka Troubleshooting in Production - Elad Eldor - Bog - APress - Plusbog.dk

This book provides Kafka administrators, site reliability engineers, and DataOps and DevOps practitioners with a list of real production issues that can occur in Kafka clusters and how to solve them. The production issues covered are assembled into a comprehensive troubleshooting guide for those engineers who are responsible for the stability and performance of Kafka clusters in production, whether those clusters are deployed in the cloud or on-premises. This book teaches you how to detect and troubleshoot the issues, and eventually how to prevent them. Kafka stability is hard to achieve, especially in high throughput environments, and the purpose of this book is not only to make troubleshooting easier, but also to prevent production issues from occurring in the first place. The guidance in this book is drawn from the author's years of experience in helping clients and internal customers diagnose and resolve knotty production problems and stabilize their Kafka environments. The book is organized into recipe-style troubleshooting checklists that field engineers can easily follow when under pressure to fix an unstable cluster. This is the book you will want by your side when the stakes are high, and your job is on the line. What You Will LearnMonitor and resolve production issues in your Kafka clustersProvision Kafka clusters with the lowest costs and still handle the required loadsPerform root cause analyses of issues affecting your Kafka clustersKnow the ways in which your Kafka cluster can affect its consumers and producersPrevent or minimize data loss and delays in data streamingForestall production issues through an understanding of common failure pointsCreate checklists for troubleshooting your Kafka clusters when problems occurWho This Book Is ForSite reliability engineers tasked with maintaining stability of Kafka clusters, Kafka administrators who troubleshoot production issues around Kafka, DevOps and DataOps experts who are involved with provisioning Kafka (whether on-premises or in the cloud), developers of Kafka consumers and producers who wish to learn more about Kafka

DKK 294.00
1

Artificial Intelligence Basics - Tom Taulli - Bog - APress - Plusbog.dk

Artificial Intelligence Basics - Tom Taulli - Bog - APress - Plusbog.dk

Artificial intelligence touches nearly every part of your day. While you may initially assume that technology such as smart speakers and digital assistants are the extent of it, AI has in fact rapidly become a general-purpose technology, reverberating across industries including transportation, healthcare, financial services, and many more. In our modern era, an understanding of AI and its possibilities for your organization is essential for growth and success. Artificial Intelligence Basics has arrived to equip you with a fundamental, timely grasp of AI and its impact. Author Tom Taulli provides an engaging, non-technical introduction to important concepts such as machine learning, deep learning, natural language processing (NLP), robotics, and more. In addition to guiding you through real-world case studies and practical implementation steps, Taulli uses his expertise to expand on the bigger questions that surround AI. These include societal trends, ethics, and future impact AI will have on world governments, company structures, and daily life. Google, Amazon, Facebook, and similar tech giants are far from the only organizations on which artificial intelligence has had-and will continue to have-an incredibly significant result. AI is the present and the future of your business as well as your home life. Strengthening your prowess on the subject will prove invaluable to your preparation for the future of tech, and Artificial Intelligence Basics is the indispensable guide that you''ve been seeking. What You Will Learn - Study the core principles for AI approaches such as machine learning, deep learning, and NLP (Natural Language Processing) - Discover the best practices to successfully implement AI by examining case studies including Uber, Facebook, Waymo, UiPath, and Stitch Fix - Understand how AI capabilities for robots can improve business - Deploy chatbots and Robotic Processing Automation (RPA) to save costs and improve customer service - Avoid costly gotchas - Recognize ethical concerns and other risk factors of using artificial intelligence - Examine the secular trends and how they may impact your business Who This Book Is For Readers without a technical background, such as managers, looking to understand AI to evaluate solutions.

DKK 391.00
1

Fundamentals of Trace and Log Analysis - Dmitry Vostokov - Bog - APress - Plusbog.dk

Fundamentals of Trace and Log Analysis - Dmitry Vostokov - Bog - APress - Plusbog.dk

This book will help you analyze traces and logs from different software environments and communicate analysis results using a pattern language that covers everything from a small debugging log to a distributed trace with billions of messages from hundreds of computers, thousands of software components, threads, and processes. The book begins with the basic terminology of operating systems and programming, the foundation for understanding trace and log analysis. It then talks about patterns that help describe problems from a user’s view and patterns for errors and failures. Then, the book covers a range of trace patterns that group messages, and explores how logs depict software activities. It even examines specific message patterns and how they connect in a single trace. Moving forward, you’ll review patterns for multiple traces and logs and how to evaluate them. In this way, you can use similar methods to find problems across a wide variety of software. The book also provides guidance for analyzing issues on systems such as Windows, macOS, Linux, Android, iOS, and other types of computers, including those in networks and the Internet of Things, regardless of their system differences. Upon completing this book, you will be able to navigate the complexities of trace and log analysis and apply uniform diagnostics and anomaly detection pattern language across diverse software environments to help you troubleshoot, debug, and fix issues. What You Will LearnUnderstand pattern language for trace and log analysisGain a pattern-oriented methodology for trace and log analysis applicable to various domains, including cybersecurityMaster the fundamentals of operating systems and programming related to trace and log analysisUnderstand observed behavior in traces and logs, which aids incident response, diagnostics, root cause analysis, troubleshooting, and debuggingWho This Book Is ForSoftware technical support engineers, system and network administrators, software developers, testers, DevOps and DevSecOps, digital forensics and malware analysts, security incident response engineers, data analysts, and data mining practitioners.

DKK 391.00
1

The Cool Stuff in Premiere Pro - Jarle Leirpoll - Bog - APress - Plusbog.dk

The Cool Stuff in Premiere Pro - Jarle Leirpoll - Bog - APress - Plusbog.dk

This book provides you with in-depth knowledge of Premiere Pro, and explains how the software “thinks”. With new skills you can choose the best workflow for your project, and simplify and accelerate your video editing process. All the authors are professional editors and want to know exactly how to cut your film as fast as possible with top quality output. There is invaluable information in The Cool Stuff in Premiere Pro that’s not available anywhere else – not even in Adobe’s own manuals. - Advanced workflows for huge speed boosts:Learn why your old workflow is outdated, and how you can edit a lot faster with smarter workflows that automate several steps in the editing process - Learn how custom settings, presets, keyboard shortcuts and templates saves hours of work:Premiere can be customized in many ways that most editors don’t know. By tailoring the software to your needs you save clicks on just about every task - Understand audio smoothing, color grading, motion graphics, and advanced editing techniques:With many traditional jobs now being done by one single person, you need skills in all these disciplines. You’ll learn how, but more importantly why, to do everything. What You''ll Learn: - Choose the best and fastest workflow for every task from "import" all the way to "export" - Make your video look and sound better without spending more time - Working on a 15 sec promo, a 2 minute news story, a 30 minute documentary or a 2 hour feature film? With the knowledge in this book you’ll edit faster, no matter what you’re editing - Understand the technical stuff, like timeline settings, render codecs, color subsampling, export settings, effect controls and monitor settings - Know when to send your clips to other Adobe software, and how to treat them there. Use integration with Audition to fix bad audio, do tracking in After Effects, improve graphics in Photoshop and prepare logos for animation in Illustrator - Master the Premiere Pro timeline, even stacks of timelines, and edit, trim and adjust with ease Who This Book Is For: - Video journalists (and everyone else) will learn how to edit faster and get home in time for dinner. - Bloggers will learn how to make their online video and audio “pop”. - Film cutters will learn how to organize, rough cut and fine tune huge amounts of material effectively and how to output for digital cinema. - Experienced video editors will learn how to deal with multi-track audio and to work faster in every step of the edit. - Marketing people who edit video for social media and web pages will learn simpler ways to make a faster cut. - Teachers in media studies will understand the logic in Premiere Pro, and be better prepared for teaching video editing.

DKK 939.00
1

Management vs. Employees - Hayes Drumwright - Bog - APress - Plusbog.dk

Management vs. Employees - Hayes Drumwright - Bog - APress - Plusbog.dk

This book provides corporate leaders a roadmap for bridging the hierarchical gaps between management and employees to gain company-wide acceptance of transformative strategic initiatives. Serial entrepreneur Hayes Drumwright demonstrates how to take responsibility for uncovering and fusing the inspiration potential at all levels of your organization and neutralizing the culture of fear and apathy that corrodes the team and organizational commitments of your employees. Why is there a divide between management and the employees they lead? Why does each group have such an incredibly hard time understanding each other? Why do over 70% of corporate initiatives fail? It isn’t because of a lack of communication from the top. And talking louder clearly isn’t going to fix it. In Management vs Employees, Hayes Drumwright attacks a problem that has plagued companies for years. How do we bridge the power gap between management and employees in a way that inspiresboth to engage?Having bootstrapped many businesses in various industries, Drumwright covers the mindset and methodologies leaders must utilize at all levels in organizations to close the gap on apathy and entitlement in order to create an engaged workforce that can scale companies organically. Using stories from both perspectives and multiple company engagements you will learn how to build trust, gather input, distribute accountability, and make those you lead feel like an accomplice in the leader’s master plan. "Hayes Drumwright is a world-class entrepreneur. And in this direct, provocative, and honest book, he describes both the path of his life and the route all of us can take to build something big. Along the way, he shows that a leader’s ultimate job is not to shield people from risk, but to help them learn and grow."Daniel H. Pink, New York Times bestselling author of Drive and To Sell Is Human"I believe a person whocan turn a negative into a positive can never be defeated - this is brilliantly illustrated in Management vs Employees. Hayes Drumwright shares his stories of success, and, importantly, failure with a rare rawness that you will be grateful for again and again."Greg McKeown, New York Times bestselling author of Essentialism: The Disciplined Pursuit of LessWhat You'll LearnBetter implement change in today’s over-complicated, over-structured enterpriseInspire the enterprise employee base to work with the same passion as the founders and executive team toward corporate successTraverse the often confusing array of new social media tools in order to better understand which tool is appropriate to which situation without creating more social noiseEnsure a 70% success rate for new initiatives instead of the current 70% failure rate critical to corporate productivity, profitability, and viabilityWho This Book Is ForThe audience is segmented into three separate categories, all of which are clearly addressed and weighed-in on in each chapter: executives, entrepreneurs, middle management.

DKK 323.00
1

Third Generation Internet Revealed - Lawrence E. Hughes - Bog - APress - Plusbog.dk

Third Generation Internet Revealed - Lawrence E. Hughes - Bog - APress - Plusbog.dk

This book covers the inexorable exhaustion of the IPv4 address space, the interim fix to this based on Network Address Translation (NAT) and Private Addresses, and the differences between IPv4 and IPv6. It will help you understand the limitations and problems introduced by the use of NAT and introduce you to the far simpler network and software designs possible, using a larger, unified address space. IPv6, a mature and viable replacement for IPv4, is currently used by more than 36% of all global Internet traffic. Wireless telephone service providers in many countries have migrated their networks to IPv6 with great success. The elimination of NAT and Private Addresses has vastly simplified network design and implementation. Further, there are now enough public addresses allocated to accommodate all anticipated uses for the foreseeable future. Most networking products and software, especially open-source software, are already fully IPv6 compliant. Today, no business should purchase obsolete products that support only IPv4. The global IPv6 Forum estimates that there are millions of networking professionals still needing to learn the fundamentals of IPv6 technologies to move forward. This book is for them. With plans in place for a shutdown of IPv4 on global networks ("Sunset IPv4") the time to learn is now. If you want a job in IT, especially network hardware or software, and you don''t know IPv6, you are already obsolete . What You Will Learn - - This book serves as a guide to all relevant Internet Engineering Task Force (IETF) standards Request for Comments (RFCs), organized by topic and discussed in plain language - - Understand how IPv6 makes viable technologies such as multicast (for efficient global audio/video streaming), IPsec VPNs (for better security), and simpler VoIP - - Take "edge computing" to the limit by eliminating intermediary servers made necessary by IPv4 NAT-for example, making connections directly from my node to yours - - Discover how organizations can introduce IPv6 into existing IPv4 networks ("Dual Stack"), and then eliminate the legacy IPv4 aspects going forward ("Pure IPv6") for the mandates going into place now (for example, US DoD requirements to move all networks to Pure IPv6) - Recognize that 5G networking (the Grand Convergence of conventional networks and wireless service) depends heavily on the advanced features IPv6 Who This Book Is For Networking professionals. Readers should have at least some familiarity with the precursor protocol (IPv4) and legacy TCP/IP based networks. Some knowledge of network models, such as DoD four-layer model or OSI 7-layer model, is helpful to understand where the Internet Protocol fits into the larger picture. For network software developers using the Sockets API (in UNIX, Windows, etc.), this book will help you to understand the extensions to that API needed to work with IPv6.

DKK 434.00
1