Narrow your search

Library

KBC (203)

Odisee (185)

VIVES (184)

Thomas More Kempen (183)

Thomas More Mechelen (183)

UCLL (178)

ULiège (115)

KU Leuven (102)

LUCA School of Arts (100)

ULB (90)

More...

Resource type

book (325)

digital (1)

periodical (1)


Language

English (314)

German (8)

French (4)


Year
From To Submit

2024 (22)

2023 (50)

2022 (44)

2021 (15)

2020 (17)

More...
Listing 1 - 10 of 326 << page
of 33
>>
Sort by

Book
Proceedings of the 9th International Conference on Web Intelligence, Mining and Semantics
Authors: ---
Year: 2019 Publisher: New York, New York : Association for Computing Machinery,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Learn React Hooks : build and refactor modern React.js applications using Hooks
Author:
ISBN: 1838640517 9781838640514 9781838641443 Year: 2019 Publisher: Birmingham, England ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Create large-scale web applications with code that is extensible and easy to understand using React Hooks Key Features Explore effective strategies for migrating your state management from Redux and MobX to React Hooks Integrate Hooks with React features such as Context and Suspense to add advanced functionality to your web apps Create complex applications by combining multiple hooks Book Description React Hooks revolutionize how you manage state and effects in your web applications. They enable you to build simple and concise React.js applications, along with helping you avoid using wrapper components in your applications, making it easy to refactor code. This React book starts by introducing you to React Hooks. You will then get to grips with building a complex UI in React while keeping the code simple and extensible. Next, you will quickly move on to building your first applications with React Hooks. In the next few chapters, the book delves into various Hooks, including the State and Effect Hooks. After covering State Hooks and understanding how to use them, you will focus on the capabilities of Effect Hooks for adding advanced functionality to React apps. You will later explore the Suspense and Context APIs and how they can be used with Hooks. Toward the concluding chapters, you will learn how to integrate Redux and MobX with React Hooks. Finally, the book will help you develop the skill of migrating your existing React class components, and Redux and MobX web applications to Hooks. By the end of this book, you will be well-versed in building your own custom Hooks and effectively refactoring your React applications. What you will learn Understand the fundamentals of React Hooks and how they modernize state management in React apps Build your own custom Hooks and learn how to test them Use community Hooks for implementing responsive design and more Learn the limitations of Hooks and what you should and shouldn't use them for Get to grips with implementing React context using Hooks Refactor your React-based web application, replacing existing React class components with Hooks Use state management solutions such as Redux and MobX with React Hooks Who this book is for This book is for React developers who want to learn how to build applications with Hooks. Developers who are looking to migrate to React for its advanced feature set and capabilities will also find the book useful.


Book
Next. js Cookbook : Learn How to Build Scalable and High-Performance Apps from Scratch.
Author:
ISBN: 9355518455 9355518420 Year: 2023 Publisher: Delhi : BPB Publications,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book, authored by Andrei Tazetdinov, is a comprehensive guide to building full-stack applications using NextJS. It covers the basics of NextJS and its core features, how to create and configure a NextJS application from scratch, the power of server-side rendering, and best practices for styling, routing, and data fetching. It also delves into advanced topics such as testing, optimization, deployment, and the use of AWS Amplify as a hosting provider. The author's goal is to equip developers with the knowledge to build modern, dynamic web applications that meet the needs of today’s users. The intended audience is aspiring developers and experienced professionals alike.


Book
Einführung in die Webanalyse
Author:
ISBN: 3836272385 Year: 2020 Publisher: Bonn : Rheinwerk Verlag,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
React : Up & Running, 2nd Edition
Author:
ISBN: 1492051411 1492051438 1492051454 Year: 2021 Publisher: O'Reilly Media, Inc.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Hit the ground running with React, the open-source technology from Facebook for building rich web applications fast. With the second edition of this practical guide, Stoyan Stefanov—designer of the YSlow 2.0 performance tool—shows you how to build React components and organize them into maintainable, large-scale apps. If you’re familiar with basic JavaScript syntax, you’re ready to get started. Through the course of the book, web developers and programmers will build a complete custom app that lets you store data on the client. You’ll quickly learn why some developers consider React the key to the web app development puzzle.


Book
Blazor WebAssembly by example : a project-based guide to building web apps with .NET, Blazor WebAssembly, and C#
Author:
ISBN: 1800563930 Year: 2021 Publisher: Birmingham, England ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Visual studio code : end-to-end editing and debugging tools for web developers
Author:
ISBN: 1119588235 1119588308 Year: 2019 Publisher: Indianapolis, Indiana Wiley

Loading...
Export citation

Choose an application

Bookmark

Abstract

Expert guidance on using Visual Studio Code for editing and debugging your web development projects Visual Studio Code, a free, open source, cross-compatible source code editor, is one of the most popular choices for web developers. It is fast, lightweight, customizable, and contains built-in support for JavaScript, Typescript, and Node.js extensions for other languages, including C++, Python, and PHP. Features such as debugging capability, embedded Git control, syntax highlighting, code snippets, and IntelliSense intelligent code completion support—several of which set it apart from the competition—help make Visual Studio Code an impressive, out-of-the-box solution. Visual Studio Code: End-to-End Editing and Debugging Tools for Web Developers helps readers to become familiar with and productive in Visual Studio Code. This up-to-date guide covers all of the essential components of the software, including the editing features of the workspace, advanced functionality such as code refactoring and key binding, and integration with Grunt, Gulp, NPM, and other external tools. New users, experienced developers, and those considering moving from another developer tool will benefit from this book’s detailed, yet easy-to-follow information on Visual Studio Code. This book: Teaches readers how to use Visual Studio Code to do full-stack development Explains the steps to install Visual Studio Code on Windows, Mac and Linux platforms Provides a foundation for non-users considering moving to Visual Studio Code Helps current users expand their knowledge of the tool and its available extensions Describes how to open a .NET Core project and get end-to-end execution and debugging functionality Visual Studio Code: End-to-End Editing and Debugging Tools for Web Developers is an invaluable guide for both professional and hobbyist web developers seeking immediately-useful information on Visual Studio Code.


Book
Full-stack react, typescript, and node : build cloud-ready web applications using React 17 with Hooks and GraphQL
Author:
ISBN: 1839214694 Year: 2020 Publisher: Birmingham, England ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Modern web testing with testcafe : get to grips with end-to-end web testing with testcafe and javascript
Author:
ISBN: 1800205961 Year: 2020 Publisher: Birmingham, England ; Mumbai : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

A no-nonsense guide to getting started with TestCafe quickly by building a complete test suite while learning the core concepts of test automation with TestCafe Key Features Build a proof-of-concept project to demonstrate your familiarity with TestCafe Discover useful tips and best practices for building production-ready and fault-tolerant tests Write clean and maintainable tests by refactoring your codebase using PageObject pattern Book Description TestCafe is an open source end-to-end testing framework that combines unmatched ease of use with advanced automation and robust built-in stability mechanisms. This book is a comprehensive, project-based introduction to TestCafe that will show you how to use the TestCafe framework and enable you to write fast and reliable tests; plus you'll have a proof of concept ready to demonstrate the practical potential of TestCafe. You'll begin by learning how to write end-to-end web tests using the TestCafe syntax and features of the TestCafe framework. You'll then go from setting up the environment all the way through to writing production-ready tests. You'll also find out how to build a sample set of tests in a step-by-step manner and use TestCafe to log in to the website, verify the elements present on different pages, create/delete entities, and run custom JavaScript code. As you advance, you'll delve into several stages of refactoring that will take you through the showcase setup/teardown and PageObject patterns. While this test suite is relatively simple to build, it showcases some of the most prominent features of TestCafe. Finally, this TestCafe book will show you how the tests can be run on a free and simple-to-use website, without requiring you to build and deploy your own servers or backend services. By the end of this book, you'll have learned how to write and enhance end-to-end tests with TestCafe to solve real-world problems and deliver results. What you will learn Understand the basic concepts of TestCafe and how it differs from classic Selenium Find out how to set up a TestCafe test environment Run TestCafe with command-line settings Verify and execute TestCafe code in the browser Automate end-to-end testing with TestCafe using expert techniques Discover best practices in TestCafe development and learn about the future roadmap of TestCafe Who this book is for The book is for QA professionals, test engineers, software engineers, and test automation enthusiasts looking for hands-on guidance on l...


Book
Full Stack Web Development with Remix : Enhance the User Experience and Build Better React Apps by Utilizing the Web Platform
Authors: ---
ISBN: 1801076480 Year: 2023 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Develop a web application while learning how to harness the capabilities of the web platform and advanced technologies for an exceptional user experience Key Features Create a full stack web application using cutting-edge technologies such as distributed edge deploy, Redis, and multi-region databases Unlock the full potential of the web platform to enhance your React dev experience Discover how Remix assists in building a seamless user experience from start to finish Purchase of the print or Kindle book includes a free PDF eBook Book Description We're in an exciting era of web development marked by the rapid evolution of the JavaScript ecosystem. Remix offers the necessary abstractions to take advantage of the latest advancements in React and beyond. With this Remix book, you can elevate your skills from React development to full stack web development, unlocking the full potential of the latest technologies, such as edge functions, streaming, and the full stack of the web platform. This book guides you through Remix's thoughtfully designed conventions, levers, and primitives to sharpen your web development skills. In this book, you'll develop a personal finance management application--a dashboard that mimics both personal and enterprise use cases. Each chapter introduces new concepts, such as routing, data fetching, mutations, error handling, and state management, as well as advanced topics, such as real-time communication, edge deploys, and caching strategies to create a great user experience from end to end. As you apply each concept to the finance dashboard, you'll discover how you can supercharge your React app with Remix. The final section of this book covers migration strategies, guiding you on how to transition an existing application to Remix. By the end of this book, you'll have a comprehensive understanding of Remix and the experience of building a full stack web app from start to finish. What you will learn Understand Remix's philosophy and guiding principles Enhance your web platform proficiency to make it applicable anywhere Master data mutations, routing, error handling, and state management with Remix Understand how to build web apps with accessibility and progressive enhancement in mind Get acquainted with advanced topics such as caching strategies, real-time communication, and developing for the edge Understand state-of-the-art technologies, such as serverless functions, edge computing, and Content Delivery Networks (CDNs) Study migration patterns to move an existing project to Remix Who this book is for This book is for React developers looking to adopt Remix for their next project. For those considering migrating to Remix, this guide offers a comprehensive walkthrough of building a full stack web app. To make the most of this book, beginner-level development experience with React and JavaScript is recommended. While having basic knowledge of server-side runtimes such as Node.js and experience with TypeScript can be beneficial, they are not mandatory prerequisites.

Listing 1 - 10 of 326 << page
of 33
>>
Sort by