Accelerating Server-Side Development with Fastify. A comprehensive guide to API development for building a scalable backend for your web apps - Helion
Tytuł oryginału: Accelerating Server-Side Development with Fastify. A comprehensive guide to API development for building a scalable backend for your web apps
ISBN: 9781800568747
stron: 406, Format: ebook
Data wydania: 2023-06-09
Księgarnia: Helion
Cena książki: 98,10 zł (poprzednio: 109,00 zł)
Oszczędzasz: 10% (-10,90 zł)
This book is a complete guide to server-side app development in Fastify, written by the core contributors of this highly performant plugin-based web framework. Throughout the book, you’ll discover how it fosters code reuse, thereby improving your time to market.
Starting with an introduction to Fastify’s fundamental concepts, this guide will lead you through the development of a real-world project while providing in-depth explanations of advanced topics to prepare you to build highly maintainable and scalable backend applications. The book offers comprehensive guidance on how to design, develop, and deploy RESTful applications, including detailed instructions for building reusable components that can be leveraged across multiple projects. The book presents guidelines for creating efficient, reliable, and easy-to-maintain real-world applications. It also offers practical advice on best practices, design patterns, and how to avoid common pitfalls encountered by developers while building backend applications.
By following these guidelines and recommendations, you’ll be able to confidently design, implement, deploy, and maintain an application written in Fastify, and develop plugins and APIs to contribute to the Fastify and open source communities.
Osoby które kupowały "Accelerating Server-Side Development with Fastify. A comprehensive guide to API development for building a scalable backend for your web apps", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Accelerating Server-Side Development with Fastify. A comprehensive guide to API development for building a scalable backend for your web apps eBook -- spis treści
- 1. What is Fastify?
- 2. The Plugin System and the Boot Process
- 3. Working with Routes
- 4. Exploring Hooks
- 5. Exploring Validation and Serialization
- 6. Project Structure and Configuration Management
- 7. Building a RESTful API
- 8. Authentication, Authorization, and File Handling
- 9. Application Testing
- 10. Deployment and Process monitoring for a healthy application
- 11. Meaningful Application logging
- 12. From a Monolith to Microservices
- 13. Performance Assessment and Improvement
- 14. Developing a GraphQL API
- 15. Type-Safe Fastify