Category: Web Development & Design

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...

Text Processing with JavaScript: Regular Expressions, Tools, and Techniques for Optimal Performance 0

Text Processing with JavaScript

eBook Details: Paperback: 242 pages Publisher: WOW! eBook (January 23, 2024) Language: English ISBN-10: 8888650332 ISBN-13: 978-8888650332 eBook Description: Text Processing with JavaScript: Regular Expressions, Tools, and Techniques for Optimal Performance You might think of regular expressions as the holy grail of text processing, but are you sure you aren’t just shoehorning them in where standard built-in solutions already exist and would work better? JavaScript itself provides programmers with excellent methods for text manipulation, and knowing how and when to use them will help you write more efficient and performant code. From extracting data from APIs to calculating word counts and everything...

JavaScript Brain Teasers: Exercise Your Mind 0

JavaScript Brain Teasers

eBook Details: Paperback: 130 pages Publisher: WOW! eBook (April 23, 2024) Language: English ISBN-10: 8888650523 ISBN-13: 978-8888650523 eBook Description: JavaScript Brain Teasers: Exercise Your Mind If you’ve ever felt the exhilaration of cracking a thorny problem or the joy of witnessing elegant code that challenges your mind, then this book is tailor-made for you. Prepare yourself to dive into a diverse array of mind-bending JavaScript Brain Teasers. Each puzzle is more than just a code exercise; it’s a gateway to unlocking new insights and honing your abilities. As you work through the challenges, you’ll learn to think pragmatically, optimize your code for...

A Common-Sense Guide to Data Structures and Algorithms in JavaScript, Volume 1: Level Up Your Core Programming Skills 0

A Common-Sense Guide to Data Structures and Algorithms in JavaScript, Volume 1

eBook Details: Paperback: 516 pages Publisher: WOW! eBook (September 10, 2024) Language: English ISBN-10: 8888650646 ISBN-13: 978-8888650646 eBook Description: A Common-Sense Guide to Data Structures and Algorithms in JavaScript, Volume 1: Level Up Your Core Programming Skills If you thought data structures and algorithms were all just theory, you’re missing out on what they can do for your JavaScript code. Learn to use Big O notation to make your code run faster by orders of magnitude. Choose from data structures such as hash tables, trees, and graphs to increase your code’s efficiency exponentially. With simple language and clear diagrams, this A Common-Sense...