
Автор: Rob Miles
Издательство: Microsoft Press/Pearson Education
Год: 2023
Страниц: 748
Язык: английский
Формат: epub (true)
Размер: 55.6 MB
Become a cloud developer — and have fun doing it! This full-color guide will help you start creating cloud-based apps and games fast, even if you’ve never done it before. Not just friendly and easy, it puts you in control of your own learning and empowers you to solve problems you care about. Microsoft and author Rob Miles have reinvented the introductory tutorial, reflecting deep research into how newcomers learn. Begin to Code is packed with innovations, from debugging challenges to step-by-step Make Something Happen exercises replicated as YouTube videos linked directly from the book. Miles puts code in context, showing how modern cloud applications are deployed and run, how their elements combine into working systems, and how key cloud technologies help you address security, reliability, and scalability. Easy, friendly, and you’re in control! jаvascript has been described as “the programming language for the cloud.” jаvascript has become extremely popular. You will almost certainly run jаvascript code when you visit a website. jаvascript has also become very popular on web servers (the machines on the Internet that deliver the information the browser requests). A technology called Node.js allows jаvascript programs to run on a server to respond to requests from browsers. We have run our jаvascript applications in the browser, on a PC, and in the cloud. Now, we will deploy them to a much smaller device, a Raspberry Pi. This is a small but powerful computer that can run Node.js.