Node.js Cookbook. Discover practical recipes for learning server-side web development with Node.js 20 - Fifth Edition - Helion
Tytuł oryginału: Node.js Cookbook. Discover practical recipes for learning server-side web development with Node.js 20 - Fifth Edition
ISBN: 9781804614105
Format: ebook
Księgarnia: Helion
Cena książki: 129,00 zł
Książka będzie dostępna od października 2024
Node.js is a pivotal technology for building modern web applications and tooling, bringing the power of JavaScript to the server and enabling full-stack development in a unified language. The latest edition of this Node.js cookbook is updated with Node.js 20, featuring the latest advancements and enhancements in the Node.js framework ecosystem.
Craft reusable code with Node.js modules and streamline development using the Fastify web framework. Learn data persistence to databases and adopt rigorous testing practices for robust applications. Address security concerns and optimize performance with worker threads. Deploy Node.js microservices using containerization and orchestration, and tackle troubleshooting with effective debugging strategies. With real-world examples, this guide empowers you to harness Node.js 20's full potential in creating secure, performant, and dynamic applications.
By the end of this book, you'll be a proficient Node.js developer equipped to create secure, efficient, and dynamic applications using the latest features of Node.js 20.
Zobacz także:
- D3.js w akcji 67,42 zł, (20,90 zł -69%)
- Tablice informatyczne. Node.js 16,86 zł, (5,90 zł -65%)
- React i GatsbyJS. Kurs video. Nowoczesne strony internetowe w oparciu o headless CMS i GraphQL 148,98 zł, (59,59 zł -60%)
- TypeScript i React. Kurs video. Tworzenie nowoczesnych komponent 129,00 zł, (51,60 zł -60%)
- Vue.js w praktyce. Kurs video. Poznaj narz 148,98 zł, (59,59 zł -60%)
Spis treści
Node.js Cookbook. Practical recipes for building server-side web applications with Node.js 22 - Fifth Edition eBook -- spis treści
- 1. Introducing Node.js 22
- 2. Interacting with the File System
- 3. Working with Streams
- 4. Using Web Protocols
- 5. Developing Node.js Modules
- 6. Working with Fastify – The Web Framework
- 7. Persisting to Databases
- 8. Testing with Node.js
- 9. Dealing with Security
- 10. Optimizing Performance
- 11. Deploying Node.js Microservices
- 12. Debugging Node.js