Browse Results

Showing 32,901 through 32,925 of 53,426 results

Mastering React

by Ryan Vice Adam Horton

Master the art of building modern web applications using React About This Book * Write a complete application in React using an array of supporting libraries, both specifically React-related and general purpose * Understand what makes React stand apart from the vast majority of JS frameworks available through detailed explanations and concise examples * Explore the React ecosystem and how to integrate React with other modern web technologies Who This Book Is For This book is ideal for web developers possessing strong core JavaScript fundamentals who are also interested in learning what React brings to the architectural table. Previous experience with React or other web frameworks isn't required, but may help. What You Will Learn * Understand the React component lifecycle and core concepts such as props and states * Craft forms and implement form validation patterns using React * Explore the anatomy of a modern single-page web application * Develop an approach for choosing and combining web technologies without being paralyzed by the options available * Create a complete single-page application * Start coding with a plan using an application design process * Add to your arsenal of prototyping techniques and tools * Make your React application feel great using animations In Detail React stands out in the web framework crowd through its approach to composition. This approach yields blazingly fast rendering capabilities. This book will help you understand what makes React special. It starts with the fundamentals and uses a pragmatic approach, focusing on clear development goals. You'll learn how to combine many web technologies surrounding React into a complete set for constructing a modern web application. With this text, you'll blitz the basics then swiftly move on to advanced topics such as form validation and complete application construction. You'll also explore several design activities which will help you develop your web applications with a thoughtful plan. Finally, you'll learn several methods for implementing slick animations using React. Style and approach This is a comprehensive, hands-on guide that helps you get a solid understanding of the ins and outs of React development. For application development, you will get a high view of the anatomy where you will zoom into each part and make decisions by moving through the application's anatomy; selecting a solution that fits the problem and lines up with your goals.

Mastering React Native

by Jacob Friedmann Eric Masiello

Leverage frontend development skills to build impressive iOS and Android applications with React Native About This Book • Apply flexbox to get layout and build rich animations that bring your React Native application to life • Integrate third-party libraries and develop customized components that run natively on iOS and Android platforms • Combine React Native with Redux, Redux middleware, and a remote API to build scalable data-driven applications Who This Book Is For This book is for anyone who wants to build cross-platform native mobile applications using only JavaScript and the React Native framework. In particular, this book is especially useful for front-end developers who want to use their current skillset to build mobile applications. An existing working knowledge of JavaScript will help you get the most out of this book. What You Will Learn • Implement native React Native components and APIs • Explore React's JSX syntax • Manage data using Redux and Redux middleware • Build applications with React Native on both iOS and Android platforms • Perform animations in your applications using the animation APIs • Understand routing and Navigator comparison • Create your own Native module In Detail React Native has completely revolutionized mobile development by empowering JavaScript developers to build world-class mobile apps that run natively on mobile platforms. This book will show you how to apply JavaScript and other front-end skills to build cross-platform React Native applications for iOS and Android using a single codebase. This book will provide you with all the React Native building blocks necessary to become an expert. We'll give you a brief explanation of the numerous native components and APIs that come bundled with React Native including Images, Views, ListViews, WebViews, and much more. You will learn to utilize form inputs in React Native. You'll get an overview of Facebook's Flux data architecture and then apply Redux to manage data with a remote API. You will also learn to animate different parts of your application, as well as routing using React Native's navigation APIs. By the end of the book, you will be able to build cutting-edge applications using the React Native framework. Style and approach This comprehensive guide will take your React Native skills to the next level. It shows you how to develop a clear workflow to build scalable applications, and how to implement the architectural concepts covered to build applications that shine in the real world.

Mastering React Native: A Beginner's Guide (Mastering Computer Science)

by Sufyan Bin Uzayr

Mastering React Native helps the reader master the React Native framework for faster and more robust mobile app development. React Native is an open-source JavaScript framework that allows you to create applications for many platforms, including iOS, Android, and the web, all with the same code base. It is built on the React framework, and it provides all of React’s power to mobile app development. React Native was a natural continuation of React. It is a mobile framework that includes JavaScript to create near-native apps. JSX, a hybrid of JavaScript and XML-like markup, is used to make React Native applications. The React Native “bridge” then calls the native rendering APIs in Objective-C (for iOS) or Java (for Android) behind the scenes (for Android). As a result, your app will appear and feel like any other mobile app, as it will be rendered using genuine mobile UI components instead of web views. React Native also offers JavaScript interfaces for platform APIs, allowing your React Native apps to use features such as user location and the phone camera. If your app is UI focused, React Native is an excellent choice because it comes with an extensive UI library. Becoming a React Native developer gives you access to exciting, cutting-edge projects which frequently incorporate innovative technology like Augmented Reality. Job opportunities for React Native devs are aplenty, and it is undoubtedly a skill worthy of consideration owing to its popularity with startups and corporates alike. With Mastering React Native, learning React Native becomes easy and will help readers undoubtedly advance their careers. The Mastering Computer Science series is edited by Sufyan bin Uzayr, a writer and educator with more than a decade of experience in the computing field.

Mastering React Test-Driven Development: Build rock-solid, well-tested web apps with React, Redux and GraphQL

by Daniel Irvine

Implement TDD for your React applications using Jest, React Router, Redux, and GraphQL/Relay. Learn BDD and end-to-end acceptance testing with CucumberJS and Puppeteer.Key FeaturesLearn the TDD process using the React frameworkBuild complex, real-world applications with a pragmatic approach to TDDUse Cucumber for acceptance and BDD testing, bringing TDD to the wider team Book DescriptionMany programmers are aware of TDD but struggle to apply it beyond basic examples. This book teaches how to build complex, real-world applications using Test-Driven Development (TDD). It takes a first principles approach to the TDD process using plain Jest and includes test-driving the integration of libraries including React Router, Redux, and Relay (GraphQL).Readers will practice systematic refactoring while building out their own test framework, gaining a deep understanding of TDD tools and techniques. They will learn how to test-drive features such as client- and server-side form validation, data filtering and searching, navigation and user workflow, undo/redo, animation, LocalStorage access, WebSocket communication, and querying GraphQL endpoints.The book covers refactoring codebases to use the React Router and Redux libraries. via TDD. Redux is explored in depth, with reducers, middleware, sagas, and connected React components. The book also covers acceptance testing using Cucumber and Puppeteer.The book is fully up to date with React 16.9 and has in-depth coverage of hooks and the ‘act’ test helper.What you will learnBuild test-driven applications using React 16.9+ and Jest Build complete web applications using a variety of HTML input elements Understand the different types of test double and when to apply them Test-drive the Integration of libraries such as React Router, Redux, and Relay (GraphQL) Learn when to be pragmatic and how to apply TDD shortcuts Test-drive interaction with browser APIs including fetch and WebSocketsUse Cucumber.js and Puppeteer to build BDD-style acceptance tests for your applications Build and test async Redux code using redux-saga and expect-reduxWho this book is forThe target audience for this book is JavaScript developers who are looking to implement test-driven and behavior-driven approaches for their React applications.

Mastering React Test-Driven Development: Build simple and maintainable web apps with React, Redux, and GraphQL, 2nd Edition

by Daniel Irvine Justin Searls

Learn test-driven and behavior-driven development techniques that will give you greater confidence when building React applicationsKey FeaturesExplore the TDD process, how it works, and why it will help you write maintainable React appsDevelop a component testing framework from scratch, which will help you understand the mechanics of good unit testingReduce complexity by using unit tests and end-to-end acceptance tests to drive the design of your appsBook DescriptionTest-driven development (TDD) is a programming workflow that helps you build your apps by specifying behavior as automated tests. The TDD workflow future-proofs apps so that they can be modified without fear of breaking existing functionality. Another benefit of TDD is that it helps software development teams communicate their intentions more clearly, by way of test specifications.This book teaches you how to apply TDD when building React apps. You'll create a sample app using the same React libraries and tools that professional React developers use, such as Jest, React Router, Redux, Relay (GraphQL), Cucumber, and Puppeteer. The TDD workflow is supported by various testing techniques and patterns, which are useful even if you're not following the TDD process. This book covers these techniques by walking you through the creation of a component test framework. You'll learn automated testing theory which will help you work with any of the test libraries that are in standard usage today, such as React Testing Library. This second edition has been revised with a stronger focus on concise code examples and has been fully updated for React 18.By the end of this TDD book, you'll be able to use React, Redux, and GraphQL to develop robust web apps.What you will learnBuild test-driven applications using React 18 and JestUnderstand techniques and patterns for writing great automated testsUse test doubles and mocks effectivelyTest-drive browser APIs, including the Fetch API and the WebSocket APIIntegrate with libraries such as React Router, Redux, and Relay (GraphQL)Use Cucumber.js and Puppeteer to build Behaviour- Driven Development (BDD) style tests for your applicationsBuild and test async Redux code using redux-saga and expect-reduxWho this book is forThis book is for frontend developers who are looking to improve their testing practices and increase the quality and maintainability of their applications. To make the most of this book, you'll need knowledge of the JavaScript programming language.

Mastering Reactive JavaScript

by Erich De Oliveira

Expand your boundaries by creating applications empowered with real-time data using RxJs without compromising performance About This Book • Handle an infinite stream of incoming data using RxJs without going crazy • Explore important RxJs operators that can help you improve your code readability • Get acquainted with the different techniques and operators used to handle data traffic, which occurs when you receive data faster than you can process Who This Book Is For If you're a web developer with some basic JavaScript programming knowledge who wants to implement the reactive programming paradigm with JavaScript, then this book is for you. What You Will Learn • Get to know the basics of functional reactive programming using RxJs • Process a continuous flow of data with linear memory consumption • Filter, group, and react to changes in your system • Discover how to deal with data traffic • Compose operators to create new operators and use them in multiple observables to avoid code repetition • Explore transducers and see how they can improve your code readability • Detect and recover from errors in observables using Retry and Catch operators • Create your own reactive application: a real-time webchat In Detail If you're struggling to handle a large amount of data and don't know how to improve your code readability, then reactive programming is the right solution for you. It lets you describe how your code behaves when changes happen and makes it easier to deal with real-time data. This book will teach you what reactive programming is, and how you can use it to write better applications. The book starts with the basics of reactive programming, what Reactive Extensions is, and how can you use it in JavaScript along with some reactive code using Bacon. Next, you'll discover what an Observable and an Observer are and when to use them.You'll also find out how you can query data through operators, and how to use schedulers to react to changes. Moving on, you'll explore the RxJs API, be introduced to the problem of data traffic (backpressure), and see how you can mitigate it. You'll also learn about other important operators that can help improve your code readability, and you'll see how to use transducers to compose operators. At the end of the book, you'll get hands-on experience of using RxJs, and will create a real-time web chat using RxJs on the client and server, providing you with the complete package to master RxJs. Style and approach This easy-to-follow guide is full of hands-on examples of reactive programming. Each topic is explained and placed in context, and for the more inquisitive there are more details of the concepts used, ending with an application using the concepts learned through the book.

Mastering Redis

by Jeremy Nelson

Take your knowledge of Redis to the next level to build enthralling applications with ease About This Book * Detailed explanation on Data structure server with powerful strings, lists, sets, sorted-sets, and hashes * Learn to Scale your data with Redis Cluster's distributed setup * This is a fast paced practical guide full of screenshots and real work examples to help you get to grips with Redis in no time. Who This Book Is For If you are a software developer with some experience with Redis and would now like to elevate your Redis knowledge and skills even further, then this book is for you. What You Will Learn * Choose the right Redis data structure for your problem * Understand Redis event-loop and implement your own custom C commands * Solve complex workflows with Redis server-side scripting with Lua * Configure your Redis instance for optimal memory management * Scale your data in a distributed manner with Redis Cluster * Improve the stability of your Redis solution using Redis Sentinel * Complement your existing database and NoSQL environment with Redis * Exploit a wide range of features provided by Redis to become a DevOps expert. In Detail Redis is the most popular, open-source, key value data structure server that provides a wide range of capabilities on which multiple platforms can be be built. Its fast and flexible data structures give your existing applications an edge in the development environment. This book is a practical guide which aims to help you deep dive into the world of Redis data structure to exploit its excellent features. We start our journey by understanding the need of Redis in brief, followed by an explanation of Advanced key management. Next, you will learn about design patterns, best practices for using Redis in DevOps environment and Docker containerization paradigm in detail. After this, you will understand the concept of scaling with Redis cluster and Redis Sentinel , followed by a through explanation of incorporating Redis with NoSQL technologies such as Elasticsearch and MongoDB. At the end of this section, you will be able to develop competent applications using these technologies. You will then explore the message queuing and task management features of Redis and will be able to implement them in your applications. Finally, you will learn how Redis can be used to build real-time data analytic dashboards, for different disparate data streams. Style and approach This is a hands on guide full of easy-to-follow examples, that illustrate important concepts and techniques to solve complex problems with Redis.

Mastering Redmine

by Andriy Lesyuk

A step-by-step tutorial packed with practical examples that cover the different features of Redmine. This book will be especially useful for project managers but it's also intended for any other Redmine users, including developers, and any other industry besides software development.

Mastering Redmine - Second Edition

by Andriy Lesyuk

An expert's guide to open source project management with Redmine About This Book * Learn Redmine through the basic topics to the mastering ones * Customize Redmine without breaking upgrade compatibility * Become an expert of Redmine after having read this comprehensive guide with tips, tricks and best practices. Who This Book Is For This book is best suited for project managers and Redmine administrators who have working knowledge of Redmine and who now want to get advanced practical knowledge to manage and monitor projects effectively and efficiently. What You Will Learn * Forget about troubles with installing and configuring Redmine * Feel at ease with using Redmine wiki syntax * Get familiar with the permissions system and issue life cycle in Redmine * Use Redmine for issue tracking, project hosting, project management, and time tracking * Find and choose plugins, and get familiar with some of the most useful Redmine plugins In Detail Redmine is not only one of the popular open source project management applications but also one of the best project hosting and issue tracking solutions. This book is an update of our previous successful edition, Mastering Redmine. This book is a comprehensive guide that will give you a detailed practical understanding on how to effectively manage, monitor and administer complex projects using Redmine. You will get familiar with the concept of Issue Tracking and will get to know why and what makes Redmine one of the best issue trackers. Another main part of Redmine functionality, which is Managing projects shows why this is one of the best applications for project hosting. Furthermore, you will learn more about Redmine rich text formatting syntax, access control and workflow and time Tracking. Towards the end, you will unleash the power of custom fields and guides to show how to customize Redmine without breaking upgrade compatibility. By the end of the book, you will have a deep practical understanding on how to effectively monitor and manage large scale and complex projects using Redmine. Style and approach A comprehensive practical guide that will help the readers from custom configuration to integration of complex plugins and applications, and will leverage Redmine in appropriate situations for better and efficient results.

Mastering Regular Expressions, 2nd Edition

by Jeffrey E. F. Friedl

Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Java, VB.NET and C# (and any language using the .NET Framework), PHP, Python, Ruby, Tcl, MySQL, awk, and Emacs. If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage.

Mastering Regular Expressions, 3rd Edition

by Jeffrey E. F. Friedl

Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL. If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regular expressions, this book is a stunning eye-opener. As this book shows, a command of regular expressions is an invaluable skill. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Regular expressions can save you time and aggravation. They can be used to craft elegant solutions to a wide range of problems. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. Yet despite their wide availability, flexibility, and unparalleled power, regular expressions are frequently underutilized. Yet what is power in the hands of an expert can be fraught with peril for the unwary. Mastering Regular Expressions will help you navigate the minefield to becoming an expert and help you optimize your use of regular expressions. Mastering Regular Expressions , Third Edition, now includes a full chapter devoted to PHP and its powerful and expressive suite of regular expression functions, in addition to enhanced PHP coverage in the central "core" chapters. Furthermore, this edition has been updated throughout to reflect advances in other languages, including expanded in-depth coverage of Sun's java.util.regex package, which has emerged as the standard Java regex implementation.Topics include: A comparison of features among different versions of many languages and tools How the regular expression engine works Optimization (major savings available here!) Matching just what you want, but not what you don't want Sections and chapters on individual languages Written in the lucid, entertaining tone that makes a complex, dry topic become crystal-clear to programmers, and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions , Third Edition offers a wealth information that you can put to immediate use. Reviews of this new edition and the second edition: "There isn't a better (or more useful) book available on regular expressions." --Zak Greant, Managing Director, eZ Systems "A real tour-de-force of a book which not only covers the mechanics of regexes in extraordinary detail but also talks about efficiency and the use of regexes in Perl, Java, and .NET...If you use regular expressions as part of your professional work (even if you already have a good book on whatever language you're programming in) I would strongly recommend this book to you." --Dr. Chris Brown, Linux Format "The author does an outstanding job leading the reader from regex novice to master. The book is extremely easy to read and chock full of useful and relevant examples...Regular expressions are valuable tools that every developer should have in their toolbox. Mastering Regular Expressions is the definitive guide to the subject, and an outstanding resource that belongs on every programmer's bookshelf. Ten out of Ten Horseshoes." --Jason Menard, Java Ranch

Mastering Regular Expressions, Third Edition

by Jeffrey E. F. Friedl

Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL. If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regular expressions, this book is a stunning eye-opener. As this book shows, a command of regular expressions is an invaluable skill. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Regular expressions can save you time and aggravation. They can be used to craft elegant solutions to a wide range of problems. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. Yet despite their wide availability, flexibility, and unparalleled power, regular expressions are frequently underutilized. Yet what is power in the hands of an expert can be fraught with peril for the unwary. Mastering Regular Expressions will help you navigate the minefield to becoming an expert and help you optimize your use of regular expressions. Mastering Regular Expressions, Third Edition, now includes a full chapter devoted to PHP and its powerful and expressive suite of regular expression functions, in addition to enhanced PHP coverage in the central "core" chapters. Furthermore, this edition has been updated throughout to reflect advances in other languages, including expanded in-depth coverage of Sun's java.util.regex package, which has emerged as the standard Java regex implementation.

Mastering Reinforcement Learning with Python: Build next-generation, self-learning models using reinforcement learning techniques and best practices

by Enes Bilgin

This book is for expert machine learning practitioners and deep learning researchers looking to implement advanced RL concepts in real-world projects. This book will also appeal to RL experts who want to tackle complex sequential decision-making problems through self-learning agents. Working knowledge of Python programming and machine learning along with prior experience with reinforcement learning is required.

Mastering Responsive Web Design with HTML5 and CSS3

by Ricardo Zea

Become a master in RWD with this practical, engaging guide About This Book * Build responsive designs with solid yet simple HTML5 and CSS3 best practices * Use CSS preprocessors (Sass) to speed up the creation of CSS * Each chapter covers a different feature of RWD with carefully chosen, interesting examples, including the latest developments in responsive design Who This Book Is For If you already know some HTML and CSS and understand the principles of responsive web design, this book is for you. There's something here for you to learn regardless of if you're a web designer or web developer, or whether you're a seasoned expert web professional. What You Will Learn * Install and use Sass with SCSS syntax to create your CSS * Use HTML5 tags the right way for the right type of content * Enhance the experience of users with assistive technology with ARIA roles * Design with desktop-first approach but implement with mobile-first methodology * For your layouts, either create and use your own scalable CSS grid, or use Flexbox * Create three types of navigation for small screen devices * Find the best way to serve the best type of image and how to make videos responsive * Build custom responsive emails to ensure the message gets across regardless of the device In Detail Responsive web design is getting more complex day by day and without the necessary design and development skill sets, it's a matter of time before we're left behind. Building meaningful and accessible websites and apps using HTML5 and CSS3 is a must if we want to create memorable experiences for the users. In the ever-changing world of web designers and developers, being proficient in responsive web design is no longer an option, it is mandatory. Whether you're a web designer or web developer, or a seasoned expert web professional, this book will bolster your HTML and CSS skills to a master level. The book is designed in a way that each chapter will take you one step closer to becoming an expert in RWD. The book begins with introducing you to the power of CSS preprocessors, Sass in this case, to increase the speed of writing repetitive CSS tasks, then use simple but meaningful HTML examples; and add ARIA roles to increase accessibility. You will also understand why a mobile-first approach is ideal. Next, you will learn how to use an easily scalable CSS grid or if you prefer, use Flexbox instead. Create navigations for small screen devices using the "drawer navigation," "off-canvas" or "toggle" navigation patterns, and also implement images and media in both responsive and responsible ways. Finally, you will build a solid and meaningful typographic scale and make sure your messages and communications display correctly with responsive emails. Style and approach Designing and developing for the web should be fun, and that's the tone used in the book. This book is written in a step-by-step format with clean-cut examples. You will also find tips and notes all over the book to help clarify those small and simple details most books and tutorials assume you already know.

Mastering RethinkDB

by Shahid Shaikh

Master the capabilities of RethinkDB and implement them to develop efficient real-time web applications. The way to better database development is here! About This Book • Master the powerful ReQL queries to manipulate your JSON data, • Learn how to develop scalable, real-time web applications using RethinkDB and Node.js and deploy them for production, • A detailed, step-by-step guide to help you master the concepts of RethinkDB programming with ease Who This Book Is For This book caters to all the real-time application developers looking forward to master their skills using RethinkDB. A basic understanding of RethinkDB and Node.js is essential to get the most out of this book. What You Will Learn • Master the web-based management console for data-center configuration (sharding, replication, and more), database monitoring, and testing queries. • Run queries using the ReQL language • Perform Geospatial queries (such as finding all the documents with locations within 5km of a given point). • Deal with time series data, especially across various times zones. • Extending the functionality of RethinkDB and integrate it with third party libraries such as ElasticSearch to enhance our search In Detail RethinkDB has a lot of cool things to be excited about: ReQL (its readable,highly-functional syntax), cluster management, primitives for 21st century applications, and change-feeds. This book starts with a brief overview of the RethinkDB architecture and data modeling, and coverage of the advanced ReQL queries to work with JSON documents. Then, you will quickly jump to implementing these concepts in real-world scenarios, by building real-time applications on polling, data synchronization, share market, and the geospatial domain using RethinkDB and Node.js. You will also see how to tweak RethinkDB's capabilities to ensure faster data processing by exploring the sharding and replication techniques in depth. Then, we will take you through the more advanced administration tasks as well as show you the various deployment techniques using PaaS, Docker, and Compose. By the time you have finished reading this book, you would have taken your knowledge of RethinkDB to the next level, and will be able to use the concepts in RethinkDB to develop efficient, real-time applications with ease. Style and approach This book is a unique blend of comprehensive theory and real-world examples to help you master RethinkDB.

Mastering Reverse Engineering: Re-engineer your ethical hacking skills

by Reginald Wong

Implement reverse engineering techniques to analyze software, exploit software targets, and defend against security threats like malware and viruses.Key FeaturesAnalyze and improvise software and hardware with real-world examplesLearn advanced debugging and patching techniques with tools such as IDA Pro, x86dbg, and Radare2.Explore modern security techniques to identify, exploit, and avoid cyber threatsBook DescriptionIf you want to analyze software in order to exploit its weaknesses and strengthen its defenses, then you should explore reverse engineering. Reverse Engineering is a hackerfriendly tool used to expose security flaws and questionable privacy practices.In this book, you will learn how to analyse software even without having access to its source code or design documents. You will start off by learning the low-level language used to communicate with the computer and then move on to covering reverse engineering techniques. Next, you will explore analysis techniques using real-world tools such as IDA Pro and x86dbg. As you progress through the chapters, you will walk through use cases encountered in reverse engineering, such as encryption and compression, used to obfuscate code, and how to to identify and overcome anti-debugging and anti-analysis tricks. Lastly, you will learn how to analyse other types of files that contain code.By the end of this book, you will have the confidence to perform reverse engineering.What you will learnLearn core reverse engineeringIdentify and extract malware componentsExplore the tools used for reverse engineeringRun programs under non-native operating systemsUnderstand binary obfuscation techniquesIdentify and analyze anti-debugging and anti-analysis tricksWho this book is forIf you are a security engineer or analyst or a system programmer and want to use reverse engineering to improve your software and hardware, this is the book for you. You will also find this book useful if you are a developer who wants to explore and learn reverse engineering. Having some programming/shell scripting knowledge is an added advantage.

Mastering Revit Architecture 2010

by Greg Demchak Eddy Krygiel Tatjana Dzambazova

As Autodesk's fastest-growing software package, Revit Architecture offers a new version that will require Revit users of all areas of expertise--architects, project managers, designers, contractors, and building owners--to learn new skills. As the only complete tutorial and reference for the newest version of Revit software, this book provides you with a hands-on look at the Revit interface, explores key modeling principles, looks at design options and features, and shows how to best present designs, and discusses proven workflows and best practices. The in-depth discussions, real-world examples, and detailed tutorials are drawn from the author's professional experience using the program.For Instructors: Teaching supplements are available for this title.

Mastering Revit Structure 2010

by Thomas S. Weir David J. Harrington Jamie D. Richardson

Mastering Revit Structure 2010 covers both the basics and the advanced features and functions. Written by a team of authors who are deeply involved with the Revit community, Mastering Revit Structure 2010 explains the tools and functionality in the context of professional, real-world tasks and workflows. With hands-on tutorials to demonstrate the concepts, Mastering Revit Structure 2010 is perfect for anyone who needs to learn Revit Structure 2010 quickly and thoroughly. Additionally, there is a companion Web site offers before-and-after tutorial files for downloading.

Mastering Roblox Coding: The unofficial guide to leveling up your Roblox scripting skills and building games using Luau programming

by Mark Kiepe

Discover how to build enhanced feature-filled games using the power of Luau programming by getting hands-on with creating a complete end-to-end game using Roblox StudioKey FeaturesLeverage the tips and tricks covered in this game development book for writing advanced Roblox scriptsExplore the capabilities of Roblox Luau to create complex games using user input, datastores, and user interfaces for all devicesEach subject contains an additional exercise for the reader to experimentBook DescriptionRoblox is a game platform with over 47 million daily active users. Something unique to Roblox is that you're playing games made by other gamers! This means that you can make your own games, even if you have no experience. In addition, Roblox provides a free engine that allows you to create and publish a simple game in less than five minutes and get paid while at it.Most Roblox games require programming. This book starts with the basics of programming in Roblox Luau. Each chapter builds on the previous one, which eventually results in you mastering programming concepts in Lua. Next, the book teaches you complex technologies that you can implement in your game. Each concept is explained clearly and uses simple examples that show you how the technology is being used. This book contains additional exercises for you to experiment with the concepts you've learned. Using best practices, you will understand how to write and build complex systems such as databases, user input controls, and all device user interfaces. In addition, you will learn how to build an entire game from scratch.By the end of this book, you will be able to program complex systems in Roblox from the ground up by learning how to write code using Luau and create optimized code.What you will learnUnderstand and learn the basics of Roblox LuauDiscover how to write efficient and optimized Luau code to avoid bad smellsExplore how to optimize your game for PC, consoles, phones, and tabletsGet up to speed with how to build databases using LuauUnderstand client and server functionalities and learn how to securely establish communicationDiscover how to build an advanced Roblox game from scratchWho this book is forThis book is for fairly experienced Roblox developers who have basic programming knowledge and want to take their skills to the next level with advanced concepts in a simple and effective way. Basic knowledge of Roblox, Roblox Studio, and Roblox Luau is recommended before getting started with this book. A short refresher is provided for those who have not used Roblox in a while.

Mastering ROS for Robotics Programming

by Lentin Joseph

<P><P>Design, build and simulate complex robots using Robot Operating System and master its out-of-the-box functionalities <P><P>Key Features <P><P>Develop complex robotic applications using ROS for interfacing robot manipulators and mobile robots with the help of high end robotic sensors <P><P>Gain insights into autonomous navigation in mobile robot and motion planning in robot manipulators <P><P>Discover the best practices and troubleshooting solutions everyone needs when working on ROS <P><P>Book Description <P><P>The area of robotics is gaining huge momentum among corporate people, researchers, hobbyists, and students. The major challenge in robotics is its controlling software. The Robot Operating System (ROS) is a modular software platform to develop generic robotic applications. <P><P>This book discusses the advanced concepts in robotics and how to program using ROS. It starts with deep overview of the ROS framework, which will give you a clear idea of how ROS really works. During the course of the book, you will learn how to build models of complex robots, and simulate and interface the robot using the ROS MoveIt motion planning library and ROS navigation stacks. <P><P>After discussing robot manipulation and navigation in robots, you will get to grips with the interfacing I/O boards, sensors, and actuators of ROS. One of the essential ingredients of robots are vision sensors, and an entire chapter is dedicated to the vision sensor, its interfacing in ROS, and its programming. <P><P>You will discuss the hardware interfacing and simulation of complex robot to ROS and ROS Industrial (Package used for interfacing industrial robots). <P><P>Finally, you will get to know the best practices to follow when programming using ROS. <P><P>What you will learn <P><P>Create a robot model of a Seven-DOF robotic arm and a differential wheeled mobile robot <P><P>Work with motion planning of a Seven-DOF arm using MoveIt! <P><P>Implement autonomous navigation in differential drive robots using SLAM and AMCL packages in ROS <P><P>Dig deep into the ROS Pluginlib, ROS nodelets, and Gazebo plugins <P><P>Interface I/O boards such as Arduino, Robot sensors, and High end actuators with ROS <P><P>Simulation and motion planning of ABB and Universal arm using ROS Industrial <P><P>Explore the ROS framework using its latest version

Mastering ROS for Robotics Programming: Best practices and troubleshooting solutions when working with ROS, 3rd Edition

by Lentin Joseph Jonathan Cacace

Design, build, and simulate complex robots using the Robot Operating SystemKey FeaturesBecome proficient in ROS programming using C++ with this comprehensive guideBuild complex robot applications using the ROS Noetic Ninjemys release to interface robot manipulators with mobile robotsLearn to interact with aerial robots using ROSBook DescriptionThe Robot Operating System (ROS) is a software framework used for programming complex robots. ROS enables you to develop software for building complex robots without writing code from scratch, saving valuable development time. Mastering ROS for Robotics Programming provides complete coverage of the advanced concepts using easy-to-understand, practical examples and step-by-step explanations of essential concepts that you can apply to your ROS robotics projects. The book begins by helping you get to grips with the basic concepts necessary for programming robots with ROS. You'll then discover how to develop a robot simulation, as well as an actual robot, and understand how to apply high-level capabilities such as navigation and manipulation from scratch. As you advance, you'll learn how to create ROS controllers and plugins and explore ROS's industrial applications and how it interacts with aerial robots. Finally, you'll discover best practices and methods for working with ROS efficiently. By the end of this ROS book, you'll have learned how to create various applications in ROS and build your first ROS robot.What you will learnCreate a robot model with a 7-DOF robotic arm and a differential wheeled mobile robotWork with Gazebo, CoppeliaSim, and Webots robotic simulatorsImplement autonomous navigation in differential drive robots using SLAM and AMCL packagesInteract with and simulate aerial robots using ROSExplore ROS pluginlib, ROS nodelets, and Gazebo pluginsInterface I/O boards such as Arduino, robot sensors, and high-end actuatorsSimulate and perform motion planning for an ABB robot and a universal arm using ROS-IndustrialWork with the motion planning features of a 7-DOF arm using MoveIt Who this book is forIf you are a robotics graduate, robotics researcher, or robotics software professional looking to work with ROS, this book is for you. Programmers who want to explore the advanced features of ROS will also find this book useful. Basic knowledge of ROS, GNU/Linux, and C++ programming concepts is necessary to get started with this book.

Mastering ROS for Robotics Programming, Second Edition: Design, Build, And Simulate Complex Robots Using The Robot Operating System

by Jonathan Cacace

<P><P>Discover best practices and troubleshooting solutions when working on ROS <P><P>Key Features <P><P>Develop complex robotic applications using ROS to interface robot manipulators and mobile robots <P><P>Gain insight into autonomous navigation in mobile robots and motion planning in robot manipulators <P><P>Discover best practices and troubleshooting solutions <P><P>Book Description <P><P>In this day and age, robotics has been gaining a lot of traction in various industries where consistency and perfection matter. Automation is achieved via robotic applications and various platforms that support robotics. The Robot Operating System (ROS) is a modular software platform to develop generic robotic applications. This book focuses on the most stable release of ROS (Kinetic Kame), discusses advanced concepts, and effectively teaches you programming using ROS. <P><P>We begin with aninformative overview of the ROS framework, which will give you a clear idea of how ROS works. During the course of this book, you'll learn to build models of complex robots, and simulate and interface the robot using the ROS MoveIt! motion planning library and ROS navigation stacks. Learn to leverage several ROS packages to embrace your robot models. <P><P>After covering robot manipulation and navigation, you'll get to grips with the interfacing I/O boards, sensors, and actuators of ROS. Vision sensors are a key component of robots, and an entire chapter is dedicated to the vision sensor and image elaboration, its interface in ROS and programming. You'll also understand the hardware interface and simulation of complex robots to ROS and ROS Industrial. <P><P>At the end of this book, you'll discover the best practices to follow when programming using ROS. <P><P>What you will learn <P><P>Create a robot model with a seven-DOF robotic arm and a differential wheeled mobile robot <P><P>Work with Gazebo and V-REP robotic simulator <P><P>Implement autonomous navigation in differential drive robots using SLAM and AMCL packages <P><P>Explore the ROS Pluginlib, ROS nodelets, and Gazebo plugins <P><P>Interface I/O boards such as Arduino, robot sensors, and high-end actuators <P><P>Simulate and motion plan an ABB and universal arm using ROS Industrial <P><P>Explore the latest version of the ROS framework <P><P>Work with the motion planning of a seven-DOF arm using MoveIt! <P><P>Who This Book Is For <P><P>If you are a robotics enthusiast or researcher who want to learn more about building robot applications using ROS, this book is for you. In order to learn from this book, you should have a basic knowledge of ROS, GNU/Linux, and C++ programming concepts. The book is also excellent for programmers who want to explore the advanced features of ROS.

Mastering ROS for Robotics Programming, Second Edition: Design, build, and simulate complex robots using the Robot Operating System, 2nd Edition

by Jonathan Cacace Lentin Joseph

Discover best practices and troubleshooting solutions when working on ROS Key Features Develop complex robotic applications using ROS to interface robot manipulators and mobile robots Gain insight into autonomous navigation in mobile robots and motion planning in robot manipulators Discover best practices and troubleshooting solutions Book Description In this day and age, robotics has been gaining a lot of traction in various industries where consistency and perfection matter. Automation is achieved via robotic applications and various platforms that support robotics. The Robot Operating System (ROS) is a modular software platform to develop generic robotic applications. This book focuses on the most stable release of ROS (Kinetic Kame), discusses advanced concepts, and effectively teaches you programming using ROS. We begin with aninformative overview of the ROS framework, which will give you a clear idea of how ROS works. During the course of this book, you’ll learn to build models of complex robots, and simulate and interface the robot using the ROS MoveIt! motion planning library and ROS navigation stacks. Learn to leverage several ROS packages to embrace your robot models. After covering robot manipulation and navigation, you’ll get to grips with the interfacing I/O boards, sensors, and actuators of ROS. Vision sensors are a key component of robots, and an entire chapter is dedicated to the vision sensor and image elaboration, its interface in ROS and programming. You’ll also understand the hardware interface and simulation of complex robots to ROS and ROS Industrial. At the end of this book, you’ll discover the best practices to follow when programming using ROS. What you will learn Create a robot model with a seven-DOF robotic arm and a differential wheeled mobile robot Work with Gazebo and V-REP robotic simulator Implement autonomous navigation in differential drive robots using SLAM and AMCL packages Explore the ROS Pluginlib, ROS nodelets, and Gazebo plugins Interface I/O boards such as Arduino, robot sensors, and high-end actuators Simulate and motion plan an ABB and universal arm using ROS Industrial Explore the latest version of the ROS framework Work with the motion planning of a seven-DOF arm using MoveIt!Who this book is for If you are a robotics enthusiast or researcher who want to learn more about building robot applications using ROS, this book is for you. In order to learn from this book, you should have a basic knowledge of ROS, GNU/Linux, and C++ programming concepts. The book is also excellent for programmers who want to explore the advanced features of ROS.

Mastering RStudio – Develop, Communicate, and Collaborate with R

by Julian Hillebrand Maximilian H. Nierhoff

Harness the power of RStudio to create web applications, R packages, markdown reports and pretty data visualizations About This Book * Discover the multi-functional use of RStudio to support your daily work with R code * Learn to create stunning, meaningful, and interactive graphs and learn to embed them into easy communicable reports using multiple R packages * Develop your own R packages and Shiny web apps to share your knowledge and collaborate with others Who This Book Is For This book is aimed at R developers and analysts who wish to do R statistical development while taking advantage of RStudio's functionality to ease their development efforts. R programming experience is assumed as well as being comfortable with R's basic structures and a number of functions. What You Will Learn * Discover the RStudio IDE and details about the user interface * Communicate your insights with R Markdown in static and interactive ways * Learn how to use different graphic systems to visualize your data * Build interactive web applications with the Shiny framework to present and share your results * Understand the process of package development and assemble your own R packages * Easily collaborate with other people on your projects by using Git and GitHub * Manage the R environment for your organization with RStudio and Shiny server * Apply your obtained knowledge about RStudio and R development to create a real-world dashboard solution In Detail RStudio helps you to manage small to large projects by giving you a multi-functional integrated development environment, combined with the power and flexibility of the R programming language, which is becoming the bridge language of data science for developers and analyst worldwide. Mastering the use of RStudio will help you to solve real-world data problems. This book begins by guiding you through the installation of RStudio and explaining the user interface step by step. From there, the next logical step is to use this knowledge to improve your data analysis workflow. We will do this by building up our toolbox to create interactive reports and graphs or even web applications with Shiny. To collaborate with others, we will explore how to use Git and GitHub with RStudio and how to build your own packages to ensure top quality results. Finally, we put it all together in an interactive dashboard written with R. Style and approach An easy-to-follow guide full of hands-on examples to master RStudio. Beginning from explaining the basics, each topic is explained with a lot of details for every feature.

Mastering Ruby: A Beginner's Guide (Mastering Computer Science)

by Sufyan Bin Uzayr

Ruby is a superb programming language used for a variety of activities such as developing desktop applications, static websites, computational services, and even automation systems. Mastering Ruby: A Beginner’s Guide is a detailed guide for beginners to understand Ruby. This book discusses how to structure applications properly and organize code for optimum performance. Concise and easy to understand, this book provides the fundamentals for web programming along with software development and simple app development. It covers a variety of topics, starting from syntax styles workflow for the Command line to creating websites that will quickly advance necessary information. The key principles about Ruby explained here are helpful to beginners and users interested in learning this highly technological and diverse language. Key Features: • Follows a hands-on approach and offers practical lessons and tutorials related to Ruby. • Provides an in-depth discussion of Ruby design and applications to help build robust knowledge. • Explains how to create individual websites using Ruby programming.

Refine Search

Showing 32,901 through 32,925 of 53,426 results