Hugo Di Francesco - Böcker
Visar alla böcker från författaren Hugo Di Francesco. Handla med fri frakt och snabb leverans.
4 produkter
4 produkter
Frontend Development Projects with Vue.js 3
Learn the fundamentals of building scalable web applications and dynamic user interfaces with Vue.js
Häftad, Engelska, 2023
621 kr
Skickas inom 5-8 vardagar
Let industry experts guide you on your journey to becoming a Vue.js developer with the help of practical projects and fun exercisesPurchase of the print or Kindle book includes a free PDF eBookKey FeaturesWork through mini projects, exercises, and activities to learn Vue.js in a practical wayCreate dynamic components and user interfaces that are fast and intuitiveFind out how you can get the most out of the Vue.js 3 framework and build an end-to-end projectBook DescriptionAre you looking to use Vue.js 3 for building web apps but don't know where to begin?Frontend Development Projects with Vue.js 3 will help you get to grips with the core concepts of this JavaScript framework using practical examples that simulate real-world web projects. With this updated edition, you’ll experience all aspects of the new and improved Vue.js 3 as you work on mini projects such as a chat interface, a shopping cart, a price calculator, a to-do app, and a profile card generator for storing contact details. These realistic projects are presented as bite-size exercises that you can enjoy even as you challenge yourself.Throughout the book, you'll discover how to manage data in Vue components, define communication interfaces between components, and handle static and dynamic routing to control application flow. You'll also work with Vite and Vue DevTools and learn how to handle transition and animation effects for an engaging user experience. Finally, you’ll see how to test your app and deploy it to the web.By the end of this Vue.js book, you'll have the skills that enable you to work like an experienced Vue developer to build professional apps that can be used by others and have the confidence to tackle real-world frontend web development problems.What you will learnSet up a development environment and start your first Vue.js 3 projectModularize a Vue application using component hierarchiesUse external JavaScript libraries to create animationsShare state between components and use Pinia for state managementWork with APIs using Pinia and Axios to fetch remote dataValidate functionality with unit testing and end-to-end testingGet to grips with web app deploymentWho this book is forThis book is designed for Vue.js beginners. Whether this is your first JavaScript framework, or if you're already familiar with React or Angular, this book will get you on the right track. To understand the concepts explained in this book, you must be familiar with HTML, CSS, JavaScript, and Node package management.
JavaScript Design Patterns
Deliver fast and efficient production-grade JavaScript applications at scale
Häftad, Engelska, 2024
462 kr
Skickas inom 5-8 vardagar
Step into the world of design patterns through modern JavaScript paradigms to supercharge your applications on the web and beyondKey FeaturesExplore various JavaScript design patterns, delving deep into their intricacies, benefits, and best practicesUnderstand the decision-making process guiding the selection of specific design patternsBuild a solid foundation to learn advanced topics in JavaScript and web performancePurchase of the print or Kindle book includes a free PDF eBookBook DescriptionUnlock the potential of JavaScript design patterns, the foundation for development teams seeking structured and reusable solutions to common software development challenges in this guide to improving code maintainability, scalability, and performance. Discover how these patterns equip businesses with cleaner and more maintainable code, promote team collaboration, reduce errors, and save time and costs.This book provides a comprehensive view of design patterns in modern (ES6+) JavaScript with real-world examples of their deployment in professional settings. You’ll start by learning how to use creational, structural, and behavioral design patterns in idiomatic JavaScript, and then shift focus to the architecture and UI patterns. Here, you’ll learn how to apply patterns for libraries such as React and extend them further to general web frontend and micro frontend approaches. The last section of the book introduces and illustrates sets of performance and security patterns, including messaging and events, asset and JavaScript loading strategies, and asynchronous programming performance patterns.Throughout the book, examples featuring React and Next.js, in addition to JavaScript and Web API examples, will help you choose and implement proven design patterns across diverse web ecosystems, transforming the way you approach development.What you will learnFind out how patterns are classified into creational, structural, and behavioralImplement the right set of patterns for different business scenariosExplore diverse frontend architectures and different rendering approachesIdentify and address common asynchronous programming performance pitfallsLeverage event-driven programming in the browser to deliver fast and secure applicationsBoost application performance using asset loading strategies and offloading JavaScript executionWho this book is forThis book is for developers and software architects who want to leverage JavaScript and the web platform for enhanced productivity, superior software quality, and optimized application performance.Prior experience with JavaScript and web development is assumed. Some of the more advanced topics in the book will be of interest to developers with intermediate experience in building for the web with JavaScript.
Professional JavaScript
Fast-track your web development career using the powerful features of advanced JavaScript
Häftad, Engelska, 2019
510 kr
Skickas inom 5-8 vardagar
Develop your JavaScript programming skills by learning strategies and techniques commonly used in modern full-stack application developmentKey FeaturesWrite and deploy full-stack applications efficiently with JavaScriptDelve into JavaScript’s multiple programming paradigmsGet up to speed with core concepts such as modularity and functional programming to write efficient codeBook DescriptionIn depth knowledge of JavaScript makes it easier to learn a variety of other frameworks, including React, Angular, and related tools and libraries. This book is designed to help you cover the core JavaScript concepts you need to build modern applications.You'll start by learning how to represent an HTML document in the Document Object Model (DOM). Then, you'll combine your knowledge of the DOM and Node.js to create a web scraper for practical situations. As you read through further lessons, you'll create a Node.js-based RESTful API using the Express library for Node.js. You'll also understand how modular designs can be used for better reusability and collaboration with multiple developers on a single project. Later lessons will guide you through building unit tests, which ensure that the core functionality of your program is not affected over time. The book will also demonstrate how constructors, async/await, and events can load your applications quickly and efficiently. Finally, you'll gain useful insights into functional programming concepts such as immutability, pure functions, and higher-order functions.By the end of this book, you'll have the skills you need to tackle any real-world JavaScript development problem using a modern JavaScript approach, both for the client and server sides.What you will learnApply the core concepts of functional programmingBuild a Node.js project that uses the Express.js library to host an APICreate unit tests for a Node.js project to validate itUse the Cheerio library with Node.js to create a basic web scraperDevelop a React interface to build processing flowsUse callbacks as a basic way to bring control backWho this book is forIf you want to advance from being a frontend developer to a full-stack developer and learn how Node.js can be used for hosting full-stack applications, this is an ideal book for you. After reading this book, you'll be able to write better JavaScript code and learn about the latest trends in the language. To easily grasp the concepts explained here, you should know the basic syntax of JavaScript and should've worked with popular frontend libraries such as jQuery. You should have also used JavaScript with HTML and CSS but not necessarily Node.js.
Front-End Development Projects with Vue.js
Learn to build scalable web applications and dynamic user interfaces with Vue 2
Häftad, Engelska, 2020
510 kr
Skickas inom 5-8 vardagar
Get to grips with the core fundamentals of Vue.js 2 and learn to build reliable component-based applications with practical guidance from industry expertsKey FeaturesLearn how to make the best use of the Vue.js 2 framework and build a full end-to-end projectBuild dynamic components and user interfaces that are fast and intuitiveWrite performant code that “just works” and is easily scalable and reusableBook DescriptionAre you looking to use Vue 2 for web applications, but don't know where to begin? Front-End Development Projects with Vue.js will help build your development toolkit and get ready to tackle real-world web projects. You'll get to grips with the core concepts of this JavaScript framework with practical examples and activities.Through the use-cases in this book, you'll discover how to handle data in Vue components, define communication interfaces between components, and handle static and dynamic routing to control application flow. You'll get to grips with Vue CLI and Vue DevTools, and learn how to handle transition and animation effects to create an engaging user experience. In chapters on testing and deploying to the web, you'll gain the skills to start working like an experienced Vue developer and build professional apps that can be used by other people.You'll work on realistic projects that are presented as bitesize exercises and activities, allowing you to challenge yourself in an enjoyable and attainable way. These mini projects include a chat interface, a shopping cart and price calculator, a to-do app, and a profile card generator for storing contact details.By the end of this book, you'll have the confidence to handle any web development project and tackle real-world front-end development problems.What you will learnSet up a development environment and start your first Vue 2 projectModularize a Vue application using component hierarchiesUse external JavaScript libraries to create animationsShare state between components and use Vuex for state managementWork with APIs using Vuex and Axios to fetch remote dataValidate functionality with unit testing and end-to-end testingGet to grips with web app deploymentWho this book is forThis book is designed for Vue.js beginners. Whether this is your first JavaScript framework, or if you’re already familiar with React or Angular, this book will get you on the right track. To understand the concepts explained in this book, you must be familiar with HTML, CSS, JavaScript, and Node package management.