cookbook_bibliography

Cookbook Bibliography

Sorted by Popularity

  1. AWS Cookbook by John Culkin and Mike Zazon - Topic: AWS, O'Reilly Media - December 2021 - - If you're comfortable with rudimentary scripting and general cloud concepts, this cookbook provides what you need to address foundational tasks and create high-level capabilities. Authors John Culkin and Mike Zazon share real-world examples that incorporate best practices.
  2. React Cookbook by David Griffiths and Dawn Griffiths - Topic: React - O'Reilly Media - August 2021 - - The React Cookbook delivers answers fast. Many books teach you how to get started, understand the framework, or use a component library with React, but very few provide examples to help you solve particular problems. This easy-to-use cookbook includes the example code developers need to unravel the most common problems when using React, categorized by topic area and problem. You'll learn how to: Build a single-page application in React using a rich UI Create progressive web applications that users can install and work with offline Integrate with backend services such as REST and GraphQL Automatically test for accessibility problems in your application Secure applications with fingerprints and security tokens using WebAuthn Deal with bugs and avoid common functional and performance problems
  3. PowerShell Cookbook, 4th Edition by Lee Holmes - Topic: PowerShell - O'Reilly Media June 2021 - Updated for PowerShell 5.1 and Open Source PowerShell up to 7.0 and beyond, this comprehensive cookbook includes hands-on recipes for common tasks and administrative jobs that you can apply whether you're on the client or server version of Windows.
  4. Angular Cookbook by Muhammad Ahsan Ayaz and Najla Obaid - Topic: Angular - Packt Publishing - August 2021 - Discover actionable solutions to everyday problems in building applications with Angular and TypeScript, from app design to production deployment Key Features Explore recipes across core Angular topics to fill gaps in your knowledge of using Angular in production Discover industry best practices and tooling to enhance your development experience with Angular Understand advanced topics in Angular to help you become a proficient enterprise web developer Book Description The Angular framework, powered by Google, is the framework of choice for many web development projects built across varying scales. It's known to provide much-needed stability and a rich tooling ecosystem for building production-ready web and mobile apps. This recipe-based guide enables you to learn Angular concepts in depth using a step-by-step approach. You'll explore a wide range of recipes across key tasks in web development that will help you build high-performance apps. The book starts by taking you through core Angular concepts such as Angular components, directives, and services to get you ready for building frontend web apps.
  5. Flutter Cookbook by Simone Alessandria and Brian Kayfitz - Topic: Flutter - Packt Publishing - June 2021 - The Flutter Cookbook covers error handling and debugging to ensure that your apps run more efficiently. You'll start by setting up Flutter and customizing your development environment. The book will explain the main tasks involved in app development, such as user interface and user experience (UI/UX) design, API design, and creating animations.
  6. Cloud Native Security Cookbook by Josh Armitage - Topic: Cloud Computing - O'Reilly Media - May 2022 - With the rise of the cloud, every aspect of IT has been shaken to its core. The fundamentals for building systems are changing, and although many of the principles that underpin security still ring true, their implementation has become unrecognizable. This practical book provides recipes for AWS, Azure, and GCP to help you enhance the security of your own cloud native systems. Based on his hard-earned experience working with some of the world's biggest enterprises and rapidly iterating startups, consultant Josh Armitage covers the trade-offs that security professionals, developers, and infrastructure gurus need to make when working with different cloud providers. Each recipe discusses the inherent trade-offs, as well as where clouds have similarities and where they're fundamentally different. Learn how the cloud provides superior security to what was achievable in an on-premises world Understand the principles and mental models that enable you to make optimal trade-offs as part of your solution Learn how to implement existing solutions that are robust and secure, and devise design solutions to new and interesting problems Deal with security challenges and solutions both horizontally and vertically within your business
  7. Go Cookbook by Sau Sheong Chang - Topic: Golang - O'Reilly Media - July 2023 - Go is an increasingly popular language for programming everything from web applications to distributed network services. This practical guide provides recipes to help you unravel common problems and perform useful tasks when working with Go. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. Programmers new to Go can quickly ramp up their knowledge while accomplishing useful tasks, and experienced Go developers can save time by cutting and pasting proven code directly into their applications. Recipes include: Creating a module Calling code from another module Returning and handling an error Converting strings to numbers (or converting numbers to strings) Modifying multiple characters in a string Creating substrings from a string Capturing string input And so much more
  8. Scala Cookbook, 2nd Edition by Alvin Alexander - Topic: Scala - O'Reilly Media - August 2021 - The latest edition of this comprehensive cookbook is packed with more than 250 ready-to-use recipes and 1,000 code examples to help you solve the most common problems when working with Scala 3 and its popular libraries. … Whether you're working on web, big data, or distributed applications, this cookbook provides recipes based on real-world scenarios for both experienced Scala developers and programmers just learning to use this JVM language.
  9. Java Cookbook, 4th Edition by Ian F. Darwin - Topic: Java - O'Reilly Media - March 2020 - Java continues to grow and evolve, and this cookbook continues to evolve in tandem. With this guide, you’ll get up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. … If you’re familiar with Java basics, this cookbook will bolster your knowledge of the language and its many recent changes, including how to apply them in your day-to-day development. This updated edition covers changes through Java 12 and parts of 13 and 14.
  10. NGINX Cookbook, 2nd Edition by Derek DeJonghe - Topic: NGINX - O'Reilly Media - August 2022 - This cookbook provides easy-to-follow examples to real-world problems in application delivery. The practical recipes will help you set up and use either the open source or commercial offering to solve problems in various use cases.
  11. Snowflake Cookbook by Hamid Mahmood Qureshi and Hammad Sharif - Topic: Data Lake - Packt Publishing - February 2021 - Develop modern solutions with Snowflake's unique architecture and integration capabilities; process bulk and real-time data into a data lake; and leverage time travel, cloning, and data-sharing features to optimize data operations Key Features Build and scale modern data solutions using the all-in-one Snowflake platform Perform advanced cloud analytics for implementing big data and data science solutions Make quicker and better-informed business decisions by uncovering key insights from your data Book Description Snowflake is a unique cloud-based data warehousing platform built from scratch to perform data management on the cloud. This book introduces you to Snowflake's unique architecture, which places it at the forefront of cloud data warehouses. You'll explore the compute model available with Snowflake, and find out how Snowflake allows extensive scaling through the virtual warehouses. You will then learn how to configure a virtual warehouse for optimizing cost and performance. Moving on, you'll get to grips with the data ecosystem and discover how Snowflake integrates with other technologies for staging and loading data.
  12. GitOps Cookbook by Natale Vinto and Alex Soto Bueno - Topic: DevOps - O'Reilly Media - January 2023 - Why are so many companies adopting GitOps for their DevOps and cloud native strategy? This reliable framework is quickly becoming the standard method for deploying apps to Kubernetes. With this practical, developer-oriented book, DevOps engineers, developers, IT architects, and SREs will learn the most useful recipes and examples for following GitOps practices. Through their years of experience in application modernization, CI/CD, and automation, authors Alex Soto Bueno and Natale Vinto from Red Hat walk you through all the steps necessary for successful hands-on application development and deployment with GitOps. Once you start using the recipes in this book, you'll have a head start in development cycles on Kubernetes following the GitOps approach. You'll learn how to: Develop and deploy applications on Kubernetes Understand the basics of CI/CD and automation on Kubernetes, and apply GitOps practices to implement development cycles on the platform Prepare the app for deployment on multiple environments and/or multiple Kubernetes clusters Deploy apps for either multiple environments using GitOps and Argo CD, or for Kubernetes clusters Create Kubernetes-native pipelines with Tekton Provide and extend DevOps skills for the team working on Kubernetes Use progressive delivery to put your applications into production
  13. PHP Cookbook by Eric A. Mann - Topic: PHP - O'Reilly Media - July 2023 - If you're a PHP developer looking for proven solutions to common problems, this cookbook provides code recipes to help you resolve numerous scenarios. ]] by leveraging modern versions of PHP through version 8.1, these self-contained recipes provide fully realized solutions that can help you solve similar problems in your day-to-day work.
  14. Terraform Cookbook by Mikael Krief and Mitchell Hashimoto - Topic: Terraform - Packt Publishing - October 2020 - Discover how to manage and scale your infrastructure using Infrastructure as Code (IaC) with Terraform Key Features Get up and running with the latest version of Terraform, v0.13 Design and manage infrastructure that can be shared, tested, modified, provisioned, and deployed Work through practical recipes to achieve zero-downtime deployment and scale your infrastructure effectively Book Description HashiCorp Configuration Language (HCL) has changed how we define and provision a data center infrastructure with the launch of Terraform—one of the most popular and powerful products for building Infrastructure as Code. This practical guide will show you how to leverage HashiCorp's Terraform tool to manage a complex infrastructure with ease. Starting with recipes for setting up the environment, this book will gradually guide you in configuring, provisioning, collaborating, and building a multi-environment architecture. Unlike other books, you'll also be able to explore recipes with real-world examples to provision your Azure infrastructure with Terraform. Once you've covered topics such as Azure Template, Azure CLI, Terraform configuration, and Terragrunt, you'll delve into manual and automated testing with Terraform configurations.
  15. Azure Databricks Cookbook by Phani Raj and Vinod Jaiswal - Topic: Microsoft Azure - Packt Publishing - September 2021 - The Azure Databricks Cookbook provides recipes to get hands-on with the analytics process, including ingesting data from various batch and streaming sources and building a modern data warehouse. The book starts by teaching you how to create an Azure Databricks instance within the Azure portal, Azure CLI, and ARM templates.
  16. JavaScript Cookbook, 3rd Edition by AdamD. Scott, Matthew MacDonald and Shelley Powers - Topic: JavaScript - O'Reilly Media - July 2021 - This cookbook is chock-full of code recipes for common programming tasks, along with techniques for building apps that work in any browser. You'll get adaptable code samples that you can add to almost any project–and you'll learn more about JavaScript in the process.
  17. SQL Cookbook, 2nd Edition by Anthony Molinaro and Robert de Graaf - Topic: SQL - O'Reilly Media - November 2020 - Based on real-world examples, this updated cookbook provides a framework to help you construct solutions and executable examples in severalflavors of SQL, including Oracle, DB2, SQL Server, MySQL, andPostgreSQL. SQL programmers, analysts, data scientists, database administrators, and even relatively casual SQL users will find SQL Cookbook to be a valuable problem-solving guide for everyday issues. No other resource offers recipes in this unique format to help you tackle nagging day-to-day conundrums with SQL.
  18. SwiftUI Cookbook - Second Edition by Giordano Scalzo and Edgar Nzokwe - Topic: Swift - Packt Publishing - October 2021 - In this recipe-based cookbook, you'll cover the foundations of SwiftUI as well as the new SwiftUI 3 features introduced in iOS 15 and explore a range of essential techniques and concepts that will help you through the development process. The cookbook begins by explaining how to use basic SwiftUI components. Once you've learned the core concepts of UI development, such as Views, Controls, Lists, and ScrollViews, using practical implementations in Swift, you'll advance to adding useful features to SwiftUI using drawings, built-in shapes, animations, and transitions.
  19. Linux Cookbook, 2nd Edition by Carla Schroder - Topic: Linux - O'Reilly Media - August 2021 - This handy cookbook teaches new-to-intermediate Linux users the essential skills necessary to manage a Linux system, using both graphical and command-line tools. Whether you run Linux in embedded, desktop, server, or cloud or virtual environments, the fundamental skills are the same.
  20. Google Cloud Cookbook by Rui Costa and Drew Hodun - Topic: Google Cloud Platform - O'Reilly Media - October 2021 - Ideal for system engineers and administrators, developers, network and database administrators, and data analysts, this cookbook helps you get started with Google Cloud regardless of your level of experience. This cookbook provides a variety of self-contained recipes that show you how to use Google Cloud services for your enterprise application. Whether you're looking for practical ways to apply microservices, AI, analytics, security, or networking solutions, these recipes take you step-by-step through the process and provide discussions that explain how and why the recipes work.
  21. Restful Web API Patterns and Practices Cookbook by Mike Amundsen - Topic: Restful Web Services - O'Reilly Media - October 2022 - This cookbook provides proven recipes to help you get those many disparate parts to work together in your network. Author Mike Amundsen provides step-by-step solutions for finding, connecting, and maintaining applications designed and built by people outside the organization.
  22. Quarkus Cookbook by Alex Soto Bueno and Jason Porter - Topic: Java - O'Reilly Media - July 2020 - With this cookbook, authors Alex Soto Bueno and Jason Porter from Red Hat provide detailed solutions for installing, interacting with, and using Quarkus in the development and production of microservices.
  23. Pandas 1.x Cookbook by Matt Harrison and Theodore Petrou - Topic: Pandas - Packt Publishing - February 2020 - Use the power of pandas to solve most complex scientific computing problems with ease. Revised for pandas 1.x. Key Features This is the first book on pandas 1.x Practical, easy to implement recipes for quick solutions to common problems in data using pandas Master the fundamentals of pandas to quickly begin exploring any dataset Book Description The pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands as one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through situations that you are highly likely to encounter. This new updated and revised edition provides you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations.
  24. C Sharp Cookbook by Joe Mayo - Topic: C Sharp - O'Reilly Media - September 2021 - Each section of this cookbook describes some useful facet of the C# programming language. These recipes–the result of many years of experience–are proven concepts for solving real-world problems with C#. This cookbook is packed full of recipes to help you solve issues for C# programming tasks you're likely to encounter. You'll learn tried-and-true techniques to help you achieve greater productivity and improve the quality of your code.
  25. MySQL Cookbook, 4th Edition by Sveta Smirnova and Alkin Tezuysal - Topic: MySQL - O'Reilly Media - August 2022 - That's where this cookbook comes in. When you need quick solutions or techniques, this handy resource provides scores of short, focused pieces of code, hundreds of worked-out examples, and clear, concise explanations for programmers who don't have the time (or expertise) to resolve MySQL problems from scratch.
  26. CMake Cookbook by Radovan Bast and Roberto Di Remigio - Topic: CMake - Packt Publishing - September 2018 - CMake Cookbook includes real-world examples in the form of recipes that cover different ways to structure, configure, build, and test small- to large-scale code projects. You will learn to use CMake's command-line tools and master modern CMake practices for configuring, building, and testing binaries and libraries.
  27. Node Cookbook by Bethany Griggs - Topic: Node.js - Packt Publishing - November 2020 - This fourth edition of the Node Cookbook is updated with the latest Node.js features and the evolution of the Node.js framework ecosystems. This practical guide will help you to get started with creating, debugging, and deploying your Node.js applications and cover solutions to common problems, along with tips to avoid pitfalls.
  28. Modern Python Cookbook - Second Edition by Steven F. Lott - Topic: Python - Packt Publishing - July 2020 - Complete recipes spread across 15 chapters to help you overcome commonly faced issues by Python for everybody across the globe. Each recipe takes a problem-solution approach to resolve for effective Python. Key Features Develop expressive and effective Python programs Best practices and common idioms through carefully explained recipes Discover new ways to apply Python for data-focused development Make use of Python's optional type annotations Book Description Python is the preferred choice of developers, engineers, data scientists, and hobbyists everywhere. It is a great language that can power your applications and provide great speed, safety, and scalability. It can be used for simple scripting or sophisticated web applications. ]] by exposing Python as a series of simple recipes, this book gives you insight into specific language features in a particular context.
  29. Kubernetes Cookbook by Sébastien Goasguen and Michael Hausenblas - Topic: Kubernete - O'Reilly Media - February 2018 - This cookbook, ideal for developers and system administers alike, provides the essential knowledge you need to get there. You’ll find recipes for: Kubernetes installation Kubernetes API, API groups Application primitives Monitoring TroubleshootingWith this practical cookbook, you’ll learn hands-on recipes for automating the deployment, scaling, and operations of application containers across clusters of hosts. The book's easy-lookup problem-solution-discussion format helps you find the detailed answers you need—quickly.
  30. Tableau Desktop Cookbook by Lorna Brown - Topic: Tableau - O'Reilly Media - November 2020 - With this cookbook, Tableau beginners will learn hands-on how this unique self-serve tool works, while experienced users will find this book to be an ideal reference guide on how to employ specific techniques. Whether you're a beginner just learning how to create data visualizations or a Jedi who's already used Tableau for years, this cookbook has a recipe for everyone. Author Lorna Brown provides more than 100 practical recipes to enhance the way you build Tableau dashboards–and helps you understand your data through the power of Tableau Desktop's interactive datavisualizations.
  31. Amazon Redshift Cookbook by Shruti Worlikar, Thiyagarajan Arumugam, Harshida Patel and Eugene Kawamoto - Topic: Amazon Redshift - Packt Publishing - July 2021 - Discover how to build a cloud-based data warehouse at petabyte-scale that is burstable and built to scale for end-to-end analytical solutions Key Features Discover how to translate familiar data warehousing concepts into Redshift implementation Use impressive Redshift features to optimize development, productionizing, and operations processes Find out how to use advanced features such as concurrency scaling, Redshift Spectrum, and federated queries Book Description Amazon Redshift is a fully managed, petabyte-scale AWS cloud data warehousing service. It enables you to build new data warehouse workloads on AWS and migrate on-premises traditional data warehousing platforms to Redshift. This book on Amazon Redshift starts by focusing on Redshift architecture, showing you how to perform database administration tasks on Redshift. You'll then learn how to optimize your data warehouse to quickly execute complex analytic queries against very large datasets. Because of the massive amount of data involved in data warehousing, designing your database for analytical processing lets you take full advantage of Redshift's columnar architecture and managed services.
  32. AWS SysOps Cookbook - Second Edition by Eric Z. Beard, Rowan Udell and Lucas Chan - Topic: AWS - Packt Publishing - September 2019 - Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/AWS-SysOps-Cookbook-Second-Edition.
  33. Kotlin Cookbook by Ken Kousen - Topic: Kotlin - O'Reilly Media - November 2019 - With this unique cookbook, developers will learn how to apply thisJava-based language to their own projects. Both experienced programmers and those new to Kotlin will benefit from the practical recipes in this book.
  34. PostgreSQL 13 Cookbook by Vallarapu Naga Avinash Kumar - Topic: PostgreSQL - Packt Publishing - February 2021 - Get to grips with building reliable, scalable, and maintainable database solutions for enterprises and production databases Key Features Implement PostgreSQL 13 features to perform end-to-end modern database management Design, manage, and build enterprise database solutions using a unique recipe-based approach Solve common and not-so-common challenges faced while working to achieve optimal database performance Book Description PostgreSQL has become the most advanced open source database on the market. This book follows a step-by-step approach, guiding you effectively in deploying PostgreSQL in production environments. The book starts with an introduction to PostgreSQL and its architecture. You'll cover common and not-so-common challenges faced while designing and managing the database. Next, the book focuses on backup and recovery strategies to ensure your database is steady and achieves optimal performance. Throughout the book, you'll address key challenges such as maintaining reliability, data integrity, a fault-tolerant environment, a robust feature set, extensibility, consistency, and authentication.
  35. Network Automation Cookbook by Karim Okasha - Topic: Network Automation - Packt Publishing - April 2020 - Take your network automation skills to the next level with practical recipes on managing network devices from a variety of vendors like Cisco, Juniper, and Arista Key Features Use Ansible to automate network infrastructure with the help of step-by-step instructions Implement network automation best practices to save cost, avoid critical errors, and reduce downtime Deliver a robust automation framework by integrating Ansible with NAPALM, NetBox, and Batfish Book Description Network Automation Cookbook is designed to help system administrators, network engineers, and infrastructure automation engineers to centrally manage switches, routers, and other devices in their organization's network.
  36. Microsoft Power BI Cookbook - Second Edition by Greg Deckler and Brett Powell - Topic: Microsoft Power BI - Packt Publishing - September 2021 - This cookbook provides advanced design and development tips, and guidance on enhancing existing Power BI projects. The updated edition enables you to implement evergreen frameworks that will stay relevant as Power BI updates. With revised practical recipes, Microsoft Power BI Cookbook, Second Edition helps you navigate Power BI tools and their advanced features. It also demonstrates the use of end-to-end solutions that integrate those features to get the most out of Power BI. … Microsoft Power BI Cookbook, Second Edition enables Power BI's functional programming languages of DAX and M to come alive and deliver powerful solutions to common business intelligence challenges. What you will learn Cleanse, stage, and integrate your data sources with Power Query (M) Remove data complexities and provide users with intuitive, self-service BI capabilities Build business logic and analysis into your solutions via the DAX programming language and dashboard-ready calculations Implement aggregation tables to accelerate query performance over large data sources Create and integrate paginated reports Understand the differences and implications of DirectQuery, live connections, Import, and Composite model datasets Integrate other Microsoft data tools into your Power BI solution Who this book is for This book is for BI professionals who wish to enhance their knowledge of Power BI and the value of the Power BI solutions they deliver to business users.
  37. NGINX Cookbook by Derek DeJonghe - Topic: NGINX - O'Reilly Media - October 2020 - This cookbook provides easy-to-follow examples to real-world problems in application delivery. The practical recipes will help you set up and use either the open source or commercial offering to solve problems in various use cases.
  38. Azure Data Factory Cookbook by Dmitry Anoshin, Dmitry Foshin, Roman Storchak and Xenia Ireton - Topic: Microsoft Azure - Packt Publishing - December 2020 - This Azure Data Factory Cookbook helps you get up and running by showing you how to create and execute your first job in ADF. You'll learn how to branch and chain activities, create custom activities, and schedule pipelines.
  39. bash Cookbook, 2nd Edition by Carl Albing and JP Vossen - Topic: Bash - O'Reilly Media - October 2017 - This cookbook provides more than 300 practical recipes for using bash, the popular Unix shell that enables you to harness and customize the power of any Unix or Linux system. Ideal for new and experienced users alike—including proficient Windows users and sysadmins—this updated second edition helps you solve a wide range of problems.

Research It More


© 1994 - 2024 Cloud Monk Losang Jinpa or Fair Use. Disclaimers

SYI LU SENG E MU CHYWE YE. NAN. WEI LA YE. WEI LA YE. SA WA HE.


cookbook_bibliography.txt · Last modified: 2024/04/28 03:35 by 127.0.0.1