8 resultater (0,19369 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Robot Building for Beginners, Third Edition - David Cook - Bog - APress - Plusbog.dk

Electronics for Beginners - Jonathan Bartlett - Bog - APress - Plusbog.dk

Introducing Deno - Fernando Doglio - Bog - APress - Plusbog.dk

Introducing Deno - Fernando Doglio - Bog - APress - Plusbog.dk

Learn everything there is to know about the new secure runtime for JavaScript: Deno. A proposed replacement for Node.js envisioned and created by the same developer who wrote the first version of Node, Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. This book will cover everything from its inception to the currently available version. You''ll see how to take advantage of the security layer in order to avoid unwanted security holes, and how to use TypeScript to develop your applications without having to manually set up a build process. You''ll also learn how to create and use modules without having to depend on a package manager, and much more. Armed with these newly learned concepts, by the time you finish this book, you''ll be ready to build and test your own Deno applications. Whether you''re a brand new developer to the back end with a JavaScript background or a seasoned Node.js developer looking to understand this competing technology, Introducing Deno will put you on the right path. What You''ll Learn - Learn why Deno was created and why it is different from Node - Build real applications using Deno and related technologies - Create backend applications with Typescript - Resolve how to live without npm and package.json - Set permissions and default behavior Who This Book Is For Anyone with knowledge of back-end development looking to learn a new way of doing things and those with a basic understanding of JavaScript and Node.js core concepts.

DKK 375.00
1

Design Patterns in .NET 6 - Dmitri Nesteruk - Bog - APress - Plusbog.dk

Design Patterns in .NET 6 - Dmitri Nesteruk - Bog - APress - Plusbog.dk

Implement design patterns in .NET 6 using the latest versions of the C# and F# languages. This book provides a comprehensive overview of the field of design patterns as they are used in today''s developer toolbox. In addition to the functional builder, asynchronous factory method, generic value adapter, and composite proxies, this new edition introduces topics such as Decorator Cycle Policies Functional Commands, a Transformer variation of the Visitor pattern, and factories that can perform Object Tracking and Bulk Replacement. Using the C# and F# programming languages, Design Patterns in .NET 6 explores the classic design pattern implementations and discusses the applicability and relevance of specific language features for implementing patterns. You will learn by example, reviewing scenarios where patterns are applicable. Former C# MVP and patterns expert Dmitri Nesteruk demonstrates possible implementations of patterns, discusses alternatives and pattern relationships, and illustrates the way that a dedicated refactoring tool (JetBrains Rider) can be used to implement design patterns with ease. What You Will Learn - Become familiar with the latest pattern implementations available in C# 10 and F# 6 - Know how to better reason about software architecture - Understand the process of refactoring code to patterns - Refer to researched and proven variations of patterns - Study complete, self-contained examples, including many that cover advanced scenarios - Use the latest versions of C# and Visual Studio/Rider/ReSharper Who This Book Is For Developers who have some experience in the C# language and want to expand their comprehension of the art of programming by leveraging design approaches to solve modern problems

DKK 519.00
1

Windows 11 Made Easy - Mike Halsey - Bog - APress - Plusbog.dk

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

PHP 8 Solutions - David Powers - Bog - APress - Plusbog.dk

PHP 8 Solutions - David Powers - Bog - APress - Plusbog.dk

Make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or storing all your content in a database. David Powers has updated his definitive book to incorporate the latest techniques and changes to PHP with the arrival of PHP 8. New features include named attributes, constructor property promotion, the stricter and more concise match expression, union types, and more.​ The problem is, you''re not a programmer and the thought of writing code sends a chill up your spine. Or maybe you''ve dabbled a bit in PHP and MySQL, but you can''t get past baby steps. If this describes you, then you''ve just found the right book. PHP powers four out of every five websites that use a server-side language. In combination with the MySQL database it''s ideal for creating dynamic websites. PHP and MySQL are free, easy to use, and provided by many web hosting companies in their standard packages. This book also covers MariaDB, a seamless replacement for MySQL that has been adopted on many web servers. Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design. But this book doesn''t just provide a collection of ready-made scripts: each PHP solution builds on what''s gone before, teaching you the basics of PHP and database design quickly and painlessly. You''ll learn how to optimize your code using object-oriented programming (OOP) techniques. By the end of the book, you''ll have the confidence to start writing your own scripts or-if you prefer to leave that task to others-to adapt existing scripts to your own requirements. Right from the start, you''re shown how easy it is to protect your sites by adopting secure coding practices. What You Will Learn - - Design and build dynamic PHP-based web sites and applications - Get started right away through practical examples that you can reuse - Incorporate PHP 8 elements including named attributes, constructor property promotion, and union types - Understand the subtle, but important differences between switch and match - Work with the latest PHP 8 techniques, innovations, and best practices - Who This Book Is For Readers should ideally have some prior exposure to web development using PHP.

DKK 519.00
1

Mastering Excel Through Projects - Hong Zhou - Bog - APress - Plusbog.dk

Mastering Excel Through Projects - Hong Zhou - Bog - APress - Plusbog.dk

Master Excel in less than two weeks with this unique project-based book! Let’s face it, we all master skills in our own way, but building a soup-to-nuts project is one of the best ways to make learning stick and get up to speed quickly. Whether you are just getting started with Excel or are an experienced user, this book will elevate your knowledge and skills. For a beginner, the micro examples in each chapter will warm you up before you dive into the projects. For experienced users, the projects, especially those with table setup considerations, will help you become more creative in your interactions with Excel. Readers will benefit from building eight unique projects, each covering a different topic, including a word game, a food nutrition ranking, a payroll (tax withholding) calculation, an encryption, a two-way table, a Kaplan-Meier analysis, a data analysis via a pivot table and the K-means Clustering data mining method. Through these projects, you will experience firsthand how Excel skills are organized together to accomplish tasks that sound complex and daunting when first described. Get started with a word game which asks users to find English words that amount to exactly 100 points, with each letter of the alphabet assigned a point 1, 2, 3, … 26, respectively. You will disassemble a word into letters and then sum up their points, and then take it one step further, contemplating how to make the completed Excel worksheet more user friendly and completely automated. Increasingly challenging tasks like this example build on what you have learned and increase your confidence along the way, ensuring your mastery of Excel. What You Will LearnGain confidence to tackle a challenging Excel-related mission, even those that seem impossibleBecome skilled in the creative uses of Excel formulas and functions and other built-in features Appreciate the art of refining worksheets to maximize automationUnderstand the value of treating each worksheet as a unique productWho This Book Is ForPeople who are interested in learning Excel as quickly and efficiently as possible. While Excel beginners and intermediate users are the primary audience, experienced Excel users might also discover new skills and ways of working with Excel.

DKK 391.00
1