Category: Web Development & Design

Head First JavaScript Programming: A Learner’s Guide to Modern JavaScript, 2nd Edition 0

Head First JavaScript Programming: A Learner’s Guide to Modern JavaScript, 2nd Edition

eBook Details: Paperback: 660 pages Publisher: WOW! eBook; 2nd edition (September 24, 2024) Language: English ISBN-10: 1098147944 ISBN-13: 978-1098147945 eBook Description: Head First JavaScript Programming: A Learner’s Guide to Modern JavaScript, 2nd Edition What will you learn from this Head First JavaScript Programming, 2nd Edition book? The new Head First JavaScript Programming: A Learner’s Guide to Modern JavaScript, 2nd Edition of this brain-friendly guide takes you through a comprehensive journey into modern JavaScript, covering everything from core language fundamentals to today’s cutting-edge features. You’ll dive into the nuances of JavaScript types and the unparalleled flexibility of its functions. You’ll also learn how to expertly navigate...

Modernizing .NET Web Applications: Everything You Need to Know About Migrating ASP.NET Web Applications to the Latest Version of .NET 0

Modernizing .NET Web Applications

eBook Details: Paperback: 696 pages Publisher: WOW! eBook (October 16, 2024) Language: English ISBN-10: 8868806162 ISBN-13: 978-8868806162 eBook Description: Modernizing .NET Web Applications: Everything You Need to Know About Migrating ASP.NET Web Applications to the Latest Version of .NET In 2016, Microsoft introduced the new generation of .NET called .NET Core. It brought many fundamental improvements to the platform, but there were also many breaking changes and missing APIs, especially when it comes to creating web applications. Upgrading any website running on .NET Framework to the new .NET Core proved to be a complex process, which can take months or even years....

Microsoft Power Pages in Action 0

Microsoft Power Pages in Action

eBook Details: Paperback: 350 pages Publisher: WOW! eBook (June 28, 2024) Language: English ISBN-10: 1837630453 ISBN-13: 978-1837630455 eBook Description: Microsoft Power Pages in Action: Accelerate your low-code journey with functional-rich web apps using Power Pages. Master low-code web app development with Power Pages, learn to customize web apps using Liquid and JavaScript guided by step-by-step instructions and real-world examples. Microsoft Power Pages in Action is a comprehensive beginner’s guide for effortlessly building and customizing functional-rich web apps. Packed with real-world examples, it offers a practical understanding of the Power Pages environment. You’ll understand web pages by creating data tables and forms, progress...

GraphQL Best Practices 0

GraphQL Best Practices

eBook Details: Paperback: 333 pages Publisher: WOW! eBook (November 11, 2024) Language: English ISBN-10: 1835467148 ISBN-13: 978-1835467145 eBook Description: GraphQL Best Practices: Hands-on experience with schema design, security, and error handling for developers. Get to grips with best practices, advanced techniques, and practical examples in TypeScript for building a scalable and secure backend with seamless frontend integration. In the ever-evolving landscape of web development, GraphQL has emerged as a powerful query language that addresses the limitations of traditional REST APIs. This GraphQL Best Practices guide delves deep into GraphQL, starting with its foundational principles and swiftly advancing to complex topics that will...

Modern Asynchronous JavaScript: Tackle Complex Async Tasks with Less Code 0

Modern Asynchronous JavaScript

eBook Details: Paperback: 143 pages Publisher: WOW! eBook (December 17, 2021) Language: English ISBN-10: 1680509045 ISBN-13: 978-1680509045 eBook Description: Modern Asynchronous JavaScript: Tackle Complex Async Tasks with Less Code JavaScript today must interact with data-intensive APIs and networks. The solution is a program that can work asynchronously instead of finishing tasks in order. In modern JavaScript, instead of callbacks you’ll use promises to improve your application’s performance and responsiveness. JavaScript features introduced in ES2020, ES2021, and ESNext like Promise.allSettled(), Promise.any(), and top-level await help you develop small, fast, low-profile applications. With the AbortController API, cancel a pending async request before it...