Author: Burak Serdar
Publisher: Packt Publishing Ltd
ISBN: 1835464785
Category : Computers
Languages : en
Pages : 350
Book Description
Master essential Go programming techniques step by step with expert-led recipes and ready-to-use solutions for common challenges Key Features Discover easy-to-implement recipes for all types of programming projects Learn idiomatic solutions to common problems Gain comprehensive knowledge of core Go concepts Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionWith its simple syntax and sensible conventions, Go has emerged as the language of choice for developers in network programming, web services, data processing, and other settings. This practical guide helps engineers leverage Go through up-to-date recipes that solve common problems in day-to-day programming. Drawing from three decades of distributed systems engineering and technical leadership at companies like Red Hat, Burak Serdar brings battle-tested expertise in building robust, scalable applications. He starts by covering basics of code structure, describing different approaches to organizing packages for different types of projects. You’ll discover practical solutions to engineering challenges in network programming, dealing with processes, databases, data processing pipelines, and testing. Each chapter provides working solutions and production-ready code snippets that you can seamlessly incorporate into your programs while working in sequential and concurrent settings. The solutions leverage the more recent additions to the Go language, such as generics and structured logging. Most of the examples are developed using the Go standard library without any third-party packages. By the end of this book, you’ll have worked through a collection of proven recipes that will equip you accelerate your Go development journey.What you will learn Understand how to structure projects Find out how to process text with Go tools Discover how to work with arrays, slices, and maps Implement robust error handling patterns Explore concurrent data processing for Go programs Get up to speed with how to control processes Integrate Go applications with databases Understand how to test, benchmark, and profile Go programs Who this book is for This book is for any developer with a basic understanding of the Go language. If you’re a senior developer, you can use it as a reference for finding useful examples they can apply to different use cases.
Go Recipes for Developers
Author: Burak Serdar
Publisher: Packt Publishing Ltd
ISBN: 1835464785
Category : Computers
Languages : en
Pages : 350
Book Description
Master essential Go programming techniques step by step with expert-led recipes and ready-to-use solutions for common challenges Key Features Discover easy-to-implement recipes for all types of programming projects Learn idiomatic solutions to common problems Gain comprehensive knowledge of core Go concepts Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionWith its simple syntax and sensible conventions, Go has emerged as the language of choice for developers in network programming, web services, data processing, and other settings. This practical guide helps engineers leverage Go through up-to-date recipes that solve common problems in day-to-day programming. Drawing from three decades of distributed systems engineering and technical leadership at companies like Red Hat, Burak Serdar brings battle-tested expertise in building robust, scalable applications. He starts by covering basics of code structure, describing different approaches to organizing packages for different types of projects. You’ll discover practical solutions to engineering challenges in network programming, dealing with processes, databases, data processing pipelines, and testing. Each chapter provides working solutions and production-ready code snippets that you can seamlessly incorporate into your programs while working in sequential and concurrent settings. The solutions leverage the more recent additions to the Go language, such as generics and structured logging. Most of the examples are developed using the Go standard library without any third-party packages. By the end of this book, you’ll have worked through a collection of proven recipes that will equip you accelerate your Go development journey.What you will learn Understand how to structure projects Find out how to process text with Go tools Discover how to work with arrays, slices, and maps Implement robust error handling patterns Explore concurrent data processing for Go programs Get up to speed with how to control processes Integrate Go applications with databases Understand how to test, benchmark, and profile Go programs Who this book is for This book is for any developer with a basic understanding of the Go language. If you’re a senior developer, you can use it as a reference for finding useful examples they can apply to different use cases.
Publisher: Packt Publishing Ltd
ISBN: 1835464785
Category : Computers
Languages : en
Pages : 350
Book Description
Master essential Go programming techniques step by step with expert-led recipes and ready-to-use solutions for common challenges Key Features Discover easy-to-implement recipes for all types of programming projects Learn idiomatic solutions to common problems Gain comprehensive knowledge of core Go concepts Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionWith its simple syntax and sensible conventions, Go has emerged as the language of choice for developers in network programming, web services, data processing, and other settings. This practical guide helps engineers leverage Go through up-to-date recipes that solve common problems in day-to-day programming. Drawing from three decades of distributed systems engineering and technical leadership at companies like Red Hat, Burak Serdar brings battle-tested expertise in building robust, scalable applications. He starts by covering basics of code structure, describing different approaches to organizing packages for different types of projects. You’ll discover practical solutions to engineering challenges in network programming, dealing with processes, databases, data processing pipelines, and testing. Each chapter provides working solutions and production-ready code snippets that you can seamlessly incorporate into your programs while working in sequential and concurrent settings. The solutions leverage the more recent additions to the Go language, such as generics and structured logging. Most of the examples are developed using the Go standard library without any third-party packages. By the end of this book, you’ll have worked through a collection of proven recipes that will equip you accelerate your Go development journey.What you will learn Understand how to structure projects Find out how to process text with Go tools Discover how to work with arrays, slices, and maps Implement robust error handling patterns Explore concurrent data processing for Go programs Get up to speed with how to control processes Integrate Go applications with databases Understand how to test, benchmark, and profile Go programs Who this book is for This book is for any developer with a basic understanding of the Go language. If you’re a senior developer, you can use it as a reference for finding useful examples they can apply to different use cases.
Go Recipes
Author: Shiju Varghese
Publisher: Apress
ISBN: 148421188X
Category : Computers
Languages : en
Pages : 248
Book Description
Solve your Go problems using a problem-solution approach. Each recipe is a self-contained answer to a practical programming problem in Go. Go Recipes contains recipes that deal with the fundamentals of Go, allowing you to build simple, reliable, and efficient software. Other topics include working with data using modern NoSQL databases such as MongoDB and RethinkDB. The book provides in-depth guidance for building highly scalable backend APIs in Go for your mobile client applications and web client applications. All this means that you’ll be able to write programs that get the most out of multicore and networked machines, using Go’s novel type system that enables flexible and modular program construction. You'll see how to test your Go applications so they are ready for deployment, as well as learning how to write HTTP servers to offer you maximum flexibility when dealing with remote clients. What You'll Learn Work with the core fundamentals of Go Persist data into NoSQL databases Build scalable backend APIs Test your Go applications Create HTTP web servers in Go Who This Book Is For Experienced programmers who have some or no prior experience with Go.
Publisher: Apress
ISBN: 148421188X
Category : Computers
Languages : en
Pages : 248
Book Description
Solve your Go problems using a problem-solution approach. Each recipe is a self-contained answer to a practical programming problem in Go. Go Recipes contains recipes that deal with the fundamentals of Go, allowing you to build simple, reliable, and efficient software. Other topics include working with data using modern NoSQL databases such as MongoDB and RethinkDB. The book provides in-depth guidance for building highly scalable backend APIs in Go for your mobile client applications and web client applications. All this means that you’ll be able to write programs that get the most out of multicore and networked machines, using Go’s novel type system that enables flexible and modular program construction. You'll see how to test your Go applications so they are ready for deployment, as well as learning how to write HTTP servers to offer you maximum flexibility when dealing with remote clients. What You'll Learn Work with the core fundamentals of Go Persist data into NoSQL databases Build scalable backend APIs Test your Go applications Create HTTP web servers in Go Who This Book Is For Experienced programmers who have some or no prior experience with Go.
Go Web Development Cookbook
Author: Arpit Aggarwal
Publisher: Packt Publishing Ltd
ISBN: 1787288560
Category : Computers
Languages : en
Pages : 326
Book Description
86 recipes on how to build fast, scalable, and powerful web services and applications with Go Key Features Become proficient in RESTful web services Build scalable, high-performant web applications in Go Get acquainted with Go frameworks for web development Book Description Go is an open source programming language that is designed to scale and support concurrency at the language level. This gives you the liberty to write large concurrent web applications with ease. From creating web application to deploying them on Amazon Cloud Services, this book will be your one-stop guide to learn web development in Go. The Go Web Development Cookbook teaches you how to create REST services, write microservices, and deploy Go Docker containers. Whether you are new to programming or a professional developer, this book will help get you up to speed with web development in Go. We will focus on writing modular code in Go; in-depth informative examples build the base, one step at a time. You will learn how to create a server, work with static files, SQL, NoSQL databases, and Beego. You will also learn how to create and secure REST services, and create and deploy Go web application and Go Docker containers on Amazon Cloud Services. By the end of the book, you will be able to apply the skills you've gained in Go to create and explore web applications in any domain. What you will learn Create a simple HTTP and TCP web server and understand how it works Explore record in a MySQL and MongoDB database Write and consume RESTful web service in Go Invent microservices in Go using Micro – a microservice toolkit Create and Deploy the Beego application with Nginx Deploy Go web application and Docker containers on an AWS EC2 instance Who this book is for This book is for Go developers interested in learning how to use Go to build powerful web applications. A background in web development is expected.
Publisher: Packt Publishing Ltd
ISBN: 1787288560
Category : Computers
Languages : en
Pages : 326
Book Description
86 recipes on how to build fast, scalable, and powerful web services and applications with Go Key Features Become proficient in RESTful web services Build scalable, high-performant web applications in Go Get acquainted with Go frameworks for web development Book Description Go is an open source programming language that is designed to scale and support concurrency at the language level. This gives you the liberty to write large concurrent web applications with ease. From creating web application to deploying them on Amazon Cloud Services, this book will be your one-stop guide to learn web development in Go. The Go Web Development Cookbook teaches you how to create REST services, write microservices, and deploy Go Docker containers. Whether you are new to programming or a professional developer, this book will help get you up to speed with web development in Go. We will focus on writing modular code in Go; in-depth informative examples build the base, one step at a time. You will learn how to create a server, work with static files, SQL, NoSQL databases, and Beego. You will also learn how to create and secure REST services, and create and deploy Go web application and Go Docker containers on Amazon Cloud Services. By the end of the book, you will be able to apply the skills you've gained in Go to create and explore web applications in any domain. What you will learn Create a simple HTTP and TCP web server and understand how it works Explore record in a MySQL and MongoDB database Write and consume RESTful web service in Go Invent microservices in Go using Micro – a microservice toolkit Create and Deploy the Beego application with Nginx Deploy Go web application and Docker containers on an AWS EC2 instance Who this book is for This book is for Go developers interested in learning how to use Go to build powerful web applications. A background in web development is expected.
Breakfast: the Most Important Book about the Best Meal of the Day
Author: Extra Crispy Editors
Publisher: Time Home Entertainment
ISBN: 0848759281
Category : Cooking
Languages : en
Pages : 634
Book Description
Breakfast is an exploration of everything about breakfast and brunch. This celebration of the most popular meal of the day offers engaging stories, essential how-tos, and killer breakfast recipes. Discover exciting new ingredients and the secrets to making Entenmann's Cake Doughnuts and Taco Bell Crunchwraps at home, among many other dishes. Learn the origins of scrapple and how to brew barista-level drinks. Based on the popular website ExtraCrispy.com, this book--the perfect gift for anyone who loves all-day-breakfast--is packed with 100 photos, humorous illustrations, and amazing, craveable food.
Publisher: Time Home Entertainment
ISBN: 0848759281
Category : Cooking
Languages : en
Pages : 634
Book Description
Breakfast is an exploration of everything about breakfast and brunch. This celebration of the most popular meal of the day offers engaging stories, essential how-tos, and killer breakfast recipes. Discover exciting new ingredients and the secrets to making Entenmann's Cake Doughnuts and Taco Bell Crunchwraps at home, among many other dishes. Learn the origins of scrapple and how to brew barista-level drinks. Based on the popular website ExtraCrispy.com, this book--the perfect gift for anyone who loves all-day-breakfast--is packed with 100 photos, humorous illustrations, and amazing, craveable food.
Ruhlman's Twenty
Author: Michael Ruhlman
Publisher: Chronicle Books
ISBN: 0811876438
Category : Cooking
Languages : en
Pages : 371
Book Description
Rare is the cookbook that redefines how we cook. And rare is the author who can do so with the ease and expertise of acclaimed writer and culinary authority Michael Ruhlman.
Publisher: Chronicle Books
ISBN: 0811876438
Category : Cooking
Languages : en
Pages : 371
Book Description
Rare is the cookbook that redefines how we cook. And rare is the author who can do so with the ease and expertise of acclaimed writer and culinary authority Michael Ruhlman.
The Home Chef's Sous Vide Cookbook
Author: Jenna Passaro
Publisher: Sourcebooks, Inc.
ISBN: 1646111303
Category : Cooking
Languages : en
Pages : 276
Book Description
Restaurant-quality cooking—all within the comfort of home Sous vide is synonymous with flawlessly prepared cuts of meat, but when paired with the right recipes and techniques, it can serve up way more than just the perfect steak. Take your culinary cunning to the next level with The Home Chef's Sous Vide Cookbook—and get the absolute most out of your sous vide device. After you master the finishing sear method on classic favorites like Easy-Peasy Ranch Bone-In Pork Chops, get creative with fun recipes like Asparagus with Toasted Almonds or creamy Poached Eggs on Roasted Tomatoes. Throw a fancy dinner party, plan a week's worth of meals, make your favorite dishes even better than before—all with your sous vide machine. Inside The Home Chef's Sous Vide Cookbook you'll learn: Sous vide in three—Learn the three steps that you need to master to sous vide anything and everything you desire. Sear it up—Perfect the best techniques for one of the most important steps of any sous vide dish—the final sear. Leftovers? Love it—Get tips throughout the book on how to use your sous vide leftovers for even more delicious things. Turn your sous vide machine into your sous chef and elevate your home cooking.
Publisher: Sourcebooks, Inc.
ISBN: 1646111303
Category : Cooking
Languages : en
Pages : 276
Book Description
Restaurant-quality cooking—all within the comfort of home Sous vide is synonymous with flawlessly prepared cuts of meat, but when paired with the right recipes and techniques, it can serve up way more than just the perfect steak. Take your culinary cunning to the next level with The Home Chef's Sous Vide Cookbook—and get the absolute most out of your sous vide device. After you master the finishing sear method on classic favorites like Easy-Peasy Ranch Bone-In Pork Chops, get creative with fun recipes like Asparagus with Toasted Almonds or creamy Poached Eggs on Roasted Tomatoes. Throw a fancy dinner party, plan a week's worth of meals, make your favorite dishes even better than before—all with your sous vide machine. Inside The Home Chef's Sous Vide Cookbook you'll learn: Sous vide in three—Learn the three steps that you need to master to sous vide anything and everything you desire. Sear it up—Perfect the best techniques for one of the most important steps of any sous vide dish—the final sear. Leftovers? Love it—Get tips throughout the book on how to use your sous vide leftovers for even more delicious things. Turn your sous vide machine into your sous chef and elevate your home cooking.
The Best Grain-Free Family Meals on the Planet
Author: Laura Fuentes
Publisher: Fair Winds Press
ISBN: 1631591649
Category : Cooking
Languages : en
Pages : 243
Book Description
Cook One Meal for the Whole Family! Are you looking for healthy, grain-free meals that your entire family will love? Meals made with wholesome, easy-to-find ingredients that are easy make? With the recipes in this book, you'll know you're cooking kid-approved, nutritious meals! The Best Grain-Free Family Meals on the Planet is full of simple, creative recipes for the entire family. Written by author and grain-free mama Laura Fuentes, you'll find more than 170 recipes for delicious, healthy, allergy-free meals that can satisfy big and little appetites alike. Here are just a few of the recipes you'll find inside: -Grain-Free Breakfast Cookies -Sweet Potato Morning Scramble -Veggie Falafels -Honey Chicken Lettuce Cups -Pizza Mini Quiches -Raspberry-Glazed BBQ Ribs -Coconut Shrimp with Tropical Rice -Parmesan-Green Bean Fries -Cherry Cobbler -Coconut-Brownie Bites Whether you're Paleo, primal, grain-free, gluten-free, dairy-free, nut-free, or just want to try something new, you'll find endless ways to create simple, delicious meals with The Best Grain-Free Family Meals on the Planet.
Publisher: Fair Winds Press
ISBN: 1631591649
Category : Cooking
Languages : en
Pages : 243
Book Description
Cook One Meal for the Whole Family! Are you looking for healthy, grain-free meals that your entire family will love? Meals made with wholesome, easy-to-find ingredients that are easy make? With the recipes in this book, you'll know you're cooking kid-approved, nutritious meals! The Best Grain-Free Family Meals on the Planet is full of simple, creative recipes for the entire family. Written by author and grain-free mama Laura Fuentes, you'll find more than 170 recipes for delicious, healthy, allergy-free meals that can satisfy big and little appetites alike. Here are just a few of the recipes you'll find inside: -Grain-Free Breakfast Cookies -Sweet Potato Morning Scramble -Veggie Falafels -Honey Chicken Lettuce Cups -Pizza Mini Quiches -Raspberry-Glazed BBQ Ribs -Coconut Shrimp with Tropical Rice -Parmesan-Green Bean Fries -Cherry Cobbler -Coconut-Brownie Bites Whether you're Paleo, primal, grain-free, gluten-free, dairy-free, nut-free, or just want to try something new, you'll find endless ways to create simple, delicious meals with The Best Grain-Free Family Meals on the Planet.
Open Kitchen
Author: Susan Spungen
Publisher: Penguin
ISBN: 052553668X
Category : Cooking
Languages : en
Pages : 370
Book Description
Simple, stylish recipes for fearless entertaining from the renowned food stylist, New York Times contributor, and founding food editor of Martha Stewart Living. As a professional recipe developer, avid home cook, and frequent hostess, Susan Spungen is devoted to creating perfectly simple recipes for good food. In Open Kitchen, she arms readers with elegant, must-make meal ideas that are easy to share and enjoy with friends and family. An open kitchen, whether physical or spiritual, is a place to welcome company, to enjoy togetherness and the making of a meal. This cookbook is full of contemporary, stylish, and accessible dishes that will delight and impress with less effort. From simple starters such as Burrata with Pickled Cherries and centerpieces such as Rosy Harissa Chicken, to desserts such as Roasted Strawberry-Basil Sherbet, the dishes are seasonal classics with a twist, vegetable-forward and always appealing. Filled with practical tips and Susan's "get-ahead" cooking philosophy that ensures streamlined, stress-free preparation, this cookbook encourages readers to open their kitchens to new flavors, menus, and guests. Perfect for occasions that call for simple but elevated comfort food, whether it's a relaxed gathering or a weeknight dinner, Open Kitchen shows readers how to maximize results with minimal effort for deeply satisfying, a little bit surprising, and delicious meals. It is a cookbook you'll reach for again and again.
Publisher: Penguin
ISBN: 052553668X
Category : Cooking
Languages : en
Pages : 370
Book Description
Simple, stylish recipes for fearless entertaining from the renowned food stylist, New York Times contributor, and founding food editor of Martha Stewart Living. As a professional recipe developer, avid home cook, and frequent hostess, Susan Spungen is devoted to creating perfectly simple recipes for good food. In Open Kitchen, she arms readers with elegant, must-make meal ideas that are easy to share and enjoy with friends and family. An open kitchen, whether physical or spiritual, is a place to welcome company, to enjoy togetherness and the making of a meal. This cookbook is full of contemporary, stylish, and accessible dishes that will delight and impress with less effort. From simple starters such as Burrata with Pickled Cherries and centerpieces such as Rosy Harissa Chicken, to desserts such as Roasted Strawberry-Basil Sherbet, the dishes are seasonal classics with a twist, vegetable-forward and always appealing. Filled with practical tips and Susan's "get-ahead" cooking philosophy that ensures streamlined, stress-free preparation, this cookbook encourages readers to open their kitchens to new flavors, menus, and guests. Perfect for occasions that call for simple but elevated comfort food, whether it's a relaxed gathering or a weeknight dinner, Open Kitchen shows readers how to maximize results with minimal effort for deeply satisfying, a little bit surprising, and delicious meals. It is a cookbook you'll reach for again and again.
I Dream of Dinner (so You Don't Have To)
Author: Ali Slagle
Publisher: Clarkson Potter
ISBN: 0593232518
Category : Cooking
Languages : en
Pages : 401
Book Description
JAMES BEARD AWARD NOMINEE • 150 fast and flexible recipes to use what you have and make what you want, from New York Times contributor Ali Slagle “Ali has pulled off the near-impossible with a collection of delicious, doable, recipes that don’t just tell you how to make a specific dish, but how to expand your way of thinking.”—Sohla El-Waylly, chef and all-around awesome person ONE OF THE TEN BEST COOKBOOKS OF THE YEAR: Simply Recipes ONE OF THE BEST COOKBOOKS OF THE YEAR: Bon Appétit, The Boston Globe, Food & Wine, Salon, Saveur, Mother Jones, Delish, Epicurious With minimal ingredients and maximum joy in mind, Ali Slagle's no-nonsense, completely delicious recipes are ideal for dinner tonight—and every single night. Like she does with her instantly beloved recipes in the New York Times, Ali combines readily available, inexpensive ingredients in clever, uncomplicated ways for meals that spark everyday magic. Maybe it’s Fish & Chips Tacos tonight, a bowl of Olive Oil-Braised Chickpeas tomorrow, and Farro Carbonara forever and ever. All come together with fewer than eight ingredients and forty-five minutes, using one or two pots and pans. Half the recipes are plant-based, too. Organized by main ingredients like eggs, noodles, beans, and chicken, chapters include quick tricks for riffable cooking methods and flavor combinations so that dinner bends to your life, not the other way around (no meal-planning required!). Whether in need of comfort and calm, fire and fun—directions to cling to, or the inspiration to wing it—I Dream of Dinner (so You Don't Have To) is the only phone-a-friend you need. That’s because Ali, a home cook turned recipe developer, guides with a reassuring calm, puckish curiosity, and desire for everyone, everywhere, to make great food—and fast. (Phew!)
Publisher: Clarkson Potter
ISBN: 0593232518
Category : Cooking
Languages : en
Pages : 401
Book Description
JAMES BEARD AWARD NOMINEE • 150 fast and flexible recipes to use what you have and make what you want, from New York Times contributor Ali Slagle “Ali has pulled off the near-impossible with a collection of delicious, doable, recipes that don’t just tell you how to make a specific dish, but how to expand your way of thinking.”—Sohla El-Waylly, chef and all-around awesome person ONE OF THE TEN BEST COOKBOOKS OF THE YEAR: Simply Recipes ONE OF THE BEST COOKBOOKS OF THE YEAR: Bon Appétit, The Boston Globe, Food & Wine, Salon, Saveur, Mother Jones, Delish, Epicurious With minimal ingredients and maximum joy in mind, Ali Slagle's no-nonsense, completely delicious recipes are ideal for dinner tonight—and every single night. Like she does with her instantly beloved recipes in the New York Times, Ali combines readily available, inexpensive ingredients in clever, uncomplicated ways for meals that spark everyday magic. Maybe it’s Fish & Chips Tacos tonight, a bowl of Olive Oil-Braised Chickpeas tomorrow, and Farro Carbonara forever and ever. All come together with fewer than eight ingredients and forty-five minutes, using one or two pots and pans. Half the recipes are plant-based, too. Organized by main ingredients like eggs, noodles, beans, and chicken, chapters include quick tricks for riffable cooking methods and flavor combinations so that dinner bends to your life, not the other way around (no meal-planning required!). Whether in need of comfort and calm, fire and fun—directions to cling to, or the inspiration to wing it—I Dream of Dinner (so You Don't Have To) is the only phone-a-friend you need. That’s because Ali, a home cook turned recipe developer, guides with a reassuring calm, puckish curiosity, and desire for everyone, everywhere, to make great food—and fast. (Phew!)
Go Cookbook
Author: Sau Sheong Chang
Publisher: "O'Reilly Media, Inc."
ISBN: 1098122070
Category : Computers
Languages : en
Pages : 357
Book Description
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
Publisher: "O'Reilly Media, Inc."
ISBN: 1098122070
Category : Computers
Languages : en
Pages : 357
Book Description
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