Arriba

Packt Publishing

Mostrar del 337 al 360 (de 415 productos)
Páginas de Resultados: [<< Anterior]  ... 11  12  13  14  15 ...  [Siguiente >>] 
  • Book : Learn Python Programming The No-nonsense, Beginners..
    Precio:  $152,929.00
    Expira: 12/12/2023

    Book : Learn Python Programming The No-nonsense, Beginners..

    -Titulo Original : Learn Python Programming The No-nonsense, Beginners Guide To Programming, Data Science, And Web Development With Python 3.7, 2nd Edition-Fabricante : Packt Publishing-Descripcion Original: Learn the fundamentals of Python (3.7) and how to apply it to data science, programming, and web development. Fully updated to include hands-on tutorials and projects. Key Features Learn the fundamentals of Python programming with interactive projects Apply Python to data science with tools such as IPython and Jupyter Utilize Python for web development and build a real-world app using Django Book Description Learn Python Programming is a quick, thorough, and practical introduction to Python - an extremely flexible and powerful programming language that can be applied to many disciplines. Unlike other books, it doesnt bore you with elaborate explanations of the basics but gets you up-and-running, using the language. You will begin by learning the fundamentals of Python so that you have a rock-solid foundation to build upon. You will explore the foundations of Python programming and learn how Python can be manipulated to achieve results. Explore different programming paradigms and find the best approach to a situation; understand how to carry out performance optimization and effective debugging; control the flow of a program; and utilize an interchange format to exchange data. Youll also walk through cryptographic services in Python and understand secure tokens. Learn Python Programming will give you a thorough understanding of the Python language. Youll learn how to write programs, build websites, and work with data by harnessing Pythons renowned data science libraries. Filled with real-world examples and projects, the book covers various types of applications, and concludes by building real-world projects based on the concepts you have learned. What you will learn Get Python up and running on Windows, Mac, and Linux Explore fundamental concepts of coding using data structures and control flow Write elegant, reusable, and efficient code in any situation Understand when to use the functional or OOP approach Cover the basics of security and concurrent/asynchronous programming Create bulletproof, reliable software by writing tests Build a simple website in Django Fetch, clean, and manipulate data Who this book is for Learn Python Programming is for individuals with relatively little experience in coding or Python. Its also ideal for aspiring programmers who need to write scripts or programs to accomplish tasks. The book shows you how to create a full-fledged application. Table of Contents A Gentle Introduction to Python Built-in Data Types Iterating and Making Decisions Functions, the Building Blocks of Code Saving Time and Memory OOP, Decorators, and Iterators Files and Data Persistence Testing, Profiling, and Dealing with Exceptions Cryptography and tokens Concurrent Execution Debugging and troubleshooting GUIs and Scripts Data Science Web Development About the Author Fabrizio Romano was born in Italy in 1975. He holds a masters degree in computer science engineering from the University of Padova. He is also a certified scrum master, Reiki master and teacher, and a member of CNHC. He moved to London in 2011 to work for companies such as Glasses Direct, and TBG/Sprinklr. He now works at Sohonet as a Principal Engineer/Team Lead. He has given talks on Teaching Python and TDD at two editions of EuroPython, and at Skillsmatter and ProgSCon, in London...
  • Book : Mastering Flask Web Development Build...
    Precio:  $140,639.00

    Book : Mastering Flask Web Development Build...

    -Titulo Original : Mastering Flask Web Development Build Enterprise-grade, Scalable Python Web Applications, 2nd Edition-Fabricante : Packt Publishing-Descripcion Original: Learn to build modern, secure, highly available web MVC applications and APIs using Python`s Flask framework. Key Features Create production-ready MVC and REST API with the dynamic features of Flask Utilize the various extensions like Flask-JWT and Flask-SQLAlchemy to develop powerful applications Deploy your flask application on real-world platforms like AWS and Heroku on VMs or Docker containers Book Description Flask is a popular Python framework known for its lightweight and modular design. Mastering Flask Web Development will take you on a complete tour of the Flask environment and teach you how to build a production-ready application. Youll begin by learning about the installation of Flask and basic concepts such as MVC and accessing a database using an ORM. You will learn how to structure your application so that it can scale to any size with the help of Flask Blueprints. Youll then learn how to use Jinja2 templates with a high level of expertise. You will also learn how to develop with SQL or NoSQL databases, and how to develop REST APIs and JWT authentication. Next, youll move on to build role-based access security and authentication using LDAP, OAuth, OpenID, and database. Also learn how to create asynchronous tasks that can scale to any load using Celery and RabbitMQ or Redis. You will also be introduced to a wide range of Flask extensions to leverage technologies such as cache, localization, and debugging. You will learn how to build your own Flask extensions, how to write tests, and how to get test coverage reports. Finally, you will learn how to deploy your application on Heroku and AWS using various technologies, such as Docker, CloudFormation, and Elastic Beanstalk, and will also learn how to develop Jenkins pipelines to build, test, and deploy applications. What you will learn Develop a Flask extension using best practices Implement various authentication methods: LDAP, JWT, Database, OAuth, and OpenID Learn how to develop role-based access security and become an expert on Jinja2 templates Build tests for your applications and APIs Install and configure a distributed task queue using Celery and RabbitMQ Develop RESTful APIs and secure REST APIs Deploy highly available applications that scale on Heroku and AWS using Docker or VMs Who this book is for The ideal target audience for this book would be Python developers who want to use Flask and its advanced features to create Enterprise grade and lightweight applications. The book is for those who have some exposure of Flask and want to take it from introductory to master level. Table of Contents Getting Started Creating Models with SQLAlchemy Creating Views with Templates Creating Controllers with Blueprints Advanced Application Structure Securing Your App Using NoSQL with Flask Building RESTful APIs Creating Asynchronous Tasks with Celery Useful Flask Extensions Building Your Own Extension Testing Flask Apps Deploying Flask Apps About the Author Daniel Gaspar is a programmer and DevOps engineer with more than 20 years of experience. He has worked in a wide range of sectors like Government and Finance. He is currently working at Miniclip (Global Leader in digital games)...
  • Book : Natural Language Processing With Java Techniques For.
    Precio:  $140,149.00
    Expira: 10/08/2022

    Book : Natural Language Processing With Java Techniques For.

    -Titulo Original : Natural Language Processing With Java Techniques For Building Machine Learning And Neural Network Models For Nlp, 2nd Edition-Fabricante : Packt Publishing-Descripcion Original: Explore various approaches to organize and extract useful text from unstructured data using Java Key Features Use deep learning and NLP techniques in Java to discover hidden insights in text Work with popular Java libraries such as CoreNLP, OpenNLP, and Mallet Explore machine translation, identifying parts of speech, and topic modeling Book Description Natural Language Processing (NLP) allows you to take any sentence and identify patterns, special names, company names, and more. The second edition of Natural Language Processing with Java teaches you how to perform language analysis with the help of Java libraries, while constantly gaining insights from the outcomes. You’ll start by understanding how NLP and its various concepts work. Having got to grips with the basics, you’ll explore important tools and libraries in Java for NLP, such as CoreNLP, OpenNLP, Neuroph, and Mallet. You’ll then start performing NLP on different inputs and tasks, such as tokenization, model training, parts-of-speech and parsing trees. You’ll learn about statistical machine translation, summarization, dialog systems, complex searches, supervised and unsupervised NLP, and more. By the end of this book, you’ll have learned more about NLP, neural networks, and various other trained models in Java for enhancing the performance of NLP applications. What you will learn Understand basic NLP tasks and how they relate to one another Discover and use the available tokenization engines Apply search techniques to find people, as well as things, within a document Construct solutions to identify parts of speech within sentences Use parsers to extract relationships between elements of a document Identify topics in a set of documents Explore topic modeling from a document Who this book is for Natural Language Processing with Java is for you if you are a data analyst, data scientist, or machine learning engineer who wants to extract information from a language using Java. Knowledge of Java programming is needed, while a basic understanding of statistics will be useful but not mandatory. Table of Contents Introduction to NLP Finding Parts of Text Finding Sentences Finding People and Things Detecting Parts of Speech Representing text with features Information retrieval Classifying Texts and Documents Topic Modeling Using Parser to Extract Relationships Combined Pipeline Creating chat Bot About the Author Richard M. Reese has worked in both industry and academia. For 17 years, he worked in the telephone and aerospace industries, serving in several capacities, including research and development, software development, supervision, and training. He currently teaches at Tarleton State University. Richard has written several Java books and a C Pointer book. He uses a concise and easy-to-follow approach to teaching about topics. His Java books have addressed EJB 3.1, updates to Java 7 and 8, certification, functional programming, jMonkeyEngine, and natural language processing. AshishSingh Bhatia is a learner, reader, seeker, and developer at core. He has over 10 years of IT experience in different domains, including banking, ERP, and education. He is persistently passionate about Python, Java, R, and web and mobile development. He is always ready to explore new technologies...
  • Book : Hands-on Machine Learning For Cybersecurity Safeguard
    Precio:  $153,219.00

    Book : Hands-on Machine Learning For Cybersecurity Safeguard

    -Titulo Original : Hands-on Machine Learning For Cybersecurity Safeguard Your System By Making Your Machines Intelligent Using The Python Ecosystem-Fabricante : Packt Publishing-Descripcion Original: Delve into the world of smart data security using machine learning algorithms and Python libraries Key Features Learn machine learning algorithms and cybersecurity fundamentals Automate your daily workflow by applying use cases to different aspects of security Implement smart machine learning solutions to detect various cybersecurity problems Book Description Organizations are increasingly vulnerable to many cybersecurity threats which can lead to significant financial losses, making smart data security more important than ever. In this book, youll use different tools and techniques to solve a variety of significant problems that exist in the cybersecurity domain. The book begins by introducing you to the basics of machine learning in cybersecurity using Python and its libraries. You will then explore various machine learning domains, such as time series analysis and ensemble modeling. As you progress, you will implement various examples such as building a system to identify malicious URLs, and creating a program to detect fraudulent emails and spam. Later, you will learn how to make effective use of the k-means algorithm to develop a solution for detecting and alerting you about any malicious activity in the network. In addition to this, youll get up to speed with implementing biometric authentication and fingerprint scanning to validate whether someone is a legitimate user or not. Finally, you will see how you can use TensorFlow for cybersecurity, along with understanding how deep learning is effective for creating models and training systems. By the end of this book, you will have learned how to effectively use the Python ecosystem and machine learning algorithms for cybersecurity. What you will learn Get to grips with how machine learning and Python can be used in complex cyber issues Apply machine learning algorithms with complex datasets to implement cybersecurity concepts Implement machine learning algorithms such as clustering, k-means, and Naive Bayes to solve real-world problems Learn to speed up a system using Python libraries with NumPy, scikit-learn, and CUDA Mitigate cyber crimes by understanding how to combat malware, detect spam, and fight financial fraud Use TensorFlow in the cybersecurity domain and implement real-world examples Who this book is for This book is for data scientists, machine learning developers, security researchers, or anyone looking to apply machine learning for computer security. Having some working knowledge of Python programming and familiarity with machine learning and cybersecurity fundamentals will help you get the most out of this book. Table of Contents Basics of Machine Learning in Cybersecurity Time Series Analysis and Ensemble Modeling Segregating Legitimate and Lousy URLs Knocking Down CAPTCHAs Using Data Science to Catch Email Fraud and Spam Efficient Network Anomaly Detection Using K-Means Decision Tree and Context-Based Malicious Event Detection Catching Impersonators and Hackers Red-Handed Change the Game with TensorFlow Financial Fraud and How Deep Learning Can Mitigate Them Practical Case Studies in Cybersecurity About the Author Soma Halder is the data science lead of the big data analytics group at Reliance Jio Infocomm Ltd, one of Indias largest telecom companies. She specializes in analytics, big data, cybersecurity, and machine learning. She has approximately 10 years of machine learning experience, especially in the field of cybersecurity. She studied at the University of Alabama, Birmingham where she did her masters with an emphasis on Knowledge discovery and Data Mining and computer forensics. She has worked for Visa, Salesforce, and AT&T. She has also worked for start-ups, both in India and the US (E8 Security, Headway ai, and Norah ai). She has several conference publications to her name in the field of cybersecurity, machine learning, and deep learning. Sinan Ozdemir is a data scientist, start-up founder, and educ...
  • Book : Mastering Linux Shell Scripting A Practical Guide To.
    Precio:  $125,619.00

    Book : Mastering Linux Shell Scripting A Practical Guide To.

    -Titulo Original : Mastering Linux Shell Scripting A Practical Guide To Linux Command-line, Bash Scripting, And Shell Programming, 2nd Edition-Fabricante : Packt Publishing-Descripcion Original: Master the complexities of Bash shell scripting and unlock the power of shell for your enterprise Key Features Identify high-level steps such as verifying user input Use the command line and conditional statements for creating and executing simple shell scripts Create and edit dynamic shell scripts to manage complex and repetitive tasks Book Description Mastering shell scripting is made easy with this book that guides you through everything, right from using the Linux command line through to creating Bash scripts, while also helping you make informed choices about the elements you employ. You can use your favorite editor and start writing Bash scripts in a step-by-step manner. The book will also help you get to grips with the fundamentals of creating and running a script in normal mode, as well as in debug mode. Youll explore code snippets from various conditional statements, and realize the power of repetition and loops in your shell script. You will gradually learn to write complex shell scripts, before delving into file system administration, directories, and system administration such as networking, process management, user authentication, package installation, and regular expressions. Toward the concluding chapters, you will learn how to use Python as an alternative for Bash scripting. By the end of this book, you will be well-versed with shell scripts and have mastered the technique of automating and communicating with your system through keyboard expressions. What you will learn Develop, execute, and debug your first Bash script Create interactive scripts that prompt for user input Build menu structures for operators with little command-line experience Develop scripts that dynamically edit web configuration files to produce a new virtual host Write scripts that use AWK to search log files and generate reports Draft effective scripts using functions as building blocks, reducing maintenance and build time Compare different script languages such as Python with Bash Use the command line to bypass the graphical user interface (GUI) and automate common tasks Who This Book Is For If you are a Linux administrator or a system administrator and are interested in automating daily tasks to save time and effort, then this book is for you. Basic shell scripting and command-line experience will be required. Familiarity with the tasks you need to automate will also be helpful. Table of Contents What and Why of Scripting with BASH Creating Interactive Scripts Conditions attached Creating Code Snippets Alternative syntax Iterating with Loops Creating Building Blocks with Functions Introducing sed Automating Apache Virtual Hosts AWK Fundamentals Regular expressions Summarizing Logs with awk A Better lastlog with Awk Using Python as a BASH Scripting Alternative About the Author Mokhtar Ebrahim started working as a Linux system administrator in 2010. He is responsible for maintaining, securing, and troubleshooting Linux servers for multiple clients around the world. He loves writing shell and Python scripts to automate his work. He writes technical articles on the Like Geeks website about Linux, Python, web development, and server administration. He is a father to a beautiful girl and a husband to a faithful wife...
  • Book : Learning Tableau 2019 Tools For Business...
    Precio:  $147,699.00
    Expira: 18/07/2022

    Book : Learning Tableau 2019 Tools For Business...

    -Titulo Original : Learning Tableau 2019 Tools For Business Intelligence, Data Prep, And Visual Analytics, 3rd Edition-Fabricante : Packt Publishing-Descripcion Original: Create powerful data visualizations and unlock intelligent business insights with Tableau Key Features Explore all the latest Tableau 2019 features and redefine business analytics for your organization Create impressive data visualizations and interactive dashboards to get insights from your data Learn effective data storytelling to transform how your business leverages data and makes decisions Book Description Tableau is the gold standard of business intelligence and visual analytics tools in every industry. It enables rapid data visualization and interpretation with charts, graphs, dashboards, and much more. Updated with the latest features of Tableau, this book takes you from the foundations of the Tableau 2019 paradigm through to advanced topics. This third edition of the bestselling guide by Tableau Zen Master, Joshua Milligan, will help you come to grips with updated features, such as set actions and transparent views. Beginning with installation, youll create your first visualizations with Tableau and then explore practical examples and advanced techniques. Youll create bar charts, tree maps, scatterplots, time series, and a variety of other visualizations. Next, youll discover techniques to overcome challenges presented by data structure and quality and engage in effective data storytelling and decision making with business critical information. Finally, youll be introduced to Tableau Prep, and learn how to use it to integrate and shape data for analysis. By the end of this book, you will be equipped to leverage the powerful features of Tableau 2019 for decision making. What you will learn Develop stunning visualizations that explain complexity with clarity Explore the exciting new features of Tableau Desktop and Tableau Prep Connect to various data sources to bring all your data together Uncover techniques to prep and structure your data for easy analysis Create and use calculations to solve problems and enrich analytics Master advanced topics such as sets, LOD calcs, and much more Enable smart decisions with clustering, distribution, and forecasting Share your data stories to build a culture of trust and action Who this book is for This Tableau book is for anyone who wants to understand data. If youre new to Tableau, dont worry. This book builds on the foundations to help you understand how Tableau really works and then builds on that knowledge with practical examples before moving on to advanced techniques. Working experience with databases will be useful but is not necessary to get the most out of this book. Table of Contents Taking off with Tableau Working with Data in Tableau Venturing on to Advanced Visualizations Starting an Adventure with Calculations Diving deep with Table Calculations Making Visualizations That Look Great and Work Well Telling a Data Story with Dashboards Digging Deeper - Trends, Clustering, Distributions and Forecasting Cleaning and Structuring Messy Data Introducing Tableau Prep Advanced Visualizations, Techniques, Tips and Tricks Sharing Your Data Stor...
  • Book : Practical Mobile Forensics - Third Edition A Hands-on
    Precio:  $156,629.00

    Book : Practical Mobile Forensics - Third Edition A Hands-on

    -Titulo Original : Practical Mobile Forensics - Third Edition A Hands-on Guide To Mastering Mobile Forensics For The Ios, Android, And The Windows Phone Platforms-Fabricante : Packt Publishing-Descripcion Original: Understand how to effectively investigate, analyze, and retrieve data from iOS, Android, and Windows devices and explore a variety of mobile forensics tools Key Features Perform simple to complex mobile forensics techniques Retrieve and analyze data stored not only on mobile devices but also in the cloud and other connected mediums Learn to apply mobile forensics on popular mobile platforms by exploring real-life scenarios, and useful tips, tricks, and caveats Book Description Mobile phone forensics involves investigating and extracting data through a systematic approach. With this book, youll explore different mobile forensics tools and data recovery techniques. Youll discover up-to-date mobile platforms and the most recent techniques for investigating mobile devices. As you progress, youll delve into mobile forensics techniques for devices using iOS 9-11, Android 7-8, and Windows 10. Next, the book will guide you through the latest open source and commercial mobile forensics tools, which will enable you to analyze and retrieve data effectively. In later chapters, you will learn how to inspect and retrieve data from the cloud, and even document and prepare reports of your investigations. By the end of this book, you will be well-versed with the current operating systems and have learned relevant techniques to recover data from mobile devices with the help of open source solutions. What you will learn Discover new techniques in practical mobile forensics Understand the architecture and security mechanisms of iOS and Android platforms Identify sensitive files on iOS and Android platforms Understand how to set up a forensic environment Extract data from iOS and Android platforms Recover data on iOS and Android platforms Get to grips with the forensics of Windows devices Explore a variety of third-party application techniques and data recovery techniques Who this book is for If you are a forensics professional and are looking to add mobile forensics to your skillset, then this book is for you. Basic understanding of digital forensics practices will be helpful. Table of Contents Introduction to Mobile Forensics Understanding the Internals of iOS Devices Data Acquisition from iOS Devices Data Acquisition from iOS Backups iOS Data Analysis and Recovery iOS Forensic Tools Understanding Android Android Forensic Setup and Pre-Data Extraction Techniques Android Data Extraction Techniques Android Data Analysis and Recovery Android App Analysis, Malware, and Reverse Engineering Windows Phone Forensics Parsing Third-Party Application Files About the Author Rohit Tamma is a security program manager currently working with Microsoft. With over 8 years of experience in the field of security, his background spans management and technical consulting roles in the areas of application and cloud security, mobile security, penetration testing, and security training. Rohit has also coauthored couple of books, such as Practical Mobile Forensics and Learning Android Forensics, which explain various ways to perform forensics on the mobile platforms. You can contact him on Twitter at @RohitTamma. Oleg Skulkin is a digital forensics enthusional (enthusiast and professional) from Russia with more than 6 years of experience, and is currently employed by Group-IB, one of the global leaders in preventing and investigating high-tech crimes and online fraud. He holds a number of certifications, including GCFA, MCFE, and ACE. Oleg is a coauthor of Windows Forensics Cookbook, and you can find his articles about different aspects of digital forensics both in Russian and foreign magazines. Finally, he is a very active blogger, and he updates the Cyber Forensicator blog daily. Heather Mahalik is the director of forensic engineering with ManTech CARD, where she leads the forensic effort focusing on mobile and digital exploitation. She is a senior instructor and author for the SANS Institute, and she is also the cour...
  • Book : Splunk 7 Essentials - Third Edition Demystify Machine
    Precio:  $136,249.00

    Book : Splunk 7 Essentials - Third Edition Demystify Machine

    -Titulo Original : Splunk 7 Essentials - Third Edition Demystify Machine Data By Leveraging Datasets, Building Reports, And Sharing Powerful Insights-Fabricante : Packt Publishing-Descripcion Original: Transform machine data into powerful analytical intelligence using Splunk Key Features Analyze and visualize machine data to step into the world of Splunk! Leverage the exceptional analysis and visualization capabilities to make informed decisions for your business This easy-to-follow, practical book can be used by anyone - even if you have never managed data before Book Description Splunk is a search, reporting, and analytics software platform for machine data, which has an ever-growing market adoption rate. More organizations than ever are adopting Splunk to make informed decisions in areas such as IT operations, information security, and the Internet of Things. The first two chapters of the book will get you started with a simple Splunk installation and set up of a sample machine data generator, called Eventgen. After this, you will learn to create various reports, dashboards, and alerts. You will also explore Splunks Pivot functionality to model data for business users. You will then have the opportunity to test-drive Splunks powerful HTTP Event Collector. After covering the core Splunk functionality, youll be provided with some real-world best practices for using Splunk, and information on how to build upon what youve learned in this book. Throughout the book, there will be additional comments and best practice recommendations from a member of the SplunkTrust Community, called Tips from the Fez. What you will learn Install and configure Splunk for personal use Store event data in Splunk indexes, classify events into sources, and add data fields Learn essential Splunk Search Processing Language commands and best practices Create powerful real-time or user-input dashboards Be proactive by implementing alerts and scheduled reports Tips from the Fez: best practices using Splunk features and add-ons Understand security and deployment considerations for taking Splunk to an organizational level Who This Book Is For This book is for the beginners who want to get well versed in the services offered by Splunk 7. If you want to be a data/business analyst or want to be a system administrator, this book is what you want. No prior knowledge of Splunk is required. Table of Contents Splunk - Getting Started Bringing in Data Search Processing Language Reporting, Alerts and Search Optimization Dynamic Dashboarding Data Models and Pivot HTTP Event Collector Best Practices and Advanced Queries Taking Splunk to the Organizatio...
  • Book : Learning Servicenow Administration And Development On
    Precio:  $171,579.00

    Book : Learning Servicenow Administration And Development On

    -Titulo Original : Learning Servicenow Administration And Development On The Now Platform, For Powerful It Automation, 2nd Edition-Fabricante : Packt Publishing-Descripcion Original: This is the SECOND EDITION. It is the latest edition of this book at this time. IT service management automation at your fingertips Key Features Leverage ServiceNow capabilities for improved IT automation by following step-by-step instructions Build core administration, development, and maintenance skills with IT service management Improve your workflow efficiency by designing and creating responsive and automated workflows, business logic, and frontend automationBook DescriptionThis eagerly awaited second edition of Learning ServiceNow has been fully revised to cover the new and updated features of the ServiceNow platform. It will show you how to put important ServiceNow features to work in the real world, while introducing key concepts via examples of managing and automating IT services. This book will help you build a solid foundation of key concepts and demonstrate how to effectively implement and configure modules within ServiceNow. Youll learn how to configure and administer your instance and then move on to building strong user interfaces and creating powerful workflows. Youll also cover other key elements of ServiceNow, such as notifications, security, reporting, and custom development. The book will serve as a guide to helping you understand how to improve and automate your business workflow and processes. By the end of this book, you will be able to successfully configur and manag ServiceNow. What you will learn Read and write clear, effective code for the ServiceNow platform Identify and avoid common pitfalls and missteps that could seriously impact future progress and upgradeability Use debugging tools to troubleshoot when things go wrong Discover ServiceNow tips and tricks from top developers, architects, and administrators andfind out what the pros wish they knew when they were starting out Who This Book Is ForIf youre an IT professional or administrator looking to, or are already trying to, implement ServiceNow in your organization for Enterprise IT service management tasks, this book is for you. Some familiarity with JavaScript and modern web technologies will help you get the maximum benefit from the book; however, no prior ServiceNow experience is required. Table of Contents The Interface Lists and Forms UI Customization Understanding Data and Relationships Tasks and Workflows UI and Data Policies User Administration and Security Introduction to Scripting The Server-side Glide API The Client-Side Glide API Server-side Scripting Client-side Scripting Service Portal scripting Debugging Pro Tips About the Author Tim Woodruff is a ServiceNow architect and developer who has spent his entire adult life working in IT systems and development, with over a decade of experience in both. Tim has written several books on ServiceNow, and runs a ServiceNow development blog called SN Pro Tips. Tim writes ServiceNow apps which he gives away through his development blog. When hes not working, Tim can be found researching obscure and arcane programming trivia and studying physics. You can fi nd Tim on Twitter at @TheTimWoodruff...
  • Book : Learn Three.js Programming 3d Animations And...
    Precio:  $185,279.00

    Book : Learn Three.js Programming 3d Animations And...

    -Titulo Original : Learn Three.js Programming 3d Animations And Visualizations For The Web With Html5 And Webgl, 3rd Edition-Fabricante : Packt Publishing-Descripcion Original: Create and animate stunning 3D browser-based graphics with the Three.js JavaScript library Key Features Enhance your 3D graphics with light sources, shadows, advanced materials, and textures Load models from external sources, and visualize and animate them directly from JavaScript Create your own custom WebGL shader and explore Three.jss postprocessing feature Book Description WebGL makes it possible to create 3D graphics in the browser without having to use plugins such as Flash and Java. However, programming WebGL can be complex and challenging. With Three.js, it is possible to create stunning 3D graphics in an intuitive way using JavaScript without having to learn WebGL. In this book, youll learn how to create and animate immersive 3D scenes directly in your browser using the full potential of WebGL and modern browsers. The book starts with the basic concepts and building blocks used in Three.js, and helps you explore these essential topics in detail through extensive examples and code samples. You will also learn to create, or load from externally created models, realistic looking 3D objects using materials and textures. Next, youll understand how to easily control the camera using the Three.js built-in camera controls, which will enable you to fly or walk around the 3D scene youve created. Later chapters will then show you how to use the HTML5 video and canvas elements as materials for your 3D objects and animate your models. Finally, you will learn how to use morph and skeleton-based animation, before understanding how to add physics, such as gravity and collision detection to your scene. By the end of this book, youll have gained the skills you need to create 3D-animated graphics using Three.js. What you will learn Work with the different types of materials in Three.js and understand how they interact with your 3D objects and the rest of the environment Implement the different camera controls provided by Three.js to effortlessly navigate around your 3D scene Work with vertices directly to create snow, rain, and galaxy-like effects Import and animate models from external formats, such as OBJ, STL, and COLLADA Create and run animations using morph target and bone-based animation Get to grips with advanced textures on materials to create realistic looking3D objects using bump maps, normal maps, specular maps, and light maps Interact directly with WebGL by creating custom vertex and fragment shaders Who this book is for This book is for JavaScript developers who are looking to learn how to use the Three.js library confidently. Table of Contents Creating Your First 3D Scene with Three.js Basic Components That Make Up a Three.js Scene Working with the Different Light Sources Available in Three.js Working with Three.js Materials Learning to Work with Geometries Advanced Geometries and Binary Operations Particles, Sprites, and the Point Cloud Creating and Loading Advanced Meshes and Geometries Animation and moving the camera Loading and Working with Textures Custom Shaders, Render Postprocessing and Raycaster Physics, Sounds for Your Scen...
  • Book : Hands-on Design Patterns With C Solve Common C...
    Precio:  $176,699.00

    Book : Hands-on Design Patterns With C Solve Common C...

    -Titulo Original : Hands-on Design Patterns With C Solve Common C Problems With Modern Design Patterns And Build Robust Applications-Fabricante : Packt Publishing-Descripcion Original: A comprehensive guide with extensive coverage on concepts such as OOP, functional programming, generic programming, and STL along with the latest features of C Key Features Delve into the core patterns and components of C in order to master application design Learn tricks, techniques, and best practices to solve common design and architectural challenges Understand the limitation imposed by C and how to solve them using design patterns Book Description C is a general-purpose programming language designed with the goals of efficiency, performance, and flexibility in mind. Design patterns are commonly accepted solutions to well-recognized design problems. In essence, they are a library of reusable components, only for software architecture, and not for a concrete implementation. The focus of this book is on the design patterns that naturally lend themselves to the needs of a C programmer, and on the patterns that uniquely benefit from the features of C, in particular, the generic programming. Armed with the knowledge of these patterns, you will spend less time searching for a solution to a common problem and be familiar with the solutions developed from experience, as well as their advantages and drawbacks. The other use of design patterns is as a concise and an efficient way to communicate. A pattern is a familiar and instantly recognizable solution to specific problem; through its use, sometimes with a single line of code, we can convey a considerable amount of information. The code conveys: This is the problem we are facing, these are additional considerations that are most important in our case; hence, the following well-known solution was chosen. By the end of this book, you will have gained a comprehensive understanding of design patterns to create robust, reusable, and maintainable code. What you will learn Recognize the most common design patterns used in C Understand how to use C generic programming to solve common design problems Explore the most powerful C idioms, their strengths, and drawbacks Rediscover how to use popular C idioms with generic programming Understand the impact of design patterns on the programs performance Who this book is for This book is for experienced C developers and programmers who wish to learn about software design patterns and principles and apply them to create robust, reusable, and easily maintainable apps. Table of Contents An introduction to Inheritance and polymorphism Class and function templates Memory ownership Swap - from simple to subtle A Comprehensive Look at Resource Acquisition is Initialization (RAII) Type Erasure SFINAE and Overload Resolution Management The Curiously Recurring Template Pattern Named Arguments and Method Chaining Local Buffer Optimization Scopeguard Friend Factory Virtual Constructors and Factories The Template Method Pattern and the Non-Virtual Idiom Singleton: a Classic OOP Pattern Policy-based design Adaptors and Decorators Visitor and multiple dispatch About the Author Fedor G Pikus is a Chief Engineering Scientist in the Design to Silicon division of Mentor Graphics Corp (Siemens business). His earlier positions included a Senior Software Engineer at Google and a Chief Software Architect for Calibre PERC, LVS, DFM at Mentor Graphics. He joined Mentor Graphics in 1998 when he made a switch from academic research in computational physics to the software industry. Fedor is a recognized expert on high-performance computing and C, he presented his works at CPPCon, SD West, DesignCon, in Software Development Journal, and is also an OReilly author. His responsibilities as a Chief Scientist include planning the long-term technical direction of Calibre products, directing and training the engineers who work on these products, design and architecture of the software, and research in the new design and software technologies. Fedor has over 25 patents and over 100 papers and confer...
  • Book : Embedded Systems Architecture Explore Architectural..
    Precio:  $182,219.00
    Expira: 24/09/2023

    Book : Embedded Systems Architecture Explore Architectural..

    -Titulo Original : Embedded Systems Architecture Explore Architectural Concepts, Pragmatic Design Patterns, And Best Practices To Produce Robust Systems-Fabricante : Packt Publishing-Descripcion Original: A comprehensive guide to reaping the benefits of architectural modeling in embedded design Key Features Identify and overcome challenges in embedded environments Understand the steps required to increase the security of IoT solutions Build safety-critical and memory-safe parallel and distributed embedded systems Book Description Embedded systems are self-contained units that have a dedicated purpose within a device. We come across a variety of applications of embedded systems in navigation tools, telecom applications, and networking equipment, to name just a few. Embedded Systems Architecture begins with a birds eye view of embedded development and how it differs from the other systems that you may be familiar with. Youll first be guided to setting up a development environment and then move on to the core system architectural concepts, exploring pragmatic designs, boot-up mechanisms, and memory management. Next, youll look at the programming interface and device drivers to establish communication via TCP/IP and take measures to increase the security of IoT solutions. Lastly, youll be introduced to parallel multithreaded applications through the development of a scheduler. By the end of the book, you will have explored various aspects of embedded architecture such as memory management, focusing on a memory-safe approach, multithreading, and the RTOS approach. What you will learn Participate in the design and definition phase of an embedded product Learn about architectural design patterns and engineering tradeoffs Build an embedded development lab and optimize the workflow Write memory-safe code Understand the architecture behind the most communication interfaces Understand the design and development patterns for connected and distributed devices in the IoT Master multitask parallel execution patterns and real-time operating systems Who This Book Is For If youre a software developer or designer wanting to learn about embedded programming, this is the book for you. Youll also find this book useful if youre a less experienced embedded programmer willing to expand your knowledge. Table of Contents Embedded systems: A pragmatic approach Work environment and work flow optimization Architectural patterns The boot-up procedure Memory management General purpose peripherals Local bus interfaces communication Power Management and energy saving Distributed systems and IoT architecture Parallel tasks and scheduling Real Time Operating Systems About the Author Daniele Lacamera is a software technologist and researcher with vast experience in software design and development on embedded systems for different industries, currently working as freelance software developer and trainer. He is a worldwide expert in TCP/IP and transport protocol design and optimization, with more than 20 academic publications on the topic. He supports free software by contributing to several projects, including the Linux kernel, and his involvement within a number of communities and organizations that promote the use of free and open source software in the IoT...
  • Book : Kali Linux Wireless Penetration Testing Beginners...
    Precio:  $87,529.00
    Expira: 01/08/2023

    Book : Kali Linux Wireless Penetration Testing Beginners...

    -Titulo Original : Kali Linux Wireless Penetration Testing Beginners Guide - Third Edition Master Wireless Testing Techniques To Survey And Attack Wireless Networks With Kali Linux, Including The Krack Attack-Fabricante : Packt Publishing-Descripcion Original: Kali Linux Wireless Penetration Testing Beginners Guide, Third Edition presents wireless pentesting from the ground up, and has been updated with the latest methodologies, including full coverage of the KRACK attack. Key Features Learn wireless penetration testing with Kali Linux Detect hidden wireless networks and discover their names Explore advanced Wi-Fi hacking techniques including rogue access point hosting and probe sniffing Develop your encryption cracking skills and gain an insight into the methods used by attackers and the underlying technologies that facilitate these attacks Book Description As wireless networks become ubiquitous in our lives, wireless penetration testing has become a key skill in the repertoire of the professional penetration tester. This has been highlighted again recently with the discovery of the KRACK attack which enables attackers to potentially break into Wi-Fi networks encrypted with WPA2. The Kali Linux security distribution comes with a myriad of tools used for networking attacks and detecting security loopholes. Kali Linux Wireless Penetration Testing Beginners Guide, Third Edition has been updated to Kali Linux 2017.3 with the latest methodologies, including full coverage of the KRACK attack and how to defend against it. The book presents wireless pentesting from the ground up, introducing all elements of penetration testing with each new technology. Youll learn various wireless testing methodologies by example, from the basics of wireless routing and encryption through to detailed coverage of hacking methods and attacks such as the Hirte and Caffe Latte. What you will learn Understand the KRACK attack in full detail Create a wireless lab for your experiments Sniff out wireless packets, hidden networks, and SSIDs Capture and crack WPA-2 keys Sniff probe requests and track users through their SSID history Attack radius authentication systems Sniff wireless traffic and collect interesting data Decrypt encrypted traffic with stolen keys Who This Book Is For Kali Linux Wireless Penetration Testing Beginners Guide, Third Edition is suitable for anyone who wants to learn more about pentesting and how to understand and defend against the latest wireless network attacks. Table of Contents Wireless Lab Setup WLAN and its Inherent Insecurities Bypassing WLAN Authentication WLAN Encryption Flaws Attacks on the WLAN Infrastructure Attacking the Client Advanced WLAN Attacks KRACK Attacks Attacking WPA-Enterprise and RADIUS WLAN Penetration Testing Methodology WPS and Probes About the Author Cameron Buchanan is a penetration tester by trade and a writer in his spare time. He has performed penetration tests around the world for a variety of clients across many industries. Previously, Cameron was a member of the RAF. In his spare time, he enjoys doing stupid things, such as trying to make things fly, getting electrocuted, and dunking himself in freezing cold water. He is married and lives in London. Vivek Ramachandran has been working on Wi-Fi security since 2003. He discovered the Caffe Latte attack and also broke WEP Cloaking, a WEP protection schema, publicly in 2007 at DEF CON. In 2011, he was the first to demonstrate how malware could use Wi-Fi to create backdoors, worms, and even botnets. Earlier, Vivek was one of the programmers of the 802.1x protocol and Port Security in Ciscos 6500 Catalyst series of switches, and he was also one of the winners of the Microsoft Security Shootout contest held in India among a reported 65,000 participants. He is best known in the hacker community as the founder of SecurityTube , where he routinely posts videos on Wi-Fi security, assembly language, exploitation techniques, and so on. SecurityTube receives over 100,000 unique visitors a month. Viveks work on wireless security has been quoted in BBC Online, InfoWorld, MacWorld, The Register, IT World Canada, and so on. This year, he will speak or train at a n...
  • Book : Godot Engine Game Development Projects Build Five...
    Precio:  $207,389.00
    Expira: 31/08/2023

    Book : Godot Engine Game Development Projects Build Five...

    -Titulo Original : Godot Engine Game Development Projects Build Five Cross-platform 2d And 3d Games With Godot 3.0-Fabricante : Packt Publishing-Descripcion Original: Create interactive cross-platform games with the Godot Engine 3.0 Key Features Learn the art of developing cross-platform games Leverage Godots node and scene system to design robust, reusable game objects Integrate Blender easily and efficiently with Godot to create powerful 3D games Book Description Godot Engine Game Development Projects is an introduction to the Godot game engine and its new 3.0 version. Godot 3.0 brings a large number of new features and capabilities that make it a strong alternative to expensive commercial game engines. For beginners, Godot offers a friendly way to learn game development techniques, while for experienced developers it is a powerful, customizable tool that can bring your visions to life. This book consists of five projects that will help developers achieve a sound understanding of the engine when it comes to building games. Game development is complex and involves a wide spectrum of knowledge and skills. This book can help you build on your foundation level skills by showing you how to create a number of small-scale game projects. Along the way, you will learn how Godot works and discover important game development techniques that you can apply to your projects. Using a straightforward, step-by-step approach and practical examples, the book will take you from the absolute basics through to sophisticated game physics, animations, and other techniques. Upon completing the final project, you will have a strong foundation for future success with Godot 3.0. What you will learn Get started with the Godot game engine and editor Organize a game project Import graphical and audio assets Use Godots node and scene system to design robust, reusable game objects Write code in GDScript to capture input and build complex behaviors Implement user interfaces to display information Create visual effects to spice up your game Learn techniques that you can apply to your own game projects Who This Book Is For Godot Engine Game Development Projects is for both new users and experienced developers, who want to learn to make games using a modern game engine. Some prior programming experience is recommended. Table of Contents Introduction Coin Dash Escape the Maze Space Rocks Platformer 3D Minigolf Additional Topics About the Author Chris Bradfield has worked in the Internet technology space for over 25 years. He has worked in the online gaming space for a number of MMO and social gaming publishers in South Korea and the United States. In his game industry career he has served as a game designer, developer, product manager, and team leader. In 2012, he discovered a love for teaching and founded KidsCanCode to provide programming instruction and curriculum to young students. He is a member of the Godot Engine documentation team, and works to provide learning resources for game development students around the world...
  • Book : Solidity Programming Essentials A Beginners Guide To.
    Precio:  $123,179.00
    Expira: 17/08/2022

    Book : Solidity Programming Essentials A Beginners Guide To.

    -Titulo Original : Solidity Programming Essentials A Beginners Guide To Build Smart Contracts For Ethereum And Blockchain-Fabricante : Packt Publishing-Descripcion Original: Learn the most powerful primary programming language for writing smart contracts and discover how to write, deploy, and test smart contracts in Ethereum Key Features Get up and running with the Solidity programming language Use Solidity as a scripting language to build smart contracts in Ethereum Learn to test and deploy smart contracts to your private blockchain Book Description Solidity is a contract-oriented language with a syntax that is highly influenced by JavaScript, and designed to compile code for the Ethereum Virtual Machine (EVM). Solidity Programming Essentials is your guide to understanding Solidity programming to build smart contracts for Ethereum and blockchain from ground-up. The book will begin by taking you through concepts like blockchain, and Ethereum, in addition to highlighting their most important components. Next, youll delve into the technicalities of installing the necessary tools to write, test, and debug Solidity contracts on Ethereum. Youll then go on to explore the layout of a Solidity source file and work with the different data types. The next set of recipes will help you to work with operators, control structures, and data structures while building your smart contracts. As you progress further, youll study function calls, return types, function modifiers, and recipes in object-oriented programming with Solidity. Youll also get well-versed with event logging, exception handling, and testing and debugging smart contracts. By the end of this book, youll not only have knowledge of Ethereum and blockchain concepts, but also be able to write, deploy, and test smart contracts in Ethereum. What you will learn Study the basics and foundational concepts of Solidity and Ethereum Explore programming in Solidity and its various nuances Create new accounts and submit transactions to blockchain Understand the language to write smart contracts Discover the major tools for developing and deploying smart contracts Write defensive code using exception handling and error checking Understand Truffle basics and the debugging process Who This Book Is For This beginner-level book is for anyone who wants to get started with Solidity programming for developing Ethereum smart contracts. No prior knowledge of Ethereum Virtual Machine (EVM) is required. Table of Contents Introduction to Blockchain, Ethereum, and Smart Contracts Installing Ethereum and Solidity Introducing Solidity Global Variables and Functions Expressions and Control Structures Writing Smart Contracts Functions, Modifiers, and Fallbacks Exceptions, Events, and Logging Truffle Basics and Unit Testing Debugging Contracts From the Author How to compile Solidity Contracts using Solidity Compiler (Solc) Solidity compiler can be downloaded using the command npm install -g solc This command not only provides access to solc compiler from node environment but it also provides a commandline equivalent (Solcjs)Using solcjs is shown next. Getting version number of solidity compiler solcjs --help Compiling and generating both ABI definition and binary code solcjs Ether.sol --abi --bin Compiling, optimizing and generating ABI definition and binary code. solcjs Ether.sol --abi --bin --optimize Changing the output folder solcjs Ether.sol --abi --bin --optimize --output-dir C:outputfolder This book exclusively focuses on Solidity as a programming language for writing smart contracts. It gets into details about programming language and teaches how to use it for smart contracts. It can be deployed on multiple Blockchain platforms like Hyperledger and Monax. Moreover, It is quite widely adopted for the Ethereum platform. Ethereum provides multiple platforms and environments. These includes test environments like Rinkeby, Kovan, main network and also supports private deployments. This book is not about how to use these platforms. We can use these platforms even...
  • Book : Hands-on Transfer Learning With Python Implement...
    Precio:  $158,099.00

    Book : Hands-on Transfer Learning With Python Implement...

    -Titulo Original : Hands-on Transfer Learning With Python Implement Advanced Deep Learning And Neural Network Models Using Tensorflow And Keras-Fabricante : Packt Publishing-Descripcion Original: Deep learning simplified by taking supervised, unsupervised, and reinforcement learning to the next level using the Python ecosystem Key Features Build deep learning models with transfer learning principles in Python implement transfer learning to solve real-world research problems Perform complex operations such as image captioning neural style transfer Book Description Transfer learning is a machine learning (ML) technique where knowledge gained during training a set of problems can be used to solve other similar problems. The purpose of this book is two-fold; firstly, we focus on detailed coverage of deep learning (DL) and transfer learning, comparing and contrasting the two with easy-to-follow concepts and examples. The second area of focus is real-world examples and research problems using TensorFlow, Keras, and the Python ecosystem with hands-on examples. The book starts with the key essential concepts of ML and DL, followed by depiction and coverage of important DL architectures such as convolutional neural networks (CNNs), deep neural networks (DNNs), recurrent neural networks (RNNs), long short-term memory (LSTM), and capsule networks. Our focus then shifts to transfer learning concepts, such as model freezing, fine-tuning, pre-trained models including VGG, inception, ResNet, and how these systems perform better than DL models with practical examples. In the concluding chapters, we will focus on a multitude of real-world case studies and problems associated with areas such as computer vision, audio analysis and natural language processing (NLP). By the end of this book, you will be able to implement both DL and transfer learning principles in your own systems. What you will learn Set up your own DL environment with graphics processing unit (GPU) and Cloud support Delve into transfer learning principles with ML and DL models Explore various DL architectures, including CNN, LSTM, and capsule networks Learn about data and network representation and loss functions Get to grips with models and strategies in transfer learning Walk through potential challenges in building complex transfer learning models from scratch Explore real-world research problems related to computer vision and audio analysis Understand how transfer learning can be leveraged in NLP Who this book is for Hands-On Transfer Learning with Python is for data scientists, machine learning engineers, analysts and developers with an interest in data and applying state-of-the-art transfer learning methodologies to solve tough real-world problems. Basic proficiency in machine learning and Python is required. Table of Contents Machine Learning Fundamentals Deep Learning Essentials Understanding Deep Learning Architectures Transfer Learning Fundamentals Unleash the Power of Transfer Learning Image Recognition and Classification Text Document Categorization Audio Identification and Categorization Deep Dream Neural Style Transfer Automated Image Caption Generator Image Colorization About the Author Dipanjan (DJ) Sarkar is a Data Scientist at Intel, leveraging data science, machine learning, and deep learning to build large-scale intelligent systems. He holds a master of technology degree with specializations in Data Science and Software Engineering. He has been an analytics practitioner for several years now, specializing in machine learning, NLP, statistical methods, and deep learning. He is passionate about education and also acts as a Data Science Mentor at various organizations like Springboard, helping people learn data science. He is also a key contributor and editor for Towards Data Science, a leading online journal on AI and Data Science. He has also authored several books on R, Python, machine learning, NLP, and deep learning. Raghav Bali is a Data Scientist at Optum (United Health Group). His work involves research & development of enterprise level solutions based on Machine Learning, Deep Learning and Natural...
  • Book : Hands-on Time Series Analysis With R Perform Time...
    Precio:  $132,199.00

    Book : Hands-on Time Series Analysis With R Perform Time...

    -Titulo Original : Hands-on Time Series Analysis With R Perform Time Series Analysis And Forecasting Using R-Fabricante : Packt Publishing-Descripcion Original: Build efficient forecasting models using traditional time series models and machine learning algorithms. Key Features Perform time series analysis and forecasting using R packages such as Forecast and h2o Develop models and find patterns to create visualizations using the TSstudio and plotly packages Master statistics and implement time-series methods using examples mentioned Book Description Time series analysis is the art of extracting meaningful insights from, and revealing patterns in, time series data using statistical and data visualization approaches. These insights and patterns can then be utilized to explore past events and forecast future values in the series. This book explores the basics of time series analysis with R and lays the foundations you need to build forecasting models. You will learn how to preprocess raw time series data and clean and manipulate data with packages such as stats, lubridate, xts, and zoo. You will analyze data and extract meaningful information from it using both descriptive statistics and rich data visualization tools in R such as the TSstudio, plotly, and ggplot2 packages. The later section of the book delves into traditional forecasting models such as time series linear regression, exponential smoothing (Holt, Holt-Winter, and more) and Auto-Regressive Integrated Moving Average (ARIMA) models with the stats and forecast packages. Youll also cover advanced time series regression models with machine learning algorithms such as Random Forest and Gradient Boosting Machine using the h2o package. By the end of this book, you will have the skills needed to explore your data, identify patterns, and build a forecasting model using various traditional and machine learning methods. What you will learn Visualize time series data and derive better insights Explore auto-correlation and master statistical techniques Use time series analysis tools from the stats, TSstudio, and forecast packages Explore and identify seasonal and correlation patterns Work with different time series formats in R Explore time series models such as ARIMA, Holt-Winters, and more Evaluate high-performance forecasting solutions Who this book is for Hands-On Time Series Analysis with R is ideal for data analysts, data scientists, and all R developers who are looking to perform time series analysis to predict outcomes effectively. A basic knowledge of statistics is required; some knowledge in R is expected, but not mandatory. Table of Contents Introduction to Time Series Analysis and R Working with Date and Time Objects The Time Series Object Working with zoo and xts Objects Decomposition of Time Series Data Seasonality Analysis Correlation Analysis Forecasting Strategies Forecasting with Linear Regression Forecasting with Exponential Smoothing Models Forecasting with ARIMA Models Forecasting with Machine Learning Models About the Author Rami Krispin is a data scientist at a major Silicon Valley company, where he focuses on time series analysis and forecasting. In his free time, he also develops open source tools and is the author of several R packages, including the TSstudio package for time series analysis and forecasting applications. Rami holds an MA in Applied Economics and an MS in actuarial mathematics from the University of Michigan Ann Arbor...
  • Book : Netsuite Erp For Administrators Learn How To Install,
    Precio:  $149,699.00

    Book : Netsuite Erp For Administrators Learn How To Install,

    -Titulo Original : Netsuite Erp For Administrators Learn How To Install, Maintain, And Secure A Netsuite Implementation, Using The Best Tools And Techniques-Fabricante : Packt Publishing-Descripcion Original: Hone your skills as a NetSuite administrator and gain expertise in performing various administrative tasks such as system management and configuration Key Features Understand the business considerations and implementation of NetSuite ERP Gain comprehensive insights into enterprise security, data management, process automation, and analytics Learn techniques to execute system maintenance tasks such as ensuring data accuracy Book Description NetSuite ERP is a complete scalable cloud enterprise resource planning (ERP) solution for fast-growing, mid-sized businesses and large enterprises. Its ERPs smart combination of financial management operations and built-in business intelligence which enables companies to make data-driven and well-informed decisions. This book is designed to help you gain expertise as a NetSuite administrator and become capable of advising department heads on specific processes and strategic decisions. You will start with an overview of ERP and NetSuite ERP, before going on to understand the built-in features and its ease of use. Youll then focus on the business aspects, going on to discover the most important processes in NetSuite. Later, youll get up to speed with the implementation of an ERP solution. The book will also help you develop specific skills that youll need to administer any system, including roles, permissions, customization, and data imports. Toward later chapters, youll learn how to centralize the creation of search templates and give users the tools to pivot data and expose it in useful ways, such as in a dashboard. By the end of this book, youll have explored checklists providing actionable steps that you can take to succeed in your job and youll have quickly mastered a variety of techniques such as troubleshooting problems and setting up users. What you will learn Explore how the framework streamlines the implementation of new and existing features Leverage built-in tools to optimize your efficiency and effectiveness Test configuration to check the implementation of role-specific permissions Understand how to optimize the amount of data to be shared with users Import data such as new leads and employ current data including pricing updates Perform ongoing maintenance and troubleshoot issues Who This Book Is For This book is for administrators, consultants, and project managers who want to improve their skills in the areas of configuration and system management. Basic experience in implementing NetSuite is assumed. Table of Contents The Value Proposition - Doing More with Less Exploring NetSuite Tools OneWorld Implementing Security and Permissions Customization Imports Analytics - Searches, Reports, and the Dashboard Workflows Integration New Releases Troubleshooting Tips An Ongoing Maintenance Checklist About the Author Anthony Bickof is an independent NetSuite consultant specializing in NetSuite consulting and training. He spent 10 years in the training department at NetSuite-Oracle, designing NetSuite Administrator and End User training courses while authoring and delivering some of the training videos used in the NetSuite Help center. Hes a NetSuite Certified Administrator and Certified ERP Consultant with 13 years of experience in training and implementing NetSuite. He lives in Toronto with his wife and three children...
  • Book : Hands-on Blockchain For Python Developers Gain...
    Precio:  $158,579.00

    Book : Hands-on Blockchain For Python Developers Gain...

    -Titulo Original : Hands-on Blockchain For Python Developers Gain Blockchain Programming Skills To Build Decentralized Applications Using Python-Fabricante : Packt Publishing-Descripcion Original: Implement real-world decentralized applications using Python, Vyper, Populus, and Ethereum Key Features Stay up-to-date with everything you need to know about the blockchain ecosystem Implement smart contracts, wallets, and decentralized applications(DApps) using Python libraries Get deeper insights into storing content in a distributed storage platform Book Description Blockchain is seen as the main technological solution that works as a public ledger for all cryptocurrency transactions. This book serves as a practical guide to developing a full-fledged decentralized application with Python to interact with the various building blocks of blockchain applications. Hands-On Blockchain for Python Developers starts by demonstrating how blockchain technology and cryptocurrency hashing works. You will understand the fundamentals and benefits of smart contracts such as censorship resistance and transaction accuracy. As you steadily progress, youll go on to build smart contracts using Vyper, which has a similar syntax to Python. This experience will further help you unravel the other benefits of smart contracts, including reliable storage and backup, and efficiency. Youll also use web3.py to interact with smart contracts and leverage the power of both the web3.py and Populus framework to build decentralized applications that offer security and seamless integration with cryptocurrencies. As you explore later chapters, youll learn how to create your own token on top of Ethereum and build a cryptocurrency wallet graphical user interface (GUI) that can handle Ethereum and Ethereum Request for Comments (ERC-20) tokens using the PySide2 library. This will enable users to seamlessly store, send, and receive digital money. Toward the end, youll implement InterPlanetary File System (IPFS) technology in your decentralized application to provide a peer-to-peer filesystem that can store and expose media. By the end of this book, youll be well-versed in blockchain programming and be able to build end-to-end decentralized applications on a range of domains using Python. What you will learn Understand blockchain technology and what makes it an immutable database Use the features of web3.py API to interact with the smart contract Create your own cryptocurrency and token in Ethereum using Vyper Use IPFS features to store content on the decentralized storage platform Implement a Twitter-like decentralized application with a desktop frontend Build decentralized applications in the shape of console, web, and desktop applications Who this book is for If you are a Python developer who wants to enter the world of blockchain, Hands-On Blockchain for Python Developers is for you. The book will be your go-to guide to becoming well-versed with the blockchain ecosystem and building your own decentralized applications using Python and library support. Table of Contents Introduction to Blockchain Programming Smart Contract Fundamentals Implementing Smart Contract Using Vyper Interacting With Smart Contract Using Web3 Populus Development Framework Building a Practical Decentralized Application Front-end Decentralized Application Creating Token in Ethereum Cryptocurrency Wallet Inter Planetary: A Brave New File System Using Py-ipfs-api to Connect to Decentralized File System Implementing Decentralized Application Using IPF...
  • Book : Mastering Servicenow Scripting Leverage Javascript...
    Precio:  $136,249.00

    Book : Mastering Servicenow Scripting Leverage Javascript...

    -Titulo Original : Mastering Servicenow Scripting Leverage Javascript Apis To Perform Client-side And Server-side Scripting On Servicenow Instances-Fabricante : Packt Publishing-Descripcion Original: Understand the ServiceNow scripting and build an efficient customized ServiceNow instance Key Features Customize your ServiceNow instance according to your organizations needs Learn to work with inbuilt JavaScript APIs in ServiceNow Take your ServiceNow experience to the next level by learning to script Book Description Industry giants like RedHat and NetApp have adopted ServiceNow for their operational needs, and it is evolving as the number one platform choice for IT Service management. ServiceNow provides their clients with an add-on when it comes to baseline instances, where scripting can be used to customize and improve the performance of instances. It also provides inbuilt JavaScript API for scripting and improving your JavaScript instance. This book will initially cover the basics of ServiceNow scripting and the appropriate time to script in a ServiceNow environment. Then, we dig deeper into client-side and server-side scripting using JavaScipt API. We will also cover advance concepts like on-demand functions, script actions, and best practices. Mastering ServiceNow Scripting acts as an end-to-end guide for writing, testing, and debugging scripts of ServiceNow. We cover update sets for moving customizations between ServiceNow instances, jelly scripts for making custom pages, and best practices for all types of script in ServiceNow. By the end of this book, you will have hands-on experience in scripting ServiceNow using inbuilt JavaScript API. What you will learn Customize your ServiceNow instance according to your organizations needs Explore the ServiceNow-exposed JavaScript APIs and libraries Discover the method for using ServiceNow scripting functions Take your ServiceNow experience to the next level by understanding advanced scripting Learn to build, test, and debug custom applications Use your customized instance efficiently with the help of best practices Who This Book Is For This book is targeted toward ServiceNow administrators or anyone willing to learn inbuilt JavaScript APIs used to script and customize ServiceNow instances. Prior experience with ServiceNow is required. Table of Contents Getting Started Exploring the ServiceNow Glide Class Introduction to Client-Side Scripting Advanced Client-Side Scripting Introduction to Server-Side Scripting Advanced Server-Side Scripting Introduction to Custom Pages Scripting with Jelly Debugging the Script Best Practices Deployments with the Update Sets Building a Custom Application Using ServiceNow Scriptin...
  • Book : Windows Server 2016 Administration Fundamentals...
    Precio:  $142,829.00

    Book : Windows Server 2016 Administration Fundamentals...

    -Titulo Original : Windows Server 2016 Administration Fundamentals Deploy, Set Up, And Deliver Network Services With Windows Server While Preparing For The Mta 98-365 Exam And Pass It With Ease-Fabricante : Packt Publishing-Descripcion Original: Manage and administer your environment with ease (One of the best new Network Administration books - BookAuthority) Key Features Get your hands on learning the fundamentals to managing and administering Windows Server 2016. A step-by-step guide that will help you develop necessary skills and knowledge to manage an enterprise environment. Learn to implement strong networking and security practices into your Windows Server environment. Book DescriptionWindows Server 2016 is the server operating system developed by Microsoft as part of the Windows NT family of operating systems, developed concurrently with Windows 10. This book is designed to get you started with Windows Server 2016. It will prepare you for your MTA 98-365 exam. With step-by-step instructions driven by targeted, easy-to-understand graphics, you will be able to understand the roles, features, functions, and quirks of Windows Server 2016. The book begins with the basics of Windows Server 2016, which includes the installation process and basic configuration. You will then move on to roles and features such as Active Directory, Hyper-V, Remote Access, Storage, and Printer. With the help of real-world examples, you will get to grips with the fundamentals of Windows Server 2016, which will help you solve difficult tasks the easy way. Later, the book also shows you maintenance and troubleshooting tasks, where with the help of best practices you will be able to manage Windows Server 2016 with ease. Each chapter ends with a questionnaire to ensure you make the best use of the content provided. By the end of this book, you will have the knowledge required to administer and manage Windows Server environments. What you will learn Become familiar with Windows Server OS concepts Learn how to install Windows Server 2016 Learn how to install device drivers and run services in Windows Server 2016 Learn how to add and install roles in Windows Server 2016 Learn how to apply GPO to your Windows Server 2016 environment Learn how to tune, maintain, update, and troubleshoot Windows Server 2016 Prepare for the MTA 98-365 exam Who This Book Is ForIf you are a System administrator or an IT professional interested in configuring and deploying Windows Server 2016 then, this book is for you. This book will also help readers clear the MTA: Windows Server Administration Fundamentals: 98-365 exam. Table of Contents Introducing Windows Server Installing Windows Server Post-installation tasks in Windows Server Directory Services in Windows Server Adding roles to Windows Server Virtualization with Windows Group Policy in Windows Server Storing data in Windows Server Tuning and Maintaining Windows Server Updating and Troubleshooting Windows Server Appendix A:Studying and Passing the MTA 98-365 Exam Appendix B: Examples of GPOs for Sys Admins Appendix C: Keyboard Shortcuts in Windows Server Appendix D: Answers to Chapters Questions About the Author Bekim Dauti professionally deals with computer technology, mainly with the administration of computer systems and networks, as well as vocational trainings in Cisco and Microsoft technologies. Bekim has a Bachelors from University of Tirana and a Masters from UMUC Europe, both in Information Technology. Additionally, he holds several IT certifications from vendors like ECDL, MOS, CompTIA, Cisco, Microsoft, and Sun Microsystems. Bekim has contributed to 10 computer books, and dozens of articles for PC World Albanian and CIO Albania. These days Bekim blogs on Bekim Dautis Blog, and vlogs on Bekim Dautis Vlog. Currently is working as system administrator at Kosovo Telecom JSC...
  • Book : Practical Cyber Intelligence How Action-based...
    Precio:  $178,459.00

    Book : Practical Cyber Intelligence How Action-based...

    -Titulo Original : Practical Cyber Intelligence How Action-based Intelligence Can Be An Effective Response To Incidents-Fabricante : Packt Publishing-Descripcion Original: Your one stop solution to implement a Cyber Defense Intelligence program in to your organisation. Key Features Intelligence processes and procedures for response mechanisms Master F3EAD to drive processes based on intelligence Threat modeling and intelligent frameworks Case studies and how to go about building intelligent teams Book DescriptionCyber intelligence is the missing link between your cyber defense operation teams, threat intelligence, and IT operations to provide your organization with a full spectrum of defensive capabilities. This book kicks off with the need for cyber intelligence and why it is required in terms of a defensive framework. Moving forward, the book provides a practical explanation of the F3EAD protocol with the help of examples. Furthermore, we learn how to go about threat models and intelligence products/frameworks and apply them to real-life scenarios. By the end of this book, you will be able to boot up an intelligence program in your organization based on the operation and tactical/strategic spheres of Cyber defense intelligence. What you will learn Learn about the Observe-Orient-Decide-Act (OODA) loop and its applicability to security Understand tactical view of Active defense concepts and their application in todays threat landscape Get acquainted with an operational view of the F3EAD process to drive decision making within an organization Create a Framework and Capability Maturity Model that integrates inputs and outputs from key functions in an information security organization Understand the idea of communicating with the Potential for Exploitability based on cyber intelligence Who This Book Is ForThis book targets incident managers, malware analysts, reverse engineers, digital forensics specialists, and intelligence analysts; experience in, or knowledge of, security operations, incident responses or investigations is desirable so you can make the most of the subjects presented. Table of Contents The Need for Cyber Intelligence Intelligence Development Integrating Cyber Intel, Security, and Operations Using Cyber Intelligence to Enable Active Defense F3EAD For You and For Me Integrating Threat Intelligence and Operations Creating the Collaboration Capability The Security Stack Driving Cyber Intel Baselines and Anomalies Putting Out the Fires Vulnerability Management Risky Business Assigning Metrics Putting It All Together About the Author Wilson Bautista Jr. is a retired military officer who is the Director of IT and InfoSec at i3 Microsystems. His expertise is in the domains of InfoSec leadership, policy, architecture, compliance, and risk. He holds multiple InfoSec and IT certifications as well as a masters degree in Information Systems from the Boston University. Hes an INTP on the Myers-Brigg Type Indicator test with a Driver-Driver personality. As a practitioner of Agile and SecDevOps, he develops innovative, integrated, enterprise-scale cyber security solutions that provide high value to businesses...
  • Book : Software Architects Handbook Become A Successful...
    Precio:  $180,109.00

    Book : Software Architects Handbook Become A Successful...

    -Titulo Original : Software Architects Handbook Become A Successful Software Architect By Implementing Effective Architecture Concepts-Fabricante : Packt Publishing-Descripcion Original: A comprehensive guide to exploring software architecture concepts and implementing best practices Key Features Enhance your skills to grow your career as a software architect Design efficient software architectures using patterns and best practices Learn how software architecture relates to an organization as well as software development methodology Book Description The Software Architect’s Handbook is a comprehensive guide to help developers, architects, and senior programmers advance their career in the software architecture domain. This book takes you through all the important concepts, right from design principles to different considerations at various stages of your career in software architecture. The book begins by covering the fundamentals, benefits, and purpose of software architecture. You will discover how software architecture relates to an organization, followed by identifying its significant quality attributes. Once you have covered the basics, you will explore design patterns, best practices, and paradigms for efficient software development. The book discusses which factors you need to consider for performance and security enhancements. You will learn to write documentation for your architectures and make appropriate decisions when considering DevOps. In addition to this, you will explore how to design legacy applications before understanding how to create software architectures that evolve as the market, business requirements, frameworks, tools, and best practices change over time. By the end of this book, you will not only have studied software architecture concepts but also built the soft skills necessary to grow in this field. What you will learn Design software architectures using patterns and best practices Explore the different considerations for designing software architecture Discover what it takes to continuously improve as a software architect Create loosely coupled systems that can support change Understand DevOps and how it affects software architecture Integrate, refactor, and re-architect legacy applications Who this book is for The Software Architect’s Handbook is for you if you are a software architect, chief technical officer (CTO), or senior developer looking to gain a firm grasp of software architecture. Table of Contents The Meaning of Software Architecture Software Architecture in an Organization Understanding The Domain Software Quality Attributes Software Architecture Design Patterns and Best Practices of Software Development Software Architecture Patterns Architecting Modern Applications Crosscutting Concerns Performance Considerations Security Considerations Documenting and Validating Software Architecture DevOps and Software Architecture Architecting Legacy Applications The Soft Skills of Software Architecture Evolutionary Architecture Becoming a Better Software Architect About the Author Joseph Ingeno is a software architect who oversees a number of enterprise software applications. During his career, he has designed and developed software for a variety of different industries. He has extensive experience working on web, mobile, and desktop applications using different technologies and frameworks. Joseph graduated from the University of Miami a with Master of Science and a Bachelor of Business Administration degrees in Computer Information Systems, and followed that with a Master of Software Engineering degree from Brandeis University. He holds several certifications, including the Microsoft Certified Solutions Developer and the Professional Software Engineering Master Certification from the IEEE Computer Society...
  • Book : Getting Started With Terraform - Second Edition...
    Precio:  $106,999.00

    Book : Getting Started With Terraform - Second Edition...

    -Titulo Original : Getting Started With Terraform - Second Edition Manage Production Infrastructure As A Code-Fabricante : Packt Publishing-Descripcion Original: Key Features An up-to-date and comprehensive resource on Terraform that lets you quickly and efficiently launch your infrastructure Learn how to implement your infrastructure as code and make secure, effective changes to your infrastructure Learn to build multi-cloud fault-tolerant systems and simplify the management and orchestration of even the largest scale and most complex cloud infrastructures Book Description Terraform is a tool used to efficiently build, configure, and improve the production infrastructure. It can manage the existing infrastructure as well as create custom in-house solutions. This book shows you when and how to implement infrastructure as a code practices with Terraform. It covers everything necessary to set up the complete management of infrastructure with Terraform, starting with the basics of using providers and resources. It is a comprehensive guide that begins with very small infrastructure templates and takes you all the way to managing complex systems, all using concrete examples that evolve over the course of the book. The book ends with the complete workflow of managing a production infrastructure as code-this is achieved with the help of version control and continuous integration. The readers will also learn how to combine multiple providers in a single template and manage different code bases with many complex modules. It focuses on how to set up continuous integration for the infrastructure code. The readers will be able to use Terraform to build, change, and combine infrastructure safely and efficiently. What you will learn Understand what Infrastructure as Code (IaC) means and why it matters Install, configure, and deploy Terraform Take full control of your infrastructure in the form of code Manage complete infrastructure, starting with a single server and scaling beyond any limits Discover a great set of production-ready practices to manage infrastructure Set up CI/CD pipelines to test and deliver Terraform stacks Construct templates to simplify more complex provisioning tasks About the Author Kirill Shirinkin is an IT consultant who focuses on Cloud technologies and DevOps practices. He has worked in companies of different sizes and areas, from an online language learning leader to a major IT provider for the global travel industry and one of the largest management consultancies. He is also a cofounder of online mentorship platform mkdev.me, where he leads a team and teaches his students all about DevOps. Table of Contents INFRASTRUCTURE AUTOMATION DEPLOYING FIRST SERVER RESOURCE DEPENDENCIES AND MODULES STORING AND SUPPLYING CONFIGURATION CONNECTING WITH OTHER TOOLS SCALING AND UPDATING INFRASTRUCTURE COLLABORATIVE INFRASTRUCTURE FUTURE OF TERRAFOR...
Mostrar del 337 al 360 (de 415 productos)
Páginas de Resultados: [<< Anterior]  ... 11  12  13  14  15 ...  [Siguiente >>]