Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • MPI Ethno. Forsch.  (287)
  • Manning 〈Firm〉,
Datasource
  • MPI Ethno. Forsch.  (287)
Material
Language
Years
  • 101
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (14 hr., 54 min.)) , sound, color.
    Edition: [First edition].
    DDC: 629.8/95
    Keywords: Arduino (Programmable controller) ; Arduino (Programmable controller) Programming ; Programmable controllers ; Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: When I look at the online resources to learn Arduino, I see many tutorials and courses that only explain the result of a project. These courses focus on making you run a project as quickly as possible to make you feel that you've made great progress. The reality is that you've just scratched the surface, then good luck with creating a new project on your own. Current resources don't cover the basics, nor do they discuss advanced or unrelated hardware concepts, and don't offer a hands-on demonstration of how Arduino works. I've created this course so you can really understand what you're doing. You can start from scratch and get the necessary foundation you need, learning the complete process to create Arduino projects through practice and hands-on lessons. I'm not just teaching Arduino without real-world experience with it. As an example, a few years ago I used the Arduino environment to create a complete 6-axis robotic arm, now sold in the market. This was a real challenge and made me develop a practical mindset as well as understand what is important to learn and in what order. This course is the result of many years of learning, practice, development of real commercial products, and teaching. At the end of this course, you will have a strong Arduino foundation, and you will be able to start any custom Arduino project you want.
    Note: Online resource; title from title details screen (O'Reilly, viewed December 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 102
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 21 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.75/6
    Keywords: MySQL (Electronic resource) ; SQL (Computer program language) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: With its proven performance, reliability, and ease-of-use, MySQL has become the leading database choice for web-based applications, used by high profile web properties including Facebook, Twitter and YouTube. MySQL is the world's most popular open source database. We will explore best practices in database development using MySQL Database Server and will be building a small school management system database. All you need is a windows machine and we will walk through setting up an environment, to creating a database, creating your first table and writing queries. At the end of this course, you should be comfortable writing queries for multiple situations and reports. This is a zero to hero course on MySQL Database Server and MySQL Workbench. If you are looking to get acquainted with the concept of Databases and Queries then this is the right course for you.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 10, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 103
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (5 hr., 5 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This course takes you head first into the exciting world of Spring development! It gets you up and running working with existing Spring applications, and gives you the confidence to start building your own. In this course we don't waste time going into the esoteric parts of the Spring Framework you'll never encounter. Instead, we focus on the stuff you need to get the job done and develop applications. You'll get to know all the major parts of the core framework, such as: The Spring container and how it manages your beans for you and delivers a flexible runtime environment for applications The concept of dependency injection--how it works and how it is applied in Spring Inversion of Control--what it is and why it's so useful Spring property management and how to manage application properties and state Profiles in Spring and how they are used and applied Proxies and proxying--and how they work to magically do things such as making service methods transactional The various lifecycle and callback interfaces and events you need to know to integrate with and access lower-level components of the Spring container Spring JDBC and how to work with databases Working with Spring Aspects to apply Aspect Oriented Programming in the container Spring MVC and web application development with Spring and much much more!.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 10, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 104
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 8 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.5
    Keywords: Google Docs ; Word processing ; Electronic spreadsheets ; Scripting languages (Computer science) ; JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: If you are a Google Workspace user, don't miss this opportunity. This course is packed full of tips, resources, and how-to demos for getting the most out of Google Docs. Whether you are new to G Docs or have used it for years and want to take your knowledge to the next level, this course is for you. We'll use Google Docs to the max and explore all its options. Google Docs is designed for collaboration with the end user in mind. Docs makes it easy to work seamlessly online, providing auto save versions with unlimited revision histories, document comparisons, and speech-to-text features, and it lets you create and add images to your docs, as well. This course shows you how to take full advantage of the power of the Google Suite of apps, also called Google Workspace apps. After completing this course, you will be able to See edits as others type Communicate through Google's built-in chat to ask questions or include comments. Provide edits and clarify how to handle suggestions. Work with most file types and learn how to export your work in all the popular formats including .DOCX, .PDF, .ODT, .RTF, .TXT, or .HTML. Decide who accesses the documents and what rights they have.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 9, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 105
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 19 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Spring Boot (Electronic resource) ; Java (Computer program language) ; Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: How would you like to work with the most important technology to hit Java enterprise development since the Spring Framework itself? That technology is Spring Boot, a Java-based open-source framework that makes it faster and easier for you to develop standalone applications and microservices that run on the JVM (Java Virtual Machine). And the first step to learning Spring Boot is understanding how, exactly, it works, and what, exactly, goes on inside a Spring Boot application. That understanding is exactly what you'll gain from this course. In this video series, we take you on a deep tour of sample Spring Boot apps, so you can see the inner workings, of the controllers and web layer, the repositories and data layer, starter dependencies, and much more. This course will empower you by unlocking the mechanics of Spring Boot so you know what's going on inside a Spring Boot program. With this excellent foundation, you will feel at ease exploring further and tapping into the versatile and powerful platform of Spring Boot.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 9, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 106
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 5 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Machine learning
    Abstract: If you know the basics of Python and you want to know deep learning, this course is designed for you. You'll learn the theory behind this branch of artificial intelligence and machine learning, as well as the practical skills of building neural networks to create deep learning models for prediction and for automating and simplifying tasks. Once you've digested the fundamentals, we'll walk you through a project: implementing an artificial neural network in Python to create a deep learning model. Step by step, you'll see how to work with datasets and build each layer of the network. By the end of the course, you will be familiar with the fundamental neural network architectures, including recurrent neural networks (RNNs) and convolutional neural networks (CNNs)) networks, and you will be able to build your own DL neural networks using Python, Keras, and Tensorflow. In short, you will be ready to build models and create programs that take data input and automate feature extraction, simplifying real-world tasks for humans. This video course stands out from the hundreds of machine learning resources available on the internet because it filters out the fluff and unnecessary information and focuses on the essentials you need to get started on your deep learning journey. Consider this a fundamentals course that suits both beginners and more advanced deep learning practitioners who are looking to refresh or fill in the gaps in their knowledge.
    Note: Vendor-supplied metadata
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 107
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (39 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.268
    Keywords: Linux ; Operating systems (Computers) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Welcome to this course on man pages, where you'll learn the ins and outs of the built-in help and documentation system found on Mac, Unix, and Linux-based operating systems. At the beginning of the course, you'll learn the absolute essential basics, such as how to navigate individual man pages as well as how to navigate the entire man page system. From there, you'll learn all the conventions used in man pages. If you don't know these conventions, trying to decipher a man page can be overwhelming and the documentation will appear to be filled with random punctuation. However, every single one of those seemingly random characters has a very specific meaning, and you'll learn all of them in detail. Next, you'll learn about order for command line options, and when it matters. Plus, you'll learn the proper way to combine command line options and how to decipher any Linux, Mac, or Unix command you see. Of course, you'll put what you've learned to use by looking at actual man pages and by crafting commands based on what you find in those man pages. You'll also learn the rules for writing man pages, including what components, sections, and elements to include. You can use this as a guide if you ever need or want to write documentation for any commands or scripts that you create. Finally, you'll learn how to get help for commands that don't have their own dedicated man pages. In short, when you complete this course, you'll be a man page expert.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 9, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 108
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (9 hr., 44 min.)) , sound, color.
    Edition: Video edition.
    DDC: 658.4/038011
    Keywords: Management information systems ; Business Data processing ; Big data ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Revolutionize the way your organization approaches data with a data mesh! This new decentralized architecture outpaces monolithic lakes and warehouses and can work for a company of any size. In Data Mesh in Action you will learn how to: Implement a data mesh in your organization Turn data into a data product Move from your current data architecture to a data mesh Identify data domains, and decompose an organization into smaller, manageable domains Set up the central governance and local governance levels over data Balance responsibilities between the two levels of governance Establish a platform that allows efficient connection of distributed data products and automated governance Data Mesh in Action reveals how this groundbreaking architecture looks for both startups and large enterprises. You won't need any new technology--this book shows you how to start implementing a data mesh with flexible processes and organizational change. You'll explore both an extended case study and real-world examples. As you go, you'll be expertly guided through discussions around Socio-Technical Architecture and Domain-Driven Design with the goal of building a sleek data-as-a-product system. Plus, dozens of workshop techniques for both in-person and remote meetings help you onboard colleagues and drive a successful transition. About the Technology Business increasingly relies on efficiently storing and accessing large volumes of data. The data mesh is a new way to decentralize data management that radically improves security and discoverability. A well-designed data mesh simplifies self-service data consumption and reduces the bottlenecks created by monolithic data architectures. About the Book Data Mesh in Action teaches you pragmatic ways to decentralize your data and organize it into an effective data mesh. You'll start by building a minimum viable data product, which you'll expand into a self-service data platform, chapter-by-chapter. You'll love the book's unique "sliders" that adjust the mesh to meet your specific needs. You'll also learn processes and leadership techniques that will change the way you and your colleagues think about data. What's Inside Decompose an organization into manageable domains Turn data into a data product Set up central and local governance levels Build a fit-for-purpose data platform Improve management, initiation, and support techniques About the Reader For data professionals. Requires no specific programming stack or data platform. About the Authors Jacek Majchrzak is a hands-on lead data architect. Dr. Sven Balnojan manages data products and teams. Dr. Marian Siwiak is a data scientist and a management consultant for IT, scientific, and technical projects. Quotes This book teleports you into the seat of the chief architect on a data mesh project. - From the Foreword by Jean-Georges Perrin, PayPal A must-read for anyone who works in data. - Prukalpa Sankar, Co-Founder of Atlan Satisfies all those 'what', 'why', and 'how' questions. A unique blend of process and technology, and an excellent, example-driven resource. - Shiroshica Kulatilake, WSO2 The starting point for your journey in the new generation of data platforms. - Arnaud Castelltort, University of Montpellier.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 109
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (16 hr., 52 min.)) , sound, color.
    Edition: Video edition.
    DDC: 652/.8
    Keywords: Cryptography ; Computer security ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Explore the fascinating and rich world of Secret Key cryptography! This book provides practical methods for encrypting messages, an interesting and entertaining historical perspective, and an incredible collection of ciphers and codes--including 30 unbreakable methods. In Secret Key Cryptography: Ciphers, from simple to unbreakable you will: Measure the strength of your ciphers and learn how to guarantee their security Construct and incorporate data-compression codes Generate true random numbers in bulk Construct huge primes and safe primes Add an undetectable backdoor to a cipher Defeat hypothetical ultracomputers that could be developed decades from now Construct 30 unbreakable ciphers Secret Key Cryptography gives you a toolbox of cryptographic techniques and Secret Key methods. The book's simple, non-technical language is easy to understand and accessible for any reader, even without the advanced mathematics normally required for cryptography. You'll learn how to create and solve ciphers, as well as how to measure their strength. As you go, you'll explore both historic ciphers and groundbreaking new approaches--including a never-before-seen way to implement the uncrackable One-Time Pad algorithm. Whoever you are, this book is for you! History buffs will love seeing the evolution of sophisticated cryptographic methods, hobbyists will get a gentle introduction to cryptography, and engineers and computer scientists will learn the principles of constructing secure ciphers. Even professional cryptographers will find a range of new methods and concepts never published before. About the Technology From the Roman empire's Caesar cipher to the WWII Enigma machine, secret messages have influenced the course of history. Today, Secret Key cryptography is the backbone of all modern computing infrastructure. Properly designed, these algorithms are efficient and practical. Some are actually unbreakable, even using supercomputers or quantum technology! About the Book Secret Key Cryptography teaches you how to create Secret Key ciphers, ranging from simple pen-and-paper methods to advanced techniques used in modern computer-based cryptography. It reveals both historic examples and current innovations. You'll learn how to efficiently encrypt large files with fast stream ciphers, discover alternatives to AES encryption, and avoid strong-looking but weak ciphers. Simple language and fun-to-solve mini-ciphers make learning serious concepts easy and engaging. What's Inside Construct 30 unbreakable ciphers Measure the strength of your ciphers and guarantee their security Add an undetectable backdoor to a cipher Defeat hypothetical ultracomputers of the future About the Reader For professional engineers, computer scientists, and cryptography hobbyists. No advanced math knowledge is required. About the Author Frank Rubin has been doing cryptography for over 50 years. He holds an MS in Mathematics, and a PhD in Computer Science. Quotes With the depth and breadth of knowledge in these pages, no one is more capable of enlightening a reader in classical cryptology than Dr. Frank Rubin. - From the Foreword by Randall K. Nichols, former president of the American Cryptogram Association Unleash your inner secret agent as you understand, design, and create world-class ciphers. This book is all you need. - Roy Prins, Salesforce It's no secret! This book is the key to unlocking the world of cryptography. - Chris Kardell, FIS Fantastic! Covers the history and the techniques of cryptography in a way I never thought I needed--until I read this book! - Matthew Harvell, AbacusNext.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 110
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (7 hr., 16 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.7/1273
    Keywords: Apache Kafka (Electronic resource) ; Application software Development ; Electronic data processing Management ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. The authors have had many years of real-world experience using Kafka, and this book's on-the-ground feel really sets it apart. From the foreword by Jun Rao, Confluent Cofounder Master the wicked-fast Apache Kafka streaming platform through hands-on examples and real-world projects. In Kafka in Action you will learn: Understanding Apache Kafka concepts Setting up and executing basic ETL tasks using Kafka Connect Using Kafka as part of a large data project team Performing administrative tasks Producing and consuming event streams Working with Kafka from Java applications Implementing Kafka as a message queue Kafka in Action is a fast-paced introduction to every aspect of working with Apache Kafka. Starting with an overview of Kafka's core concepts, you'll immediately learn how to set up and execute basic data movement tasks and how to produce and consume streams of events. Advancing quickly, you'll soon be ready to use Kafka in your day-to-day workflow, and start digging into even more advanced Kafka topics. about the technology Think of Apache Kafka as a high performance software bus that facilitates event streaming, logging, analytics, and other data pipeline tasks. With Kafka, you can easily build features like operational data monitoring and large-scale event processing into both large and small-scale applications. about the book Kafka in Action introduces the core features of Kafka, along with relevant examples of how to use it in real applications. In it, you'll explore the most common use cases such as logging and managing streaming data. When you're done, you'll be ready to handle both basic developer- and admin-based tasks in a Kafka-focused team. about the audience For intermediate Java developers or data engineers. No prior knowledge of Kafka required. about the authors Dylan Scott is a software developer in the insurance industry. Viktor Gamov is a Kafka-focused developer advocate. At Confluent, Dave Klein helps developers, teams, and enterprises harness the power of event streaming with Apache Kafka. A surprisingly accessible introduction to a very complex technology. Developers will want to keep a copy close by. Conor Redmond, InComm Payments A comprehensive and practical guide to Kafka and the ecosystem. Sumant Tambe, Linkedin It quickly gave me insight into how Kafka works, and how to design and protect distributed message applications. Gregor Rayman, Cloudfarms.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 111
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (11 hr., 5 min.)) , sound, color.
    Edition: Video edition.
    DDC: 519.55
    Keywords: Time-series analysis Data processing ; Time-series analysis Computer programs ; Python (Computer program language) ; Python (Computer program language) ; Time-series analysis ; Computer programs ; Time-series analysis ; Data processing ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Build predictive models from time-based patterns in your data. Master statistical models including new deep learning approaches for time series forecasting. In Time Series Forecasting in Python you will learn how to: Recognize a time series forecasting problem and build a performant predictive model Create univariate forecasting models that account for seasonal effects and external variables Build multivariate forecasting models to predict many time series at once Leverage large datasets by using deep learning for forecasting time series Automate the forecasting process Time Series Forecasting in Python teaches you to build powerful predictive models from time-based data. Every model you create is relevant, useful, and easy to implement with Python. You'll explore interesting real-world datasets like Google's daily stock price and economic data for the USA, quickly progressing from the basics to developing large-scale models that use deep learning tools like TensorFlow. About the Technology You can predict the future--with a little help from Python, deep learning, and time series data! Time series forecasting is a technique for modeling time-centric data to identify upcoming events. New Python libraries and powerful deep learning tools make accurate time series forecasts easier than ever before. About the Book Time Series Forecasting in Python teaches you how to get immediate, meaningful predictions from time-based data such as logs, customer analytics, and other event streams. In this accessible book, you'll learn statistical and deep learning methods for time series forecasting, fully demonstrated with annotated Python code. Develop your skills with projects like predicting the future volume of drug prescriptions, and you'll soon be ready to build your own accurate, insightful forecasts. What's Inside Create models for seasonal effects and external variables Multivariate forecasting models to predict multiple time series Deep learning for large datasets Automate the forecasting process About the Reader For data scientists familiar with Python and TensorFlow. About the Author Marco Peixeiro is a seasoned data science instructor who has worked as a data scientist for one of Canada's largest banks. Quotes The importance of time series analysis cannot be overstated. This book provides key techniques to deal with time series data in real-world applications. Indispensable. - Amaresh Rajasekharan, IBM Marco Peixeiro presents concepts clearly using interesting examples and illustrative plots. You'll be up and running quickly using the power of Python. - Ariel Andres, MD Financial Management What caught my attention were the practical examples immediately applicable to real life. He explains complex topics without the excess of mathematical formalism. - Simone Sguazza, University of Applied Sciences and Arts of Southern Switzerland. Narrated by Adam Newmark.
    Note: Reader unidentified. - Online resource; title from title details screen (O'Reilly, viewed November 28, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 112
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (6 hr., 45 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Microsoft .NET Framework ; C (Computer program language) ; Application software Development ; Internet programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In this beginner-friendly course, chock full of development tips and premium content, we highlight a set of related activities based on each module. The first module covers setting up and developing for Visual Studio 2022. The next modules dive into these C# 10 concepts: Basic control structures Advanced constructs Object-oriented concepts Constructors We also look at troubleshooting and debugging errors to help you implement best practices, write efficient logic, and understand why developers do things the way they do. The journey you take with this course enables you to become proficient in the Visual Studio 2022 interface and shortcuts. You will learn console application development with C# 10 (.NET 6) and understand C# syntax, data types and variables, sequencing, decision and repetition, string manipulation, date and time manipulation, object-oriented programming with classes and objects, debugging techniques, and more. You will learn C# programming for desktop applications in a way that will get you up and running in no time. You will be equipped to become an employable .NET developer in any organization. We will grow your knowledge step by step throughout the course, and we will challenge you to be the best that you can be.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 13, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 113
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 39 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In this course, you will gain hands-on knowledge on how to make your web application usable by as many people as possible. Maybe you have manual accessibility testers, and you want to make sure they don't have to spend time chasing down issues that can be caught by a computer. Or perhaps you are just learning about accessibility and want to know how to incorporate audits into your automated tests. This course can help you learn all of it and teaches three levels of accessibility testing, to catch as many errors as possible using automated tests. Make the most of the testing tools and learn to create custom rules for jest-axe, to tailor your audits to your company's standards or generate an HTML report for cypress-audit/lighthouse to help isolate errors. While this course focuses on React applications, much of the material can be applied to other technologies (such as Angular or Vue). Additionally, each section lists alternative tools that might be a better fit your tech stack.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 114
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (11 hr., 45 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.3
    Keywords: Kubernetes ; Application software Development ; Computer programs ; Application program interfaces (Computer software) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Take a deep dive into Kubernetes inner components and discover what really powers a Kubernetes cluster. This in-depth guide shines a light on Kubernetes' murky internals, to help you better plan cloud native architectures and ensure the reliability of your systems. In Core Kubernetes you will learn about: Kubernetes base components Kubernetes networking Storage and the Container Storage Interface External load balancing and ingress Kubernetes security Different ways of creating a Kubernetes cluster Configuring Kubernetes to use a GPU To build and operate reliable Kubernetes-based systems, you need to understand what's going on below the surface. Core Kubernetes is an in-depth guide to Kubernetes' internal workings written by Kubernetes contributors Chris Love and Jay Vyas. It's packed with experience-driven insights and advanced techniques you won't find anywhere else. You'll understand the unique security concerns of container-based applications, minimize costly unused capacity, and get pro tips for maximizing performance. Diagrams, labs, and hands-on examples ensure that the complex ideas are easy to understand and practical to apply. About the Technology Real-world Kubernetes deployments are messy. Even small configuration errors or design problems can bring your system to its knees. In the real world, it pays to know how each component works so you can quickly troubleshoot, reset, and get on to the next challenge. This one-of-a-kind book includes the details, hard-won advice, and pro tips to keep your Kubernetes apps up and running. About the Book This book is a tour of Kubernetes under the hood, from managing iptables to setting up dynamically scaled clusters that respond to changes in load. Every page will give you new insights on setting up and managing Kubernetes and dealing with inevitable curveballs. Core Kubernetes is a comprehensive reference guide to maintaining Kubernetes deployments in production. What's Inside Kubernetes base components Storage and the Container Storage Interface Kubernetes security Different ways of creating a Kubernetes cluster Details about the control plane, networking, and other core components About the Reader For intermediate Kubernetes developers and administrators. About the Authors Jay Vyas and Chris Love are seasoned Kubernetes developers. Quotes To understand the core details of Kubernetes, this is a must-read. - Ubaldo Pescatore, PagoPA A thorough overview of the important parts of Kubernetes. Clear language, plenty of detailed examples, and easy-to-understand diagrams. - Rob Ruetsch, adesso SE A detailed step-by-step guide that had me up and running in no time. Highly recommended! - Al Krinker, USPTO A perfect travel guide for the Kubernetes journey. - Gandhi Rajan, Software Dell Technologies.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 13, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 115
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 29 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Machine learning ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This course provides you with the essentials to understand how companies like Google and Amazon use machine learning and artificial intelligence (AI) to extract meaning and insights from enormous data sets. You'll learn how to work with machine learning algorithms and develop the highly-employable skills of a data scientist. These videos minimize jargon and mathematical notations, instead explaining the topics in plain English to make them easy to comprehend. Once you get your hands on the sample code we provide, you'll be able to play with it and build on it. The emphasis of this course is on understanding and using these algorithms in the real world, not in a theoretical or academic context. You'll walk away from each video with a fresh idea that you can put to use right away! You'll work in Python using sciket-learn (sklearn), a free machine learning library built for Python. All you need to succeed in this course is basic skills in mathematics and Python. Even if you have no prior statistical experience, you will learn to work with machine learning algorithms like a pro.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 18, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 116
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (11 hr., 54 min.)) , sound, color.
    Edition: [First edition].
    DDC: 629.8/92
    Keywords: Robotics Programming ; Operating systems (Computers) ; Artificial intelligence ; Artificial intelligence ; Operating systems (Computers) ; Robotics ; Programming ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In this course, and in a few hours, I will take you step by step from a complete beginner to a ROS2 developer who writes scalable robotics applications. Are you learning ROS2 from scratch? You might be asking yourself, "Where do I start? How do I learn this material? What to do first?" When I first started using the Robot Operating System (ROS), it was hard for me to answer those questions. Thus, learning ROS/ROS2 was difficult. But it doesn't have to be that way if you learn with the right resources. Also, something I noticed is that when people teach ROS2, they often make comparisons with ROS1. What if you don't know ROS1? I created this course so that you can properly learn ROS2 from the beginning, with no prior knowledge of ROS and without having to waste weeks or even months trying to find out what to do. After completing this course, you can say goodbye to the big learning curve everyone faces when learning ROS2. The course is structured so that you can follow it one step at a time and get everything you need in the right order. At the end of the course, you'll be confident enough to start your own ROS2 application. You will have the opportunity to work on a complete project using the Turtlesim simulation. This will help you practice more on everything you'll learn in the course. That will be your first real project from A to Z. Along the way, you'll also learn how to use ROS2 tools to debug your application, to monitor what's going on, and to build your code. With everything you'll learn, along with the best practices I'll give you, you will be ready to start any ROS2 project with a good foundation.
    Note: Online resource; title from title details screen (O'Reilly, viewed November 28, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 117
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (15 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application program interfaces (Computer software) ; Database management ; Information visualization ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn how to configure the Neo4j database in Neo4j Desktop, load data (CSV and Neo4j dump files) into a Neo4j database, and implement a basic query in Cypher.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 118
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (9 hr., 26 min.)) , sound, color.
    Edition: [First edition].
    DDC: 331.7/61
    Keywords: High technology industries Vocational guidance ; Computer programming Vocational guidance ; Employment interviewing ; Job hunting ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: As a front-end engineer working at a major tech company I'm always happy to help others master the fundamentals of the field. A thorough understanding of the core concepts not only helps us become better engineers, but also helps us to interview better, which improves our career prospects significantly. Although most of the course is on technical subjects, we will cover crucial business topics as well. Engineering is one part technical and one part "soft" or business skills at the end of the day. Each of the 100 interview questions presented in this course will include three key components: Insight into why a question is asked and what an interviewer is looking for How to answer the question If applicable, code examples with explanations so you fully understand the coding I designed the course syllabus alongside multiple front-end developers with over 30 years of combined experience, and a variety of backgrounds from self-taught to those who took the traditional CS degree route. The sum of all this variety and experience is that though you will be working with engineers of all backgrounds, you will also see the essential concepts that remain important across the spectrum. By the end of the course You'll be able to pass a front-end technical screen covering the fundamentals of front-end web development in HTML, CSS, and JavaScript. You will also have practice with interview prep, cultural questions, and general HR screening questions.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 18, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 119
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (13 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Development ; Logiciels d'application ; Développement ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video, Mauricio displays some tools that can help you to speed up your software delivery practices. The tools covered in this video are aimed for developers and architects to design, architect and implement software that can be continuously delivered on top of Kubernetes. Mauricio demonstrates how to implement different release strategies for your services and the trade-offs involved, so you can choose what better fits your needs.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 13, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 120
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 10 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Fighting churn
    DDC: 006.312
    Keywords: Quantitative research Marketing ; Customer relations Management ; Data processing ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In the second video of the series, Carl Gold demonstrates module number 2: Calculate Basic Customer Metrics. The objective of this milestone is: - Calculate a set of basic customer metrics, saving them in the database. - Run analytics to understand the metrics and check for any anomalies or bad data.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 121
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (41 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Fighting churn
    DDC: 006.312
    Keywords: Quantitative research Marketing ; Customer relations Management ; Data processing ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In the second video of the series, Carl Gold demonstrates module number 2: Extracting a Customer Dataset. The objective of this milestone is: - Having identified customers who were retained and who churned, look at their metrics to figure out what behaviors lead to retention and which lead to churn. To do this, you must save the customer data into a concise dataset in a CSV file. - Create a quality-assurance summary of the customer dataset and review the results.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 122
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 28 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Fighting churn
    DDC: 006.312
    Keywords: Quantitative research Marketing ; Customer relations Management ; Data processing ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video, Carl Gold goes through the milestone number 1: Customer Behavior: Load the event data into PostgreSQL and run analytics, which is a part of his liveProject: Fighting Churn with Manning's liveBook Data. The objective of this milestone is: - Load the event data into a database. - Run analytics to understand the events and check for any anomalies or bad data.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 123
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (52 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.7/6
    Keywords: Web applications Development ; Internet programming ; Applications Web ; Développement ; Programmation Internet ; Internet programming ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Join Francisco Lipoez Sancho Abraham in an introduction to reactive applications with the actor model and its uses in the real world. Francisco will also show how to create actors and send messages, as well as create a simple cluster.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 21, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 124
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (49 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: Natural language processing (Computer science) ; Machine learning ; Natural Language Processing ; Traitement automatique des langues naturelles ; Apprentissage automatique ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video, Hobson shows how to index high dimensional vectors like word embeddings using a new approximate nearest neighbor algorithm by Leland McInnes. Along the way you can see how to explore an unfamiliar Python package like PyNNDescent without ever having to leave the keyboard (tab-completion, `help()`, `?` operator) And you will see how to use `SpaCy` language models to retrieve all sorts of NLU tags for words, including word vectors.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 26, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 125
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (55 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/12
    Keywords: Data mining ; Information retrieval ; Data Mining ; Information Storage and Retrieval ; Exploration de données (Informatique) ; Recherche de l'information ; information retrieval ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video Hobson shows how to download wikipedia article text to create a large corpora of grammatically correct sentences to train a text generation model on.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 26, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 126
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (30 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.7/2
    Keywords: Web site development ; Visual programming (Computer science) ; Web applications ; Visual programming (Computer science) ; Web applications ; Web site development ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: The setup of the Blazor server project in Visual Studio and intro to the MudBlazor Component Library.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 127
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (30 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.6/96
    Keywords: Computer animation ; Web sites Design ; Computer animation ; Web sites ; Design ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: What are some of the accessibility considerations that come along with adding animations to a UI?.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 128
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (51 min.)) , sound, color.
    Edition: [First edition].
    DDC: 001.4/2
    Keywords: Quantitative research ; Julia (Computer program language) ; Chess Computer programs ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: An analysis of the relationship between the chess puzzle difficulty and popularity, from fetching the data from the web and uncompressing it to building a prediction model and visualization with Julia.
    Note: Online resource; title from title details screen (O'Reilly, viewed July 6, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 129
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (38 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004/.36
    Keywords: Spark (Electronic resource : Apache Software Foundation) ; Electronic data processing Distributed processing ; Big data ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Explore Big Data architectures and the tools you can leverage to build an end-to-end data platform. Learn about data ingestion using Apache Spark.
    Note: Online resource; title from title details screen (O'Reilly, viewed July 6, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 130
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (40 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004./32
    Keywords: Linux Study guides ; Operating systems (Computers) Study guides ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In this course on the Linux Logical Volume Manager you'll learn: Exactly what LVM is and when to use it. How LVM creates layers of abstraction between storage devices and file systems and how to use that to your maximum benefit. The details of how to create and manage Physical Volumes, Volume Groups, and Logical Volumes. How easy it is to extend file systems while keeping the existing data online and completely accessible during the entire process. How to create mirrored logical volumes to protect your data against single points of failure. How to migrate data from one storage device to another, without taking any downtime whatsoever. And more... This course is perfect for anyone who wants to quickly get up to speed on the Linux Logical Volume Manager. It also includes a 14-page LVM Workbook that contains all the examples and commands demonstrated in the course. You can use it as your personal LVM cheat sheet.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 13, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 131
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (16 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Amazon Web Services (Firm) ; Computer security ; Cloud computing ; Web services ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This walk through includes the installation of tooling, the creation of AWS accounts, and an explanation of AWD resources created by the provided bootstrap automation.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 132
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (55 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Web applications Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn to design a contrived clone for the popular Calendly.com website using the OpenAPI and Swagger.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 133
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 32 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.2/762
    Keywords: JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Master JavaScript basics and become a JavaScript developer! Whether you want a career in front-end or back-end development, you must have a solid understanding of this universal language. And you are in the right place to learn it, or learn more about it. The course starts from the basics and works up to advanced and expert topics, so it is perfect for both beginners and seasoned JavaScript professionals. It teaches everything you need to get started coding in JavaScript. Highlights include: Comprehensive JavaScript: It's an all-in-one package that will take you from the very fundamentals of JavaScript to building modern and complex applications. Modern JavaScript made easy: You'll receive guidance through fun and practical code examples, critical insights into how JavaScript works behind the scenes, and awesome complete projects. Think like a developer: You'll learn how to plan application features, architect your code, debug code, and many more real-world skills that you will need in your job as a developer. From beginner to expert: Unlike other courses, this one contains beginner, intermediate, advanced, and even expert topics, so you don't have to buy any other course to master JavaScript from the ground up!.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 17, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 134
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 18 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.7/4
    Keywords: Document markup languages ; JSON (Document markup language) ; JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Improve and enhance your web site's functionality by connecting your web pages directly to your data. User requests and queries will go to the data stored in your Google Sheets and get results returned in real time. Learn how to connect to Google Sheets with JavaScript Fetch, and return queries in JSON. See how to use the data directly on your web pages and within your web applications. Making data requests using fetch provides a seamless experience to the user without page reload. The user interacts with the web page, triggering the events that call to the data source to return the results. Using Google Sheets provides a serverless way--without a database--to query a web data source. Get practical experience building a sample dynamic web app. The example app creates a URL generator for your website that uses a simple input field to specify the appropriate Google Sheet, and then returns the results from interactive web input fields specific to each request.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 4, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 135
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (8 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn how to install Anaconda and get started with the Jupyter Notebook application for creating your Python projects.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 136
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 5 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.2/76
    Keywords: Microsoft .NET Framework ; Application software Development ; Web applications ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn how to build an outlined-style, material-design text entry in .NET MAUI and how to customize the standard handler for each platform (iOS, macOS, Windows, and Android). Create a border and label that change color and use animation in response to the field that's focused and unfocused. Add bindable properties to make it a reusable control that can replace the standard entry throughout your app.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 137
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 18 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.52
    Keywords: Text processing (Computer science) ; Regular expressions (Computer science) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Regular expressions have a bad reputation for being difficult to understand. This course introduces tools and a systematic approach so you can unlock the power of regular expressions to write compact, elegant code. In this course, we will cover concepts from basic to advanced. The examples progress in a logical, narrative way. At the end of one example, we will think about how we might tweak it to do something similar but more powerful. In this way, the concepts flow naturally from one example to the next. There are also 41 exercises. You are given a description of a regular expression, and then you write it using your choice of JavaScript or Python syntax. After you're done, tests written especially for the exercises will let you know whether your regular expressions did the job they were supposed to. These exercises are a fun, interactive way to cement the concepts in your brain, and make sure you really understand the material presented in the lectures. Depending on your level of experience, you can start at the beginning, or start later with concepts you've always been interested in, but haven't had a chance to learn yet.
    Note: Online resource; title from title details screen (O'Reilly, viewed November 8, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 138
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (8 hr., 47 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.13
    Keywords: Computer programming ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. I've just finished the digital copy of this content-packed 274 pages of insightful technical guide and it definitely goes onto my list of useful sources for software developers, CS students, and even technical leads. Asil Çetin-Aufricht, Team Lead, Software Development, KPMG Austria Computer science theory quickly collides with the harsh reality of professional software development. This wickedly smart and devilishly funny beginner's guide shows you how to get the job done by prioritizing tasks, making quick decisions, and knowing which rules to break. In Street Coder you will learn: Data types, algorithms, and data structures for speedy software development Putting "bad" practices to good use Learn to love testing Embrace code breaks and become friends with failure Beginner-friendly insight on code optimization, asynchronous programming, parallelization, and refactoring Street Coder: Rules to break and how to break them is a programmer's survival guide, full of tips, tricks, and hacks that will make you a more efficient programmer. It takes the best practices you learn in a computer science class and deconstructs them to show when they're beneficial-- and when they aren't! This book's rebel mindset challenges status quo thinking and exposes the important skills you need on the job. You'll learn the crucial importance of algorithms and data structures, turn programming chores into programming pleasures, and shatter dogmatic principles keeping you from your full potential. Welcome to the streets!
    Note: Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 139
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (14 hr., 19 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.3
    Keywords: Spring Boot (Electronic resource) ; Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Go beyond the basics with Spring Boot! This practical guide presents dozens of relevant scenarios in a convenient problem-solution-discussion format. In Spring Boot in Practice you will learn: Spring Boot's features from an expert's perspective Configuring, logging, and monitoring Spring Boot applications Effective methods for database communication Utilizing Spring Security and securing your Spring application in production Designing and developing microservices and RESTful APIs with Spring Boot Microservice versioning, documentation, and security Reactive application development and reactive data access with WebSocket and RSocket Deploying Spring Boot applications on Kubernetes and major cloud platforms Implementing containerization in a Spring Boot application Using Spring Boot with Kotlin and GraalVM Spring Boot in Practice is full of practical recipes for common development problems in Spring Boot. Author Somnath Musib has spent years building applications with Spring, and he shares that extensive experience in this focused guide. You'll master techniques for using Spring Data, Spring Security, and other Spring-centric solutions. Learn how to work with Spring Boot and Kotlin, handling connections for multiple platforms, and how Spring Boot can simplify building microservices and APIs. Each recipe is built around a real-world problem, complete with a full solution and thoughtful discussion. About the Technology With Spring Boot, it's a snap to create standalone Spring applications that require minimal manual setup. Spring Boot directly embeds a server like Tomcat or Jetty into your project and preconfigures core Spring settings, third-party libraries, security, and other key elements. It's a big framework, with lots of powerful features. This book provides a rich collection of techniques to help you get the most out of Spring Boot. About the Book Spring Boot in Practice is a cookbook-style guide to Spring application development. Following a convenient Problem-Solution-Discussion format, it takes you technique-by-technique through Spring Boot fundamentals. You'll dive deep into auto-configuration, security, microservices, and more. Along the way, you'll also discover numerous advanced and hidden features. All the book's source code is open source, so you can integrate the detailed samples into your own projects. What's Inside Instantly useful techniques with reusable source code Configuring, logging, and monitoring Spring Boot applications Effective methods for database communication Securing Spring applications in production Microservices and RESTful APIs About the Reader For Spring Boot beginners with some Spring experience. About the Author Somnath Musib has over a decade of development experience, and has been actively working with Spring Boot since 2015. Quotes Your reliable guide to Spring...Somnath Musib does a great job, and his expert guidance makes it easy to focus on the journey that matters: the journey to production. - Josh Long, Spring Developer Advocate, Tanzu, a division of VMWare A-Z guide for Spring Boot. - Najeeb Arif, Thoughtworks Hands-on recipes and best practices that help you build applications faster. - João Miguel Pires Dias, Mercedes-Benz.io Invaluable for creating robust API frameworks rapidly and leveraging microservice best practices. - Lachman Dhalliwal, Netcompany.
    Note: Online resource; title from title details screen (O'Reilly, viewed November 15, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 140
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (26 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Computer networks Security measures ; Computer security ; Computer Security ; Réseaux d'ordinateurs ; Sécurité ; Mesures ; Sécurité informatique ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Using STRIDE and OWASP Threat Dragon, one can find the threats that impact their architecture. Once identified, you will be able to formulate the remediation and/or mitigation that can be implemented in order to provide a more secure system.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 141
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (34 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Fighting churn
    DDC: 006.312
    Keywords: Quantitative research Marketing ; Customer relations Management ; Data processing ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video, Carl Gold goes through the milestone number 1: Identifying Churned Customers, which is a part of his liveProject: Fighting Churn with Manning's liveBook Data. The objective of this milestone is: - Your boss at Manning has assigned you the following task: Figure out how often customers repeatedly buy books in different calendar quarters (3-month periods). Repeat-purchase customers are considered to be "retained," and customers who do not make a repeat purchase are considered to have churned. (A repeat-purchase customer is one who, having bought a book in one 3-month period, buys another book in the following 3-month period.) - Your boss has further specified that you should save the list of the customers who did and did not make repeat purchases in the database.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 142
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (59 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/1
    Keywords: Amazon Web Services (Firm) ; Machine learning ; Cloud computing ; Apprentissage automatique ; Infonuagique ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Alexey Grigorev, the author of Machine Learning Bookcamp, shows how to train a classification model using Scikit-Learn, and then deploy it to AWS using Docker and AWS Beanstalk.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 143
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 37 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1/14
    Keywords: Clojure (Computer program language) ; Functional programming (Computer science) ; Clojure (Langage de programmation) ; Programmation fonctionnelle ; Clojure (Computer program language) ; Functional programming (Computer science) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video, Renzo Borgatti shows some of the coolest Clojure features by developing a few simple examples from the book.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 21, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 144
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (48 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Fighting churn
    DDC: 006.312
    Keywords: Quantitative research Marketing ; Customer relations Management ; Data processing ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video, Carl Gold explains module number 3: Create a customer dataset. The objective of this milestone is: - Create a snapshot of all of the current customers and their metrics and save it in a file. We call this the current customer dataset. The dataset is a table containing one customer per row and one metric per column. Datasets are explained in Chapter 4 of Fighting Churn with Data. - Create a quality assurance summary of the current customer dataset and review the results.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 145
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (34 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Fighting churn
    DDC: 006.312
    Keywords: Quantitative research Marketing ; Customer relations Management ; Data processing ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video, Carl Gold explains module number 3: Churn and Behavior. The objective of this milestone is: - Create visualizations that show whether and by how much each metric is related to customer churn. When you are done, you should be able to answer questions like the following: * Which customer metric has the greatest impact on churn? For metrics behaviors that most customers participate in, at what level of the metric is the customer relatively healthy in terms of their engagement with the service?.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 146
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (40 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Web applications ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Guided tour through the developing process from a design sketch to a fully functional and deployed web application with Remix. Remix is a framework built on React, and Emotion, a popular CSS-in-JS library.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 10, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 147
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (36 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.35
    Keywords: Natural language processing (Computer science) ; Neural networks (Computer science) ; Natural Language Processing ; Neural Networks, Computer ; Traitement automatique des langues naturelles ; Réseaux neuronaux (Informatique) ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Hobson updated Geoff's Chapter 12 PyTorch examples for training an encoder-decoder to translate between English and German or maybe even Ukrainian. Torchtext version 0.9 deprecated the `Field` and `Bucket` classes. These have been replaced by the `DataLoader` class built into pytorch directly. We no longer need customized abstractions to build torch natural language training sets!.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 26, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 148
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (42 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: Natural language processing (Computer science) ; Computers ; Artificial intelligence ; Natural Language Processing ; Computers ; Artificial Intelligence ; Traitement automatique des langues naturelles ; Ordinateurs ; Intelligence artificielle ; computers ; artificial intelligence ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: The authors of the book "Natural Language Processing in Action, Second Edition'' work on some nessvec word embeddings for intent recognition and try to fix a bug in 'qary's' intent recognition logic. Also, they have built "therapy" skills for the `qary` virtual assistant (chatbot), which are based on the book "The Feeling Good Handbook" by David Burns.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 26, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 149
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (13 hr., 58 min.)) , sound, color.
    Edition: [Video edition].
    DDC: 005.1
    Keywords: Computer software Development ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Optimize the decisions that define your code by exploring the common mistakes and intentional tradeoffs made by expert developers. In Software Mistakes and Tradeoffs you will learn how to: Reason about your systems to make intuitive and better design decisions Understand consequences and how to balance tradeoffs Pick the right library for your problem Thoroughly analyze all of your service's dependencies Understand delivery semantics and how they influence distributed architecture Design and execute performance tests to detect code hot paths and validate a system's SLA Detect and optimize hot paths in your code to focus optimization efforts on root causes Decide on a suitable data model for date/time handling to avoid common (but subtle) mistakes Reason about compatibility and versioning to prevent unexpected problems for API clients Understand tight/loose coupling and how it influences coordination of work between teams Clarify requirements until they are precise, easily implemented, and easily tested Optimize your APIs for friendly user experience Code performance versus simplicity. Delivery speed versus duplication. Flexibility versus maintainability--every decision you make in software engineering involves balancing tradeoffs. In Software Mistakes and Tradeoffs you'll learn from costly mistakes that Tomasz Lelek and Jon Skeet have encountered over their impressive careers. You'll explore real-world scenarios where poor understanding of tradeoffs lead to major problems down the road, so you can pre-empt your own mistakes with a more thoughtful approach to decision making. Learn how code duplication impacts the coupling and evolution speed of your systems, and how simple-sounding requirements can have hidden nuances with respect to date and time information. Discover how to efficiently narrow your optimization scope according to 80/20 Pareto principles, and ensure consistency in your distributed systems. You'll soon have built up the kind of knowledge base that only comes from years of experience. About the Technology Every step in a software project involves making tradeoffs. When you're balancing speed, security, cost, delivery time, features, and more, reasonable design choices may prove problematic in production. The expert insights and relatable war stories in this book will help you make good choices as you design and build applications. About the Book Software Mistakes and Tradeoffs explores real-world scenarios where the wrong tradeoff decisions were made and illuminates what could have been done differently. In it, authors Tomasz Lelek and Jon Skeet share wisdom based on decades of software engineering experience, including some delightfully instructive mistakes. You'll appreciate the specific tips and practical techniques that accompany each example, along with evergreen patterns that will change the way you approach your next projects. What's Inside How to reason about your software systematically How to pick tools, libraries, and frameworks How tight and loose coupling affect team coordination Requirements that are precise, easy to implement, and easy to test About the Reader For mid- and senior-level developers and architects who make decisions about software design and implementation. About the Authors Tomasz Lelek works daily with a wide range of production services, architectures, and JVM languages. A Google engineer and author of C# in Depth, Jon Skeet is famous for his many practical contributions to Stack Overflow. Quotes Great book that I wish I had earlier in my career. Many hard-learned lessons contained in these pages. - Dave Corun, Avanade Clear and to-the-point summation of years of real-life experience in software engineering. A must-read for all newcomers to the software engineering world. - Rafael Avila Martinez, Mastercard Shines a light on the intrinsic conflicts of the programming process and how they impact the code you write. - Roberto Casadei, Università di Bologna Summarizes the main pain points for every software developer and presents solutions in a clear and didactic way. - Nelson González, General Electric.
    Note: Narrator unidentified. - Online resource; title from title details screen (O'Reilly, viewed July 6, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 150
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (37 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Computer programming ; Julia (Computer program language) ; Computer programming ; Julia (Computer program language) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Why is Julia the language of the future? It offers both incredible speeds and extreme syntactic elegance. A hands-on approach to getting from Julia amateur to a skilled practitioner.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 151
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 13 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.312
    Keywords: Quantitative research Marketing ; Forecasting ; Customer relations Management ; Data processing ; Machine learning ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Make a predictive XGBoost model for churn and generate predictions for an out-of-sample dataset.
    Note: Online resource; title from title details screen (O'Reilly, viewed July 25, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 152
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (36 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn the tricks of the trade for being a fast developer working across the stack.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 153
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (45 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/1
    Keywords: Machine learning ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: What makes a system-support machine learning model development? Find out how to transit yourself into the machine learning engineering domain.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 154
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (43 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Java (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: The best ways to implement automatic live reload across your tech stack for JavaScript.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 155
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (49 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: C (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: The author of the LP series "AWS Security: Compliance and Observability" compares the use of declarative infrastructure as code DSL such as CloudFormation versus imperative Boto code development, and demonstrates a spectrum of techniques to support testing Boto-intensive IaC.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 156
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 46 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.54
    Keywords: Google Sheets ; Electronic spreadsheets ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn how to power up Google Sheets to share and collaborate with others! Increase your productivity with auto saves and the ability to access from any device. It is loaded with amazing smart functionality, such as: It's a web-based spreadsheet that you can use to store and access your files from your Google drive using your Google account. It works across any device, mobile or desktop. The interface is familiar, just like Excel and other similar spreadsheet products. It has lots of useful add-ons you can download to supercharge your Google Sheets. This course will make you more familiar with Google Sheets--helpful tips and resources are also included. Learn to manage version history in Google Sheets and create Google Sheets formulas. Course lessons are designed in a step-by-step lesson structure and taught by a Google Developer Expert for Google Workspace. What are you waiting for? Join now and become more productive with Google Sheets today.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 157
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 20 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application program interfaces (Computer software) ; JSON (Document markup language) ; Ajax (Web site development technology) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Improve and speed up the functionality of your web site by connecting your web pages directly to your data, using Google Sheets as a serverless way to access your data without a database. User requests and queries will go to the data stored in your Google Sheets and get results returned in real time--without waiting for the page to reload. Learn how to create a Google Sheets spreadsheet, connect to Google Sheets with JavaScript Fetch, and return queries in JSON. See how to use the data directly on your web pages and within your web applications. Get practical experience building a sample dynamic web app. The example app creates a URL generator for your website that uses a simple input field to specify the appropriate Google Sheet, and then returns the results from interactive web input fields specific to each request. Learn by doing: build a fun, interactive project from scratch. Learn by repeating: Practice connecting to JSON data with JavaScript. Learn by exploring: Investigate options for using Google Services for web content.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 18, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 158
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 58 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.4/37
    Keywords: User interfaces (Computer systems) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: React JS has taken center stage in easing the creation of dynamic user interfaces for websites and apps. Because JavaScript is one of the most widely used languages for websites and apps, it's no wonder that many people are working on libraries and frameworks to help it grow. And one of the most popular is React, which allows you to create unique HTML components and create sophisticated apps in a short amount of time. However, these frameworks and libraries are not always simple to understand. And that's where this course comes in: it breaks down challenging ideas, making them easy to comprehend even for newcomers to the development field. The course is enjoyable, engaging, and interactive. It takes a hands-on approach to React JS, and includes fun projects, such as building a calculator app, to put your new skills into practice. Lessons are are backed up with essential learning tools, such as quizzes and assignments, to reinforce what you learn and help it stick.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 159
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (9 hr., 54 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.73
    Keywords: Data structures (Computer science) ; Algorithms ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Massive modern datasets make traditional data structures and algorithms grind to a halt. This fun and practical guide introduces cutting-edge techniques that can reliably handle even the largest distributed datasets. In Algorithms and Data Structures for Massive Datasets you will learn: Probabilistic sketching data structures for practical problems Choosing the right database engine for your application Evaluating and designing efficient on-disk data structures and algorithms Understanding the algorithmic trade-offs involved in massive-scale systems Deriving basic statistics from streaming data Correctly sampling streaming data Computing percentiles with limited space resources Algorithms and Data Structures for Massive Datasets reveals a toolbox of new methods that are perfect for handling modern big data applications. You'll explore the novel data structures and algorithms that underpin Google, Facebook, and other enterprise applications that work with truly massive amounts of data. These effective techniques can be applied to any discipline, from finance to text analysis. Hands-on industry examples make complex ideas practical to implement in your projects--and there's no mathematical proofs to puzzle over. Work through this one-of-a-kind guide, and you'll find the sweet spot of saving space without sacrificing your data's accuracy. About the Technology Standard algorithms and data structures may become slow--or fail altogether--when applied to large distributed datasets. Choosing algorithms designed for big data saves time, increases accuracy, and reduces processing cost. This unique book distills cutting-edge research papers into practical techniques for sketching, streaming, and organizing massive datasets on-disk and in the cloud. About the Book Algorithms and Data Structures for Massive Datasets introduces processing and analytics techniques for large distributed data. Packed with industry stories, this friendly guide makes even complex concepts easy to understand. You'll explore real-world examples as you learn to map powerful algorithms like Bloom filters, Count-min sketch, HyperLogLog, and LSM-trees to your own use cases. What's Inside Probabilistic sketching data structures Choosing the right database engine Designing efficient on-disk data structures and algorithms Algorithmic tradeoffs in massive-scale systems Computing percentiles with limited space resources About the Reader Examples in Python, R, and pseudocode. About the Authors Dzejla Medjedovic earned her PhD in the Applied Algorithms Lab at Stony Brook University, New York. Emin Tahirovic earned his PhD in biostatistics from University of Pennsylvania. Illustrator Ines Dedovic earned her PhD at the Institute for Imaging and Computer Vision at RWTH Aachen University, Germany. Quotes An accessible and beautifully illustrated introduction to probabilistic and disk-based data structures and algorithms. - Marcus Young, Prosper Marketplace Upgrade your knowledge of algorithms and data structures from textbook level to real-world level. - Rui Liu, Oracle Excellently explains scalable data structures and algorithms. A must-read for any data engineer. - Alex Gout, Shopify A detailed, practical approach to dealing with distributed system and data architectures. - Satej Kumar Sahu, Honeywell.
    Note: Online resource; title from title details screen (O'Reilly, viewed November 8, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 160
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 20 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Data structures (Computer science) ; Computer algorithms ; Algorithms ; Python (Langage de programmation) ; Structures de données (Informatique) ; Algorithmes ; algorithms ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video, Kyle demonstrates how to write programs to help users analyze housing data. You'll learn to read and write CSV files, and you'll implement algorithms to efficiently sort, search through, and de-duplicate the data.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 161
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (45 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1/4
    Keywords: Computer software Testing ; Computer software Quality control ; Logiciels ; Qualité ; Contrôle ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Debunk common misconceptions around what really delivers the signal and noise in test suites, and learn how to deal effectively with flakey tests. See firsthand the downsides of retrying tests that fail, and how even passing tests can be noisy.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 162
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (44 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: Natural language processing (Computer science) ; Natural Language Processing ; Traitement automatique des langues naturelles ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: The authors of the "Natural Language Processing in Action, Second Edition" book added some utilities to the nessvec package to handle large file downloads. They demonstrated how the `download_if_necessary` checks to see if you've already downloaded a file before streaming it down from the Internet. It also lets you load datasets into a ram with a key or name, rather than having to remember the full path or URL or even filename.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 163
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (21 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1/2
    Keywords: Computer software Development ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video, Chris Richardson describes his new series of live projects that teaches you how to develop a Service Template and Microservice Chassis. A Service Template is a source code template for a runnable service that a developer can copy in order to quickly start developing a new service. The service template is built on a Microservice Chassis, which is a framework that implements the build logic and plumbing. He walks through each Live Project and explains its goals. You will learn how to use the Service Template and Microservice Chassis that you develop in the series to quickly start developing your microservices and easily maintain their plumbing and build logic.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 164
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (24 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Computer security ; Computer networks Security measures ; Computer Security ; Sécurité informatique ; Réseaux d'ordinateurs ; Sécurité ; Mesures ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: So you want to start a career in cyber security but don't know where to begin? The best place to start is by getting to know yourself. Alyssa Miller, author of the Cyber Security Career Guide will share her approach to discovering which of the many disciplines within cyber security are the best fit for you. You'll learn practical exercises you can use to identify your interests and passions, assess your core skills and how they would apply to roles in those disciplines, and even how to navigate job descriptions to find the right opportunities for you. It's all about knowing yourself so you can set out on that career journey you've dreamed of.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 26, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 165
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 3 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Computer security ; Data encryption (Computer science) ; Computer security ; Data encryption (Computer science) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Find a practical way of doing the One-Time Pad Cipher.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 166
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (19 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Computer networks Security measures ; Computer security ; Computers Access control ; Computer networks ; Security measures ; Computer security ; Computers ; Access control ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Secure and simplify user authentication with Multi-Factor Authentication and secure passwordless solutions that become possible thanks to the FIDO2 standard.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 167
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (31 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004.67/82
    Keywords: Cloud computing ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: An overview of how the Azure cloud can be useful for bioinformatics and genomics.
    Note: Online resource; title from title details screen (O'Reilly, viewed July 6, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 168
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 51 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Fighting churn
    DDC: 006.312
    Keywords: Quantitative research Marketing ; Customer relations Management ; Data processing ; Business forecasting ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In forecasting churn, logistic regression can help identify customers who are at risk and those who are most likely to engage and make new purchases in the future.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 10, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 169
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 15 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.4/32
    Keywords: Linux ; Operating systems (Computers) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This course is designed for people who want to develop command line skills on the Linux operating system and need to do it in a short period of time. By the end of the course you will be able to easily navigate your way around a Linux system and feel confident at the command line. As an added bonus for enrolling in the Linux Command Line Essentials video training course, you'll receive a cheat sheet and reference card that lists the most important Linux commands you'll need to know. It's a great way to quickly review what you've learned in this course AND you'll be able to easily find the command and options you're looking for too. What you learn in Linux Command Line Essentials applies to any Linux environment including Ubuntu, Debian, Linux Mint, RedHat, Fedora, OpenSUSE, Slackware, and more.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 13, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 170
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 1 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.7/2
    Keywords: Linux ; Apache (Computer file : Apache Group) ; MySQL (Electronic resource) ; Web site development ; Open source software ; PHP (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This step-by-step guide teaches you everything you need to know in order to eliminate single points of failure for your Linux, Apache, MySQL, and PHP based web applications. Do you wish you could ensure your web site was up all the time and finally enjoy a peaceful night's sleep? Do you want to be able to scale without downtime and handle unexpected surges of traffic? Do you want a solution that just works without spending weeks testing various combinations of technologies and software? Do you want someone to lay it all out for you and walk you through an entire deployment? If so, you're in the right place... I understand, because I've been there. I know what it's like to be woken up in the middle of the night when a web server goes down. I don't know about you, but I'm fairly grumpy at 2:47 A.M. when something is broke and I'm the one that has to fix it. That's why I strive to eliminate single points of failure and ensure service availability. I would much rather plan for failure ahead of time than have to react to it. If you have a robust design that's easy to support you can repair any failures at your convenience instead of trying to cobble together a makeshift solution in the middle of the night. I've spent countless hours designing, testing, and implementing high availability solutions for a wide range of Linux based services during my career. I've put together a well designed, well tested solution for the LAMP (Linux, Apache, MySQL, PHP) stack that easily scales to support an increasing number of users all the while decreasing downtime. I've taken each possible single point of failure into account from the obvious ones to the less than obvious edge cases you'll need to cover in order to have a truly robust design. This is a full blown course that demonstrates everything step-by-step... This is not just a design, though. It's an entire course complete with lessons and demonstrations on actual Linux servers. I'll be performing the demonstrations on Ubuntu servers, but the concepts are the same no matter if you're using RedHat Enterprise Linux, CentOS, or another distribution. The only real difference is the couple of commands you'll use to perform some of the software installations. The design and configurations remain the same. Even though this course is targeted directly at the LAMP stack (Linux, Apache, MySQL, PHP), the concepts and techniques presented can be reused in a variety of other situations. If you ever need a floating IP, the ability to add more storage to servers without downtime, to balance loads across multiple servers, or deploy a highly available database cluster, you can put what you learn in this course to good use.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 13, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 171
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (51 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.133
    Keywords: Windows PowerShell (Computer program language) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn all about the Microsoft recommended tool for authoring PowerShell--Visual Studio Code.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 172
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Development ; Julia (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: How does analyzing the social network of GitHub web and machine learning developers help to predict their neighbors' tags?.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 173
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (16 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application program interfaces (Computer software) ; Information visualization ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: What a knowledge graph is and when to use it (compared to a more traditional knowledge base). Look at some examples of real-world knowledge graphs, a short description of the real-world use case (NYC real estate) that drives the LP series, and how graphs are converted into embedding spaces.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 174
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (9 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1/33
    Keywords: Python (Computer program language) ; Information visualization ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn how to visualize year-wise mean values using a grouped bar plot and how to perform exploratory data analysis using subplots of different types.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 175
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (9 hr., 44 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.117
    Keywords: Object-oriented programming (Computer science) ; Data structures (Computer science) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Eliminate the unavoidable complexity of object-oriented designs. The innovative data-oriented programming paradigm makes your systems less complex by making it simpler to access and manipulate data. In Data-Oriented Programming you will learn how to: Separate code from data Represent data with generic data structures Manipulate data with general-purpose functions Manage state without mutating data Control concurrency in highly scalable systems Write data-oriented unit tests Specify the shape of your data Benefit from polymorphism without objects Debug programs without a debugger Data-Oriented Programming is a one-of-a-kind guide that introduces the data-oriented paradigm. This groundbreaking approach represents data with generic immutable data structures. It simplifies state management, eases concurrency, and does away with the common problems you'll find in object-oriented code. The book presents powerful new ideas through conversations, code snippets, and diagrams that help you quickly grok what's great about DOP. Best of all, the paradigm is language-agnostic--you'll learn to write DOP code that can be implemented in JavaScript, Ruby, Python, Clojure, and also in traditional OO languages like Java or C#. About the Technology Code that combines behavior and data, as is common in object-oriented designs, can introduce almost unmanageable complexity for state management. The Data-oriented programming (DOP) paradigm simplifies state management by holding application data in immutable generic data structures and then performing calculations using non-mutating general-purpose functions. Your applications are free of state-related bugs and your code is easier to understand and maintain. About the Book Data-Oriented Programming teaches you to design software using the groundbreaking data-oriented paradigm. You'll put DOP into action to design data models for business entities and implement a library management system that manages state without data mutation. The numerous diagrams, intuitive mind maps, and a unique conversational approach all help you get your head around these exciting new ideas. Every chapter has a lightbulb moment that will change the way you think about programming. What's Inside Separate code from data Represent data with generic data structures Manage state without mutating data Control concurrency in highly scalable systems Write data-oriented unit tests Specify the shape of your data About the Reader For programmers who have experience with a high-level programming language like JavaScript, Java, Python, C#, Clojure, or Ruby. About the Author Yehonathan Sharvit has over twenty years of experience as a software engineer. He blogs, speaks at conferences, and leads Data-oriented programming workshops around the world. Quotes Reach the next level of enlightenment...Reduce accidental complexity and raise the level of abstraction. - From the Foreword by Michael T. Nygard, author of Release It!: Design and Deploy Production-Ready Software After I saw the examples, I couldn't unsee it. I didn't need a new language; I needed to approach programming differently! - From the Foreword by Ryan Singer, author of Shape Up: Stop Running in Circles and Ship Work that Matters If you have to deal with data in your code, you should know about DOP! - Michael Aydinbas, Exxeta The principles are straightforward and universally applicable. - Seth MacPherson, QuoteFactory.
    Note: Online resource; title from title details screen (O'Reilly, viewed November 8, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 176
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 43 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.133
    Keywords: Python (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Python packages have a lot of moving parts, and it can be daunting making sure it's all set up properly before you put something out there. Join Dane Hillard as he thinks of a Python package to create, which he then builds and publishes from scratch!.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 22, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 177
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (47 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Web applications Development ; Go (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Amit Saha is a software engineer at Atlassian, located in Sydney, Australia. In this video, he introduces his project: https://www.manning.com/liveprojectseries/secrets-sharing-ser where you get hands-on experience building backend web applications with Go.
    Note: Online resource; title from title d etails screen (O'Reilly, viewed March 22, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 178
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (53 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004.67/82
    Keywords: Windows Azure ; Cloud computing ; Infonuagique ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Learn how to use cloud computing to build a simple but useful serverless image resizing service. Using services like Azure Functions, Logic Apps, and Azure Storage, you will have a complete service ready to go.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 179
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (52 min.)) , sound, color.
    Edition: [First edition].
    DDC: 001.642
    Keywords: Node.js ; JavaScript (Computer program language) ; Internet programming ; Node.js ; JavaScript (Langage de programmation) ; Programmation Internet ; Internet programming ; JavaScript (Computer program language) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Join Ashley Davis (author of Bootstrapping Microservices with Docker, Kubernetes, and Terraform) to explore how to build microservices with Node.js. There'll be an intro to microservices. You'll see why and when to use microservices and end with a demo showing how to build a microservice with Node.js.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 22, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 180
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 11 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: Python (Computer program language) ; Natural language processing (Computer science) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Start creating a rule-based dialog engine or state machine from scratch.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 10, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 181
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (43 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Fighting churn
    DDC: 006.312
    Keywords: Quantitative research Marketing ; Customer relations Management ; Data processing ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: How to test new customer metrics and why it is a key part of any churn analysis.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 10, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 182
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (45 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: Text processing (Computer science) ; Natural language processing (Computer science) ; Artificial intelligence ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Explore the sentence_transformers package for loading a RoBERTa sentence encoder, which gives much better one-word summaries for long sentences, such as this one that you are reading right now ;).
    Note: Online resource; title from title details screen (O'Reilly, viewed May 10, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 183
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (11 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Web applications Development ; Go (Computer program language) ; Applications Web ; Développement ; Go (Langage de programmation) ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video Amit presents his liveProject series, in which he teaches how to use the Go programming language to build the backend for a customer support chat feature. The features of the Go programming language and its rich ecosystem allow you to create a highly scalable backend application out of the box.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 26, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 184
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (41 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: Natural language processing (Computer science) ; Machine learning ; Natural Language Processing ; Traitement automatique des langues naturelles ; Apprentissage automatique ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Hobson and his colleagues try to figure out how to train word embeddings from scratch using the WikiText2 dataset in PyTorch. The WikiText2 dataset contains redacted words, but they were unable to find the "labels" that reveal the words masked with the symbol ``. If you try to use the `Wikipedia` package to retrieve Wikipedia pages directly, you may hit the `suggest` bug. There are more than 100 unanswered issues on the project, and the maintainer has pushed any changes for many years. The Tangible AI fork on GitLab fixes this search suggestion bug so we could easily crawl Wikipedia. Unfortunately, the Wikipedia-API package is not very useful for searching and crawling Wikipedia to retrieve text.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 26, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 185
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 12 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Fighting churn
    DDC: 006.312
    Keywords: Quantitative research Marketing ; Customer relations Management ; Data processing ; Customer relations ; Management ; Data processing ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: In this video, Carl Gold explains module number 4: Feature Engineering. The objective of this milestone is: - Your boss at Manning looks at the results and thinks they're really good. But they want you to look into a few more things to see if different views of the customer help you understand churn. - Your boss suggests the following additional customer metrics that they want you to create and see how they relate to churn using the techniques from the previous milestones. * The total number of customer events in the last 90 days * The number of distinct products the customer used in the last 90 days * The total number of actions related to browsing free content * Total number of actions related to enhanced reading features * The percentage of actions that include reading an owned book * The number of downloads the customer makes per unique product.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 186
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (57 min.)) , sound, color.
    Edition: [First edition].
    DDC: 629.89251
    Keywords: Robotics ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: What makes a robot a robot? What widely different types of robots exist, and what is robot software engineering?
    Note: Online resource; title from title details screen (O'Reilly, viewed June 6, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 187
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (39 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3
    Keywords: Intelligent agents (Computer software) ; Intelligent agents (Computer software) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Use Hugging Face's Gradio package to deploy a simple rule-based chatbot, starting with an echo bot.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 188
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (51 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Computer algorithms ; C (Computer program language) ; C (Computer program language) ; Computer algorithms ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn how to draw tree data structures. Recursive methods let you traverse a tree to figure out how much space each node's subtree requires and where it should be positioned.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 189
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (55 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1068
    Keywords: Application program interfaces (Computer software) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: How to build GraphQL API quickly with AWS AppSync, Cognito, and DynamoDB.
    Note: Online resource; title from title details screen (O'Reilly, viewed July 6, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 190
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (8 hr., 8 min.)) , sound, color.
    Edition: [Video edition]
    DDC: 005.3
    Keywords: Application software Development ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. The right place to start your journey with Blazor. Kalyan Chanumolu, Microsoft An example-driven guide to building reusable UI components and web frontends--all with Blazor, C#, and .NET. In Blazor in Action , you will learn about: Blazor + WebAssembly Picking the right hosting model Building reusable UI components Building forms with validation Integrating with JavaScript libraries Securing your application Testing your applications Blazor in Action is a practical guide to building stunning UIs and client-side applications using C# and .NET. You'll use the Blazor frontend framework to create a fun and exciting web application for plotting hiking routes. As you build up your new application, you'll master the key features of Blazor, such as routing, forms and validation, and dynamic and reusable components. By the time you're done, you'll be ready to develop beautiful sites and apps that seamlessly execute your C# code natively in the browser. The book is written to the most recent stable build of Blazor and seamlessly integrates fresh features from .NET 6. about the technology Create rich web frontends without relying on JavaScript. Microsoft's Blazor framework uses WebAssembly to extend the ultra-popular ASP.NET platform. In Blazor, you can build interactive web components that run natively in the browser without plug-ins or transpilers. And because it's C# end-to-end, it's easy to share code between the server and your web UI. about the book Blazor in Action teaches you to create full-stack ASP.NET applications end-to-end in C#. You'll start by learning to build Blazor web components, working through core topics like routing and forms. As you go, you'll implement a hiking route web application that includes reusable code, integration with JavaScript libraries, and role-based security. To make sure your app is production ready, this practical book also covers state management, data persistence, and testing. about the audience For web developers with C# and .NET experience. about the author Chris Sainty has been a part of the Blazor community from the beginning. He's an active blogger, open source developer, international speaker, and a Microsoft MVP. An excellent introduction and reference for Blazor development. Jeff Smith, TJX Guides the user through the practical use of Blazor components and the concepts behind them. Fantastic book! Jim Wilson, Open Applications Group A very well-conceived and well-executed introduction to Blazor and its use in full-stack development. Mark Chalkley, MainStreetCities NARRATED BY CHRISTOPHER KENDRICK.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 13, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 191
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (10 hr., 35 min.)) , sound, color
    Edition: [First edition].
    DDC: 005.1/4
    Keywords: Computer programs Testing ; Computer programs ; Testing ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Written for the working developer, it offers state-of-the-art software testing techniques. Perfect for training the next generation of effective software testers. From the Foreword by Dr. Arie Van Deursen Go beyond basic testing! Great software testing makes the entire development process more efficient. This book reveals a systemic and effective approach that will help you customize your testing coverage and catch bugs in tricky corner cases. In Effective Software Testing you will learn how to: Engineer tests with a much higher chance of finding bugs Read code coverage metrics and use them to improve your test suite Understand when to use unit tests, integration tests, and system tests Use mocks and stubs to simplify your unit testing Think of pre-conditions, post-conditions, invariants, and contracts Implement property-based tests Utilize coding practices like dependency injection and hexagonal architecture that make your software easier to test Write good and maintainable test code Effective Software Testing teaches you a systematic approach to software testing that will ensure the quality of your code. It's full of techniques drawn from proven research in software engineering, and each chapter puts a new technique into practice. Follow the real-world use cases and detailed code samples, and you'll soon be engineering tests that find bugs in edge cases and parts of code you'd never think of testing! Along the way, you'll develop an intuition for testing that can save years of learning by trial and error. about the technology Effective testing ensures that you'll deliver quality software. For software engineers, testing is a key part of the development process. Mastering specification-based testing, boundary testing, structural testing, and other core strategies is essential to writing good tests and catching bugs before they hit production. about the book Effective Software Testing is a hands-on guide to creating bug-free software. Written for developers, it guides you through all the different types of testing, from single units up to entire components. You'll also learn how to engineer code that facilitates testing and how to write easy-to-maintain test code. Offering a thorough, systematic approach, this book includes annotated source code samples, realistic scenarios, and reasoned explanations. about the audience The Java-based examples illustrate concepts you can use for any object-oriented language. about the author Dr. Maur©Ưcio Aniche is the Tech Academy Lead at Adyen and an Assistant Professor in Software Engineering at the Delft University of Technology. The combination of theory and practice shows the depth of Mauricio's experience as an academic and as a working programmer! From the Foreword by Steve Freeman Whether you're a developer, tester, or student, you'll find this text an essential part of your work. James McKean Wood, Trimble PPM The first book I've read where I finally understood how to write a good unit test, and how to pair it with testable code.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 23, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 192
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 22 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: JavaScript (Computer program language) ; Web applications ; Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Each lesson ends with challenges and tasks for the project--code alongside the lessons to develop your own image slider. Source code is included. Includes section setup details and information for starting the project, such as resources and websites. Create an array of image paths to output images to the page. Explore how to set up a testing array of placeholder images, customize the images, and generate a useful array of content for your page. Use a random image colors function to add colorful images to the web page. Use JavaScript string methods to create a random hex color value generator. Add CSS styling to your jQuery image slider project, and set up and position the images to stack using jQuery. Create visible images to output to the web page and style with CSS. Add and remove element classes with jQuery. Set up moving slides on intervals using a selection of active elements. Update and remove classes and add new, active classes to the new sibling element using jQuery. Add control button options for user event listeners and slider controls. Add buttons with jQuery so that the user can control movement of slides to next and previous images. Users can update intervals and reset the interval timer. Debug the jQuery project, and update and reset the interval timer to restart the counters once a user interacts with the slider controls. Prior to a final code review, do updates and debug the image carousel project.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 193
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 25 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Development ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Jump past "hello world" and focus on Blazor's Razor component architecture. Learn component design concepts and best practices including event handling, attribute splatting, and state management, and component libraries.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 194
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (12 hr., 6 min.)) , sound, color.
    Edition: [Video edition]
    DDC: 004.67/82
    Keywords: Istio (Computer program) ; Cloud computing ; Computer architecture ; Computer networks Management ; Web applications ; Cloud computing ; Computer architecture ; Computer networks ; Management ; Web applications ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Solve difficult service-to-service communication challenges around security, observability, routing, and resilience with an Istio-based service mesh. Istio allows you to define these traffic policies as configuration and enforce them consistently without needing any service-code changes. In Istio in Action you will learn: Why and when to use a service mesh Envoy's role in Istio's service mesh Allowing "North-South" traffic into a mesh Fine-grained traffic routing Make your services robust to network failures Gain observability over your system with telemetry "golden signals" How Istio makes your services secure by default Integrate cloud-native applications with legacy workloads such as in VMs Reduce the operational complexity of your microservices with an Istio-powered service mesh! Istio in Action shows you how to implement this powerful new architecture and move your application-networking concerns to a dedicated infrastructure layer. Non-functional concerns stay separate from your application, so your code is easier to understand, maintain, and adapt regardless of programming language. In this practical guide, you'll go hands-on with the full-featured Istio service mesh to manage microservices communication. Helpful diagrams, example configuration, and examples make it easy to understand how to control routing, secure container applications, and monitor network traffic. About the Technology Offload complex microservice communication layer challenges to Istio! The industry-standard Istio service mesh radically simplifies security, routing, observability, and other service-to-service communication challenges. With Istio, you use a straightforward declarative configuration style to establish application-level network policies. By separating communication from business logic, your services are easier to write, maintain, and modify. About the Book Istio in Action teaches you how to implement an Istio-based service mesh that can handle complex routing scenarios, traffic encryption, authorization, and other common network-related tasks. You'll start by defining a basic service mesh and exploring the data plane with Istio's service proxy, Envoy. Then, you'll dive into core topics like traffic routing and visualization and service-to-service authentication, as you expand your service mesh to workloads on multiple clusters and legacy VMs. What's Inside Comprehensive coverage of Istio resources Practical examples to showcase service mesh capabilities Implementation of multi-cluster service meshes How to extend Istio with WebAssembly Traffic routing and observability VM integration into the mesh About the Reader For developers, architects, and operations engineers. About the Authors Christian Posta is a well-known architect, speaker, and contributor. Rinor Maloku is an engineer at Solo.io working on application networking solutions. Quotes Presents a clear-headed vision of how to achieve the goal of decoupling applications from infrastructure. I hope you'll enjoy this book as much as I have. - From the Foreword by Eric Brewer, VP Infrastructure and Google Fellow I really enjoyed the gentle introduction to Istio. I can easily recommend this book to everyone starting development with Kubernetes. - Christoph Schubert, SAP SE A comprehensive guide for building an in-depth understanding of the Istio service mesh. - Fotis Stamatelopoulos, Upwork It felt like I was shadowing a highly skilled subject matter expert. - Paolo Antinori, Red Hat.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 195
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (6 hr., 37 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.3
    Keywords: Application software Development ; Computer programs ; Application program interfaces (Computer software) ; Open source software ; Java (Computer program language) ; Web services ; Cloud computing ; Logiciels d'application ; Développement ; Logiciels ; Interfaces de programmation d'applications ; Logiciels libres ; Java (Langage de programmation) ; Services Web ; APIs (interfaces) ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Build fast, efficient Kubernetes-based Java applications using the Quarkus framework, MicroProfile, and Java standards. In Kubernetes Native Microservices with Quarkus and MicroProfile you'll learn how to: Deploy enterprise Java applications on Kubernetes Develop applications using the Quarkus runtime Compile natively using GraalVM for blazing speed Create efficient microservices applications Take advantage of MicroProfile specifications Popular Java frameworks like Spring were designed long before Kubernetes and the microservices revolution. Kubernetes Native Microservices with Quarkus and MicroProfile introduces next generation tools that have been cloud-native and Kubernetes-aware right from the beginning. Written by veteran Java developers John Clingan and Ken Finnigan, this book shares expert insight into Quarkus and MicroProfile directly from contributors at Red Hat. You'll learn how to utilize these modern tools to create efficient enterprise Java applications that are easy to deploy, maintain, and expand. About the Technology Build microservices efficiently with modern Kubernetes-first tools! Quarkus works naturally with containers and Kubernetes, radically simplifying the development and deployment of microservices. This powerful framework minimizes startup time and memory use, accelerating performance and reducing hosting cost. And because it's Java from the ground up, it integrates seamlessly with your existing JVM codebase. About the Book Kubernetes Native Microservices with Quarkus and MicroProfile teaches you to build microservices using containers, Kubernetes, and the Quarkus framework. You'll immediately start developing a deployable application using Quarkus and the MicroProfile APIs. Then, you'll explore the startup and runtime gains Quarkus delivers out of the box and also learn how to supercharge performance by compiling natively using GraalVM. Along the way, you'll see how to integrate a Quarkus application with Spring and pick up pro tips for monitoring and managing your microservices. What's Inside Deploy enterprise Java applications on Kubernetes Develop applications using the Quarkus runtime framework Compile natively using GraalVM for blazing speed Take advantage of MicroProfile specifications About the Reader For intermediate Java developers comfortable with Java EE, Jakarta EE, or Spring. Some experience with Docker and Kubernetes required. About the Authors John Clingan is a senior principal product manager at Red Hat, where he works on enterprise Java standards and Quarkus. Ken Finnigan is a senior principal software engineer at Workday, previously at Red Hat working on Quarkus. Quotes Quick, concise, just enough of everything. I enjoyed every part of this book. - Mladen Kne¿ℓi♯⁷, CROZ Every chapter makes me realize how helpful is Quarkus developing microservices native applications. - David Torrubia Inigo, Lookiero Covers the Kubernetes-Quarkus MicroProfile stack in great depth. I recommend it 100%. - Daniel Cortes, BBVA A fine book on Quarkus--both for someone getting started with this exciting technology as well as an experienced hand. - Yogesh Shetty, ING This book is simply excellent. Quarkus online documentation is great but the book takes it a level further. - Alain Lompo, ISO-Gruppe.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 23, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 196
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (15 hr., 14 min.)) , sound, color.
    Edition: [Video edition].
    DDC: 006.31
    Keywords: Machine learning ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Did you think machine learning is complicated and hard to master? It's not! Read this book! Serrano demystifies some of the best-held secrets of the machine learning society. Sebastian Thrun, Founder, Udacity Discover valuable machine learning techniques you can understand and apply using just high-school math. In Grokking Machine Learning you will learn: Supervised algorithms for classifying and splitting data Methods for cleaning and simplifying data Machine learning packages and tools Neural networks and ensemble methods for complex datasets Grokking Machine Learning teaches you how to apply ML to your projects using only standard Python code and high school-level math. No specialist knowledge is required to tackle the hands-on exercises using Python and readily available machine learning tools. Packed with easy-to-follow Python-based exercises and mini-projects, this book sets you on the path to becoming a machine learning expert. about the technology Discover powerful machine learning techniques you can understand and apply using only high school math! Put simply, machine learning is a set of techniques for data analysis based on algorithms that deliver better results as you give them more data. ML powers many cutting-edge technologies, such as recommendation systems, facial recognition software, smart speakers, and even self-driving cars. This unique book introduces the core concepts of machine learning, using relatable examples, engaging exercises, and crisp illustrations. about the book Grokking Machine Learning presents machine learning algorithms and techniques in a way that anyone can understand. This book skips the confused academic jargon and offers clear explanations that require only basic algebra. As you go, you'll build interesting projects with Python, including models for spam detection and image recognition. You'll also pick up practical skills for cleaning and preparing data. about the audience No machine learning knowledge necessary, but basic Python required. about the author Luis G. Serrano is a research scientist in quantum artificial intelligence. Previously, he was a Machine Learning Engineer at Google and Lead Artificial Intelligence Educator at Apple. The first step to take on your machine learning journey. Millad Dagdoni, Norwegian Labour and Welfare Administration A nicely written guided introduction, especially for those who want to code but feel shaky in their mathematics. Erik D. Sapper, California Polytechnic State University The most approachable introduction to machine learning I've had the pleasure to read in recent years. Highly recommended. Kay Engelhardt, devstats NARRATED BY MARIANNE SHEEHAN.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 9, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 197
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (19 hr., 16 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.74
    Keywords: Database design ; Relational databases ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Entity Framework Core in Action, Second Edition is an in-depth guide to reading and writing databases with EF Core. Revised from the bestselling original edition, it's filled with over 100 diagrams, code snippets, and examples--including building and scaling your own bookselling web application. Learn from author Jon Smith's extensive experience working with EF Core in production, as you discover time-saving patterns and best practices for security, performance tuning, and unit testing. All of the book's code is available on GitHub. About the Technology Entity Framework radically simplifies data access in .NET applications. This easy-to-use object-relational mapper (ORM) lets you write database code in pure C#. It automatically maps classes to database tables and enables queries with standard LINQ commands. It even generates SQL, so you don't have to! About the Book Entity Framework Core in Action, Second Edition teaches you to write flawless database interactions for .NET applications. Following relevant examples from author Jon Smith's extensive experience, you'll progress quickly from EF basics to advanced techniques. In addition to the latest EF features, this book addresses performance, security, refactoring, and unit testing. This updated edition also contains new material on NoSQL databases. What's Inside Configuring EF to define every table and column Updating your schema as your app grows Integrating EF with existing C# application Writing and testing business logic for database access Applying a Domain-Driven Design to EF Core Getting the best performance out of EF Core About the Reader For .NET developers familiar with relational databases. About the Author Jon P. Smith is a freelance software developer and architect with a special focus on .NET and Azure. Quotes The most comprehensive reference for EF Core that does--or ever will--exist. - Stephen Byrne, Intel Corporation The definitive guide to EF Core. Filled with real world examples, it's the most practical way to enhance your EF Core skill set. - Paul Brown, Diversified Services Network I firmly believe anyone using EF Core will find something to up their game in this book. - Anne Epstein, Headspring Remains a go-to resource for me while working with Entity Framework. - Foster Haines, J2 Interactive.
    Note: Reader not identified. - Online resource; title from title details screen (O'Reilly, viewed September 19, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 198
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (55 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Application software Development ; Web applications Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: How to create infrastructure for an application through code.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 199
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 28 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: A demonstration of utilizing the compiler to help you find errors in your code.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 30, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 200
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 22 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Go (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In this video, Amit Saha will walk you through the implementation of the liveProject: https://www.manning.com/liveproject/create-a-web-application-scaffold-generator-in-go. He discusses the implementation details of the project, including key features of Go 1.16 which he uses and ideas to extend the project.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 22, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...