Learning Node Js 2 E
Download Learning Node Js 2 E PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Learning Node Js 2 E book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Learning Node.js, 2/e
Learning Node.js, Second Edition A clear, practical introduction to the important new web development technology for creating web server applications in JavaScript Description Learning Node.js LiveLessons provides developers with a practical introduction to Node.js, an important platform for developing web and network applications. Marc Wandschneider has more than 20 years of experience as a developer and is the author of two programming books and one other LiveLessons video training. In this video training, Marc starts by introducing Node.js, installing, and running it. The video then moves into writing JSON servers, web applications, client-side templates, and continues by covering database access to both SQL and NoSQL database servers. After watching this video, developers will begin to understand why Node.js inspires so much passion, and they will be able to write fast, compact, and reliable applications and web server. What's New The second edition updates coverage of Node.js to reflect changes in the technology and how it is used in the three years since the first edition was published: Explanation of Node's new versioning scheme Updated coverage of Streams New coverage of installation using pre-build installers rather than from source code New coverage of Mongoose in the section on MongoDB New information about deploying Node on Heroku and Azure Expansion of coverage on testing About the Instructor Marc Wandschneider has worked extensively with open source and web development platforms. He travels the globe, consulting as a lead manager for software projects and teams. He is the author of the book Learning Node.js (Addison-Wesley) and the video courses Learning AngularJS and Learning Node.js LiveLessons. A graduate of the McGill University School of Computer Science, he spent five years working for Microsoft, where he developed and managed developers on the Visual Basic, Visual J++, and .NET Windows Forms teams. Skill Level Beginner Intermediate What You Will Learn: Why Node is really exciting How Node is hugely innovative and new How not to be afraid of JavaScript and indeed how to embrace it How to write fast, compact, and reliable application and web servers How to stay up to date with the latest in web application design and techniques Who Should Take This Course Web developers and instructors who want to quickly get up to speed with the fundamentals of Node.js Course Requirements Basic understanding of JavaScript and...
LEARN NODE.JS
This book is the ultimate guide for those who want to master Node.js with a focus on modern, secure, and scalable backend development. From environment setup to building complete APIs, you will learn to use JavaScript on the server with real efficiency, applying professional practices at every stage of the process. With a didactic approach and practical focus, the content covers asynchronous events, Express.js, authentication, WebSockets, MongoDB, automated testing, microservices, security, deployment, and more. All oriented toward technical fluency and functional execution. Includes: • Backend JavaScript fundamentals with a professional focus • Building REST APIs with Express.js and MongoDB • Authentication with JWT, session management, and cookies • Real-time communication with WebSockets and Socket.io • Production deployment with Heroku, Docker, and DigitalOcean • Microservices architecture, queues with Bull, caching with Redis • Automated testing, security, optimization, and real performance By the end, you will be ready to build robust and scalable backend applications with JavaScript, integrating data, APIs, and services with fluency, security, and professional structure. node.js, backend, javascript, api, express, mongodb, authentication, microservices, rest, scalability, websocket, security, production, redis, jwt, docker, deploy
Learn Docker in a Month of Lunches, Second Edition
Just the Docker you need to know in 22 bite-sized lessons! In Learn Docker in a Month of Lunches, Docker expert Elton Stoneman guides through everything you need to know about Docker in 22 short lessons you can complete on your lunch break. This freshly-revised bestseller has been updated for modern tools and the latest versions of Linux, Windows, or Mac, with new coverage of multi-platform builds, cloud container services, replatforming legacy Windows apps, and Kubernetes. In Learn Docker in a Month of Lunches, Second Edition you’ll learn how to: • Run applications in Docker containers on Linux and Windows • Package applications as Docker images and share them on registries • Model and run distributed applications with Docker Compose and Kubernetes • Add instrumentation to containerized applications • Build and deploy apps with Docker in a CI/CD process Docker revolutionized the way engineers build software. By bundling an application together with all its dependencies in a portable “container” that can be deployed almost anywhere, Docker makes it possible to manage applications without creating custom infrastructures. Free, open source, and battle-tested, Docker has quickly become must-know technology for developers and administrators. About the Technology Docker is a set of powerful tools to bundle software components in safe, portable “containers” you can drop wherever they’re needed. Whether you’re deploying a pre-built application, creating a secure test environment, or packaging microservices, you’re probably going to use Docker. This book gets you up to speed with the Docker skills you need—without the history, theory, and other “blah blah” you don’t. About the Book Learn Docker in a Month of Lunches, Second Edition teaches you the most important Docker techniques in just 22 short hands-on lessons. Each chapter guides you through an essential concept, complete with a self-contained lab to practice your new skill. You’ll explore building Docker apps, adding observability, running databases in containers, safely migrating legacy systems, and more. There’s even a primer on using Kubernetes to manage your containers! What’s Inside • 22 short lessons and labs you can complete in an hour or less • Cloud migration, microservices, and handling legacy systems • All examples work on Linux, Windows, and macOS About the Readers Developers, administrators, and DevOps all welcome! About the Author Elton Stoneman is a Docker Captain, a multiyear Microsoft MVP, and author of dozens of online training courses with Pluralsight and Udemy. Table of Contents PART 1 1 Before you begin 2 Understanding Docker and running Hello World 3 Building your own Docker images 4 Packaging applications from source code into Docker images 5 Sharing images with Docker Hub and other registries 6 Using Docker volumes for persistent storage PART 2 7 Running multi-container apps with Docker Compose 8 Supporting reliability with health checks and dependency checks 9 Adding observability with containerized monitoring 10 Running multiple environments with Docker Compose 11 Building and testing applications with Docker and Docker Compose PART 12 Running containers on different platforms 13 Replatforming the legacy: Packaging and running Windows apps in Docker 14 Containers in the cloud with Microsoft Azure and Google Cloud 15 Kubernetes: A primer 16 CI/CD in the cloud with Docker and GitHub Actions PART 4 17 Optimizing your Docker images for size, speed, and security 18 Application configuration management in containers 19 Writing and managing application logs with Docker 20 Controlling HTTP traffic to containers with a reverse proxy 21 Asynchronous communication with a message queue 22 Never the end