Narrow your search

Library

Thomas More Kempen (14684)

VIVES (14676)

Thomas More Mechelen (14674)

Odisee (14670)

KU Leuven (14128)

UCLL (13939)

ULiège (13489)

ULB (13096)

UGent (6383)

KBC (2844)

More...

Resource type

book (14485)

periodical (198)

digital (104)

dissertation (4)

object (3)


Language

English (14465)

Undetermined (101)

Italian (46)

French (28)

German (18)

More...

Year
From To Submit

2024 (729)

2023 (764)

2022 (474)

2021 (646)

2020 (1114)

More...
Listing 1 - 10 of 14684 << page
of 1469
>>
Sort by

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

Discover the current landscape of full-stack development and how to leverage modern web technologies for building production-ready React.js applications to deploy on AWSKey FeaturesUnderstand the architecture of React and single-page applicationsBuild a modern Web API for your SPA using Node.js, Express, and GraphQLGain a clear and practical understanding of how to build a complete full-stack applicationBook DescriptionReact sets the standard for building high-performance client-side web apps. Node.js is a scalable application server that is used in thousands of websites, while GraphQL is becoming the standard way for large websites to provide data and services to their users. Together, these technologies, when reinforced with the capabilities of TypeScript, provide a cutting-edge stack for complete web application development. This book takes a hands-on approach to implementing modern web technologies and the associated methodologies for building full-stack apps. You’ll begin by gaining a strong understanding of TypeScript and how to use it to build high-quality web apps. The chapters that follow delve into client-side development with React using the new Hooks API and Redux. Next, you’ll get to grips with server-side development with Express, including authentication with Redis-based sessions and accessing databases with TypeORM. The book will then show you how to use Apollo GraphQL to build web services for your full-stack app. Later, you’ll learn how to build GraphQL schemas and integrate them with React using Hooks. Finally, you’ll focus on how to deploy your application onto an NGINX server using the AWS cloud. By the end of this book, you’ll be able to build and deploy complete high-performance web applications using React, Node, and GraphQL.What you will learnDiscover TypeScript’s most important features and how they can be used to improve code quality and maintainabilityUnderstand what React Hooks are and how to build React apps using themImplement state management for your React app using ReduxSet up an Express project with TypeScript and GraphQL from scratchBuild a fully functional online forum app using React and GraphQLAdd authentication to your web app using RedisSave and retrieve data from a Postgres database using TypeORMConfigure NGINX on the AWS cloud to deploy and serve your appsWho this book is forThe book is for web developers who want to go beyond front-end web development and enter the world of full-stack web development by learning about modern web technologies and how they come together. A good understanding of JavaScript programming is required before getting started with this web development book.


Book
Laser-induced breakdown spectroscopy
Authors: ---
ISBN: 0128188308 9780128188309 9780128188293 0128188294 Year: 2020 Publisher: Amsterdam, Netherlands Cambridge, MA

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
Introducing rescript : functional programming for web applications
Author:
ISBN: 1484288882 1484288874 Year: 2023 Publisher: New York, New York : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book serves as a succinct guide on ReScript, a functional language for building web applications. Using examples of ReScript language features along with explanations of fundamental concepts in functional programming, this book will show web developers with a background in JavaScript how to effectively use ReScript to its full potential. In Introducing ReScript, you'll learn how to use features in ReScript that JavaScript lacks, such as type inference, null-safety, algebraic data types, pattern matching, and more. Along the way, you'll pick up functional programming concepts like immutability and higher-order functions. You'll also gain a sense of how ReScript works under the hood and how to leverage interoperability between ReScript and JavaScript. Whether you're a web developer interested in dabbling with functional programming or you just want to learn how to write safer and cleaner code for web applications, this book is a great way for you to get started with ReScript. What You Will Learn Use ReScript to write clean, safe, and elegant software Understand the features of ReScript that set it apart from JavaScript, such as type inference, null-safety, and algebraic data types Explore functional programming concepts like immutabhigher-orderr order functions, and pattern matching Use popular JavaScript libraries and frameworks in your ReScript code and integrate ReScript code into JavaScript codebases Who This Book Is For Web developers that want a strictly typed, safer alternative to JavaScript, as well as web developers interested in learning functional programming and leveraging the elegant and powerful functional features in ReScript.


Book
AI to improve e-governance and eminence of life : Kalyanathon 2020
Author:
ISBN: 9819946778 981994676X Year: 2023 Publisher: Singapore : Springer Nature Singapore Pte Ltd.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The volume presents research works on developing Artificial Intelligence based algorithms and methodologies for making social good that too to a notable one. The book discusses latest findings on efficient technological solutions of e-governance and other areas of life from the leading researchers in the field. The prime focus is on solving socio-economic technical problems using state-of-the-art research findings like fuzzy computing, evolutionary and hybrid frameworks, neuro computing, etc., along with other AI based computation platforms. The topics covered include solution frameworks using Artificial Intelligence based models in application areas like agriculture and rural development, road accident, travel and tourism, solid waste management, rural medical care, crowd sourced election monitoring system, ragging, rape and other abuses, cyber criminals and cyber bullying, disaster management, social good, etc. The book offers a valuable resource for all undergraduate, postgraduate students and researchers interested in exploring solution frameworks for social good problems using artificial intelligence.


Book
Mycology
Author:
ISBN: 1681080745 9781681080741 9781681080758 Year: 2016 Publisher: Sharjah, U.A.E.

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Chitin and Chitosan : Physicochemical Properties and Industrial Applications
Author:
Year: 2021 Publisher: London, England : IntechOpen,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Chitin and Chitosan - Physicochemical Properties and Industrial Applications provides an overview of the extraction, modification, characterization, and application of chitin and chitosan derivatives from crustacean byproducts and their physicochemical properties. It presents and explains important studies and develops new and innovative methods of biological and physicochemical analysis in the fields of organic and mineral environmental pollution, corrosion inhibitors, drug delivery systems, superabsorbent materials, nanotechnology, textiles, biotechnology, and biomedical sciences.


Book
Laser technology, applications and future prospects
Author:
ISBN: 1624170897 9781624170898 9781624170881 1624170889 Year: 2013 Publisher: Hauppauge, N.Y.

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Survey of academic library leadership : plans for virtual reality technology in the library.
Authors: ---
ISBN: 1574407759 9781574407754 9781574405903 Year: 2019 Publisher: New York, New York : Primary Research Group,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Listing 1 - 10 of 14684 << page
of 1469
>>
Sort by