Ccollection of React hooks for interacting with Ethereum, designed specifically for frontend applications using React.
GLOSSARY


Ccollection of React hooks for interacting with Ethereum, designed specifically for frontend applications using React.
W3C (World Wide Web Consortium) initiative aimed at increasing the broadly understood accessibility of websites. In addition to accessibility for people with disabilities, WAI fights for equal rights in all ways of using the Internet.
Software stack that provides a local development environment for web development on a Windows operating system.
International standard developed by the World Wide Web Consortium (W3C) that provides recommendations for making web content, applications, and digital information accessible to people with various disabilities, such as visual, hearing, motor, and cognitive impairments.
Set of standards that enable the writing of components without the need for other libraries. These standards include: Custom elements, Shadow DOM, and HTML Templates. They work natively in browsers, allowing us to create our own components that can always be run independently of other libraries.
Program or automated script that methodically examines and searches websites. For example, the role of a search engine crawler (e.g., Google) is very similar to that of a person who organizes an entire library and creates an easy-to-check catalog of all books so that they can be easily found.
Process of automatically extracting content and data from websites using specially designed software. It can be used to obtain information such as text, images, tabular data, market data, email addresses, and more. Anything that we program the robot, or web crawler, to do.
Collection of software, including an operating system, web server, database, and programming language, that work together to create and run a website or web application. Java Script main tech stacks: MEAN, MERN, MEVN. All these very popular tech stacks are done on Javascript, which proves the multiple creative uses that Javascript has, and MongoDB while it doesn’t use Javascript since it’s a server, uses JSON (Javascript Object Notation) which all components speak for data transmission.
Low-code technology platform that allows you to automate business processes and create applications without coding, using wizards and business rules. Streamlines workflow and workflow, offering rapid solution creation and immediate change with InstantChange™ technology. The platform provides mobile access, reporting, integration with external systems and artificial intelligence support.
JavaScript API that allows web browsers to render interactive 2D and 3D graphics without plugins by using your computer’s GPU for hardware acceleration. It integrates with web standards like HTML canvas to create high-performance visuals for applications such as games, simulations, and data visualizations directly within the browser.
Open-source web browser engine used primarily for rendering web pages. It is the underlying engine behind many web browsers, notably Safari on macOS and iOS. WebKit processes HTML, CSS, JavaScript, and other web technologies to display pages correctly.
Individual responsible for managing a website, encompassing a range of tasks from technical and administrative duties to content creation and marketing. Their work includes designing, developing, and maintaining websites, managing servers and domain names, ensuring technical functionality, and overseeing a site’s overall performance and growth.
Module bundler that takes your code and its dependencies and creates static assets representing those modules. It allows you to write modular code and bundle it together into small packages to optimize load times. Webpack can be used with various languages and frameworks, including React.
System or platform that automates the creation, deployment, and management of multiple websites from a single infrastructure. This is useful for large organizations that need to launch and maintain many sites quickly, cost-effectively, and consistently, such as companies with multiple branches, brands, or international locations. It simplifies processes like content sharing, maintenance, and ensuring brand standards across a large network.
Comprehensive platform that enables hosting companies to manage customers, invoicing, and automate processes such as domain registration and server management.
Form of hypertext publication on the internet which is collaboratively edited and managed by its audience directly through a web browser. A typical wiki contains multiple pages that can either be edited by the public or limited to use within an organization for maintaining its internal knowledge base.
Software used to manage warehouse operations, from receiving goods to shipping. A WMS optimizes processes, controls the flow of goods, manages inventory, and facilitates warehouse operations.
Fully-managed enterprise WordPress hosting platform built for high-traffic websites, major publishers, and organizations with demanding security and performance requirements. It provides a scalable infrastructure, advanced content management tools, and compliance-ready security measures.
In the context of IT, it refers to editors and tools that allow users to see the final result of their work as they create it, without the need to know code or complex formatting commands.
Web browser scripting language object that allows requests to be sent to a web server using the HTTP protocol. A characteristic feature of XHR is the ability to execute requests after the web page has been loaded during interaction with the user. The responses received from the server are then used to modify the loaded document. The ability to execute requests asynchronously means that they are performed in the background and do not interrupt the user’s interaction with the page, dynamically changing it. The content of the server’s response is most often transmitted in XML, JSON, or plain text formats.
Uuniversal markup language designed to represent various data in a structured way. It is a markup language and file format for storing, transferring, and reconstructing any data. It is platform-independent, which allows for easy exchange of documents between heterogeneous (different) systems and has significantly contributed to the popularity of this language in the Internet age.
Text file containing data in a structured way, using tags to describe the structure and content. It is a universal format used to store and exchange data, understandable to both humans and machines.
Map, or more precisely, a list of URLs for your website. It tells search engines what content is available on your site and how to access it, including through categories and created URLs.
Human-readable data serialization language that is often used for writing configuration files. Depending on whom you ask, YAML stands for yet another markup language or YAML ain’t markup language (a recursive acronym), which emphasizes that YAML is for data, not documents.
Open-source, high-performance PHP web application framework based on the Model-View-Controller (MVC) architectural pattern. It is designed for rapid development of modern web applications, providing reusable components and tools to streamline tasks like database access, authentication, and form handling. Yii is known for its speed, security, and suitability for creating large-scale applications such as portals, content management systems (CMS), and e-commerce sites.
Platform that allows anyone to automate simple tasks with just a few clicks. It connects with thousands of apps and allows users to pull information from one platform to another (through an automated workflow called a Zap), allowing for less busywork without any code.
Design delivery platform for teams of any size. Zeplin helps bridge the gap between design and code, making it easier for design teams to accurately translate the designs to code while ensuring that the final product remains consistent with the original design.
Text-based programming language used to design and print labels, often for Zebra printers, by defining elements such as text, barcodes, and shapes using a series of commands.
State management library for JavaScript and React. It’s minimalistic and lightweight, allowing you to manage state in your application without needing a lot of boilerplate code. The library is designed to be simple, and its API is based on hooks, making it very intuitive for React developers.