This second edition teaches C++ programmers the practical skills and modern strategies they need to build strong backend systems. The book starts with the basic structure of backend systems and shows how APIs are the most important way of communicating and how to use high-performance solutions like gRPC to go beyond REST. It will teach you to use, test and improve API endpoints in realistic C++ projects.
This will help you to feel more confident in designing contracts first and in real-time data flows. The key parts of the book teaches you to cache things, to make sure your data is correct and to avoid common problems with correct troubleshooting. A big part of the book looks at how to set up and manage modern web servers. It teaches you to use C++ applications with Nginx, SSL, reverse proxies and load balancers in a way that's easy to understand.
We then move on to more practical chapters on automated testing, including both unit and integration tests. You get to learn about containerisation, cloud deployment using AWS Elastic Beanstalk, environment configuration, monitoring, and scaling, and all this is taught step-by-step. The book makes use of simple and clear to teach network programming, how things are set up, and the important patterns that are used in today's distributed systems.
While you learn, you please make a note that this edition is focused on practical scenarios and does not attempt to cover highly complex or edge-case architectures. Key FeaturesLearn to design APIs and high-performance gRPC endpoints and services. Create and protect backend apps using environment variables, secrets, and strong configuration management. Use advanced caching strategies, including in-memory, Redis, and custom eviction for scalable backends.
Set up and optimise Nginx as a web server, reverse proxy, and SSL-enabled application gateway. Use Google Test to perform unit and integration testing. Use Docker to create containers. Use AWS Elastic Beanstalk to deploy backends into production. Use AWS CloudWatch, alarms, and custom log analytics to check the health of apps and resourcesSet up ways to integrate and migrate databases with no deployment errors.
This second edition teaches C++ programmers the practical skills and modern strategies they need to build strong backend systems. The book starts with the basic structure of backend systems and shows how APIs are the most important way of communicating and how to use high-performance solutions like gRPC to go beyond REST. It will teach you to use, test and improve API endpoints in realistic C++ projects.
This will help you to feel more confident in designing contracts first and in real-time data flows. The key parts of the book teaches you to cache things, to make sure your data is correct and to avoid common problems with correct troubleshooting. A big part of the book looks at how to set up and manage modern web servers. It teaches you to use C++ applications with Nginx, SSL, reverse proxies and load balancers in a way that's easy to understand.
We then move on to more practical chapters on automated testing, including both unit and integration tests. You get to learn about containerisation, cloud deployment using AWS Elastic Beanstalk, environment configuration, monitoring, and scaling, and all this is taught step-by-step. The book makes use of simple and clear to teach network programming, how things are set up, and the important patterns that are used in today's distributed systems.
While you learn, you please make a note that this edition is focused on practical scenarios and does not attempt to cover highly complex or edge-case architectures. Key FeaturesLearn to design APIs and high-performance gRPC endpoints and services. Create and protect backend apps using environment variables, secrets, and strong configuration management. Use advanced caching strategies, including in-memory, Redis, and custom eviction for scalable backends.
Set up and optimise Nginx as a web server, reverse proxy, and SSL-enabled application gateway. Use Google Test to perform unit and integration testing. Use Docker to create containers. Use AWS Elastic Beanstalk to deploy backends into production. Use AWS CloudWatch, alarms, and custom log analytics to check the health of apps and resourcesSet up ways to integrate and migrate databases with no deployment errors.