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:
- React Native. Kurs video. Zostań programistą aplikacji mobilnych 169,00 zł, (50,70 zł -70%)
- React.js i Node.js. Kurs video. Budowanie serwisu w oparciu o popularne biblioteki języka JavaScript 129,00 zł, (38,70 zł -70%)
- Testowanie aplikacji w React.js. Kurs video. Praca z biblioteką Jest.js 69,00 zł, (20,70 zł -70%)
- JavaScript. Kurs video. Programowanie funkcyjne i reaktywne 99,00 zł, (29,70 zł -70%)
- D3.js w akcji 67,42 zł, (20,90 zł -69%)
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