C++ Mastery and Beyond
$89.97
Bought separately
$87.99
Minimum price
$89.99
Suggested price

C++ Mastery and Beyond

About the Bundle

This bundle, featuring "Modern C++ 23 QuickStart Pro," "Mastering C++ Network Automation," and "Practical C++ Backend Programming," is ideal for C++ developers looking to expand their expertise. You’ll learn modern C++ techniques, automate network tasks, and build efficient backend systems. This combination of books ensures a well-rounded understanding of C++’s capabilities in network automation, performance optimization, and backend development.

  • Share this bundle
  • Categories

    • C and C++
    • Algorithm
    • Embedded Systems
    • Functional Programming
    • Game Development
    • Automated Software Testing
    • Software Engineering
    • MongoDB
    • Networking
    • APIs
    • Testing
    • Software
    • Amazon Web Services
    • Google Cloud Platform
    • Microsoft Azure
    • Ansible
    • Docker
    • DevOps

About the Books

Modern C++23 QuickStart Pro

Advanced programming including variadic templates, lambdas, async IO, multithreading and thread sync
  • 100%

    Complete

  • PDF

  • EPUB

  • English

Learn the latest features of C++23 with Modern C++ 23 QuickStart Pro, the perfect book for experienced developers who want to expand their knowledge and skills. This book takes a hands-on approach, providing rapid learning through real-world examples and scenarios that address complex programming challenges in C++.

The book begins by demonstrating the power of variadic templates and how to use them for dynamic function signatures. After becoming familiar with fold expressions for argument handling, you will then explore std::tuple and std::variant for handling heterogeneous data. The book then covers advanced function morphing with parameter packs and shape-shifting lambdas, as well as dynamic programming techniques. It also teaches complex function overloading and high-level thread orchestration using futures, promises, and callables. Next, we'll go over some low-level IO operations, such as controlling IO streams, efficiently handling file descriptors, and directly manipulating files.

You will then learn how to optimize memory management with shared, unique, and weak pointers, and how to engineer memory performance with custom allocators and cache-aware programming. You will learn advanced synchronization, including atomic operations, mutexes, locks, and thread pools, as well as lock-free data structures for peak performance. In addition, this book covers optimal integer and floating-point operations, arbitrary precision arithmetic, precise rounding with fixed-point arithmetic, and high-performance computation using math constant integration.

Key Learnings

  • Utilize C++23 variadic templates for dynamic function signatures.
  • Use fold expressions to simplify complex function operations and argument handling.
  • Manage heterogeneous data in high-performance applications with std::tuple and std::variant.
  • Use parameter packs and perfect forwarding to create flexible function signatures.
  • Use shape-shifting lambdas for flexible argument patterns.
  • Master file manipulation and stream management to create efficient low-level IO systems.
  • Customize memory management with unique, shared, and weak pointers to control resources.
  • Boost parallel processing with mutexes, locks, and thread pools.
  • Create lock-free data structures to reduce locking overhead in concurrent systems.
  • Use mathematical constants and precise rounding to improve numerical computations.

Table of Content

  1. Potential of Variadic Power in C++23
  2. Morphing Functions and Lambdas
  3. Taming Low-Level IO Operations
  4. Mastering Buffering and Async IO
  5. Outperforming Memory Management
  6. Engineering Memory Performance
  7. Advanced Multithreading for Experts
  8. Thread Synchronization and Atomic Mastery
  9. Turbocharging Floats and Ints

Practical C++ Backend Programming

Crafting Databases, APIs, and Web Servers for High-Performance Backend
  • 100%

    Complete

  • PDF

  • EPUB

  • English

"Practical C++ Backend Programming" is a comprehensive walkthrough that provides readers with the necessary tools and knowledge to become proficient C++ backend developers. With a strong focus on real-world application and practical implementation, this book takes readers on a journey through the multifaceted landscape of backend development, making it an essential resource for any aspiring or current backend developer.

Starting with the basics, the book introduces C++, providing a solid foundation in the language, its structure, and core concepts with regards to backend programming. From there, readers dive into the more complex elements of backend development. Through our engaging sections, use-cases and sample examples, readers are introduced to advanced topics such as concurrent programming, exploring threading and multiprocessing to handle intensive computational tasks, thus laying the groundwork for scalable applications.

This book offers an in-depth look into APIs, specifically gRPC, along with caching strategies, and database management, using MongoDB as a NoSQL database of choice. All the while, readers will learn to implement these technologies in a practical context, building a blog application from scratch, thereby bridging the gap between theory and practical implementation. An entire section is dedicated to securing applications, wherein the book teaches authentication, authorization, and database security, and demonstrates how to implement these measures in the blog application.

Another utmost important part of this book is to cover testing strategies, teaching the reader how to employ Google Test (gtest) to create robust and fail-proof backend solutions. Finally, the journey culminates in a step-by-step walkthrough to deploying applications on AWS, ensuring the reader is equipped with the necessary skills to take their applications live.

Key Learnings

  • Detailed overview of C++ programming, catering to both beginners and experienced coders.
  • Practical exploration of concurrent programming for scalable and efficient application design.
  • Comprehensive understanding of API usage, specifically using the gRPC framework.
  • Deep dive into MongoDB for effective NoSQL database management and operations.
  • Thorough walkthrough to implementing caching strategies for performance optimization.
  • Strategic use of Nginx for handling web server needs including load balancing.
  • Hands-on guide to implementing security measures for databases, APIs, and web servers.
  • Instruction on employing Google Test for robust application testing and debugging.
  • Step-by-step guidance for deploying applications on AWS, ensuring real-world readiness.
  • Practical application of concepts via building and refining a blog application.

Table of Content

  1. Introduction to Backend Development
  2. C++ Refresher and Essentials
  3. Deep Dive into Algorithms
  4. Mastering Version Control - Git and GitHub
  5. Managing Database Operations with MongoDB
  6. Crafting Rest APIs with gRPC
  7. Dealing with Client-side and Server-side Caching
  8. Managing Web Servers with Nginx
  9. Testing Your C++ Backend
  10. Securing Your C++ Backend
  11. Deploying Your Application

Audience

This book is appropriate for readers with some background in C++ and nothing about back-end development. It's great for those just getting their feet wet in back-end development, as well as seasoned pros looking to hone their craft and learn something new. Whether you're a student, a professional, or a hobbyist, this book will teach you everything you need to know to master the art of C++ back-end development.

Mastering C++ Network Automation

Run Automation across Configuration Management, Container Orchestration, Kubernetes, and Cloud Networking
  • 100%

    Complete

  • PDF

  • EPUB

  • English

This book is an in-depth guide for network administrators, cloud architects, and container and Kubernetes administrators who want to learn how to automate networking tasks in C++. From setting up a network automation environment to automating configuration management and working with containers and container orchestration tools such as Kubernetes, the book covers a wide range of topics.

The first section of the book covers the fundamentals of automation scripting and testing. Readers will learn how to create successful automation scripts and test them to ensure they perform properly. The next section describes how to set up a network automation environment. This includes configuring network devices, servers, and other components required for automation. The readers will learn about the various protocols as well as how to use Ansible to automate the configuration management of these devices. It covers containerization and container orchestration systems such as Docker and Kubernetes. Readers will learn how to use tools such as Docker Compose and Kubernetes to automate workload management and deployment.

The final section of the book focuses on cloud networking. The readers will learn how to handle network resources in cloud systems such as AWS, Google Cloud, and Azure. Readers get to work with tools and services available for cloud networking automation, best practices and how to use them in their regular cloud networking operations.

Key Learnings

  • Setting up GNS3, Eclipse IDE, cpp-netlib, Boost, OpenSSL, and zlib libraries
  • Configure the ports, hosts, and servers using C++ scripting
  • Writing, testing, and validating network automation scripts in both, test and production environment
  • Building docker images, running containers, and managing container deployments
  • Using Ansible for server provisioning, automated system identification and managing auto-updates
  • Automating container scheduling, service discovery, and load balancing
  • Setting up Kubernetes cluster, Nginx ingress, implementing service mesh, and automating firewall configuration
  • Working with AWS, Azure and Google Cloud Networking Services for Cloud Automation

Table of Content

  1. C++ Basics for Networks
  2. C++ Advanced for Networks
  3. Preparing Network Automation Setup
  4. Script, Test, and Validate Network Automation
  5. Automating Configuration Management
  6. Working with Docker and Containers
  7. Container Orchestration and Workload Automation
  8. Kubernetes Automation
  9. Administering Google Cloud Networking
  10. Administering Azure Networking

Audience

This is a fantastic desk reference for network administrators, cloud architects, DevOps engineers, and automation engineers wishing to automate networking tasks with C++. It is a must-have book for anyone who wants to keep ahead of the curve in the field of networking automation.

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub