Web
Everything on SkillVeris tagged Web — collected across the glossary, study notes, blog, and cheat sheets.
332 resources across 3 libraries
Glossary Terms(291)
HTML
HTML (HyperText Markup Language) is the standard markup language for structuring content on the web. It uses a system of nested elements and tags to define tex…
CSS
CSS (Cascading Style Sheets) is the stylesheet language used to control the visual presentation of HTML documents, defining layout, colors, typography, spacing…
React
React is a declarative, component-based JavaScript library created by Meta for building interactive user interfaces, using a virtual DOM to efficiently update…
Next.js
Next.js is a React framework for building production web applications, adding server-side rendering, static site generation, routing, and API endpoints on top…
Angular
Angular is a TypeScript-based, component-driven web application framework developed and maintained by Google, providing a full-featured platform for building l…
Vue.js
Vue.js is a progressive JavaScript framework for building user interfaces, designed with a gentle learning curve and the flexibility to be adopted incrementall…
Node.js
Node.js is a JavaScript runtime built on Chrome's V8 engine that lets JavaScript run outside the browser, enabling scalable, event-driven server-side applicati…
Express.js
Express.js is a minimal, unopinionated web application framework for Node.js that provides a lightweight set of features — routing, middleware, and HTTP utilit…
REST API
A REST API (Representational State Transfer Application Programming Interface) is a web service interface that lets clients and servers communicate over HTTP u…
GraphQL
GraphQL is a query language and runtime for APIs that lets clients request exactly the data they need, in a single request, rather than relying on fixed endpoi…
Tailwind CSS
Tailwind CSS is a utility-first CSS framework that provides a large set of low-level, single-purpose utility classes for building custom user interfaces direct…
Bootstrap
Bootstrap is a popular open-source CSS framework that provides a responsive grid system, prebuilt UI components, and utility classes for building mobile-first…
A2A Protocol
The Agent2Agent (A2A) Protocol is an open communication standard that lets autonomous AI agents built on different frameworks and by different vendors discover…
ABP Framework
ABP Framework is an open-source application framework built on ASP.NET Core that provides a modular, layered architecture along with pre-built infrastructure —…
Acquia
Acquia is a digital experience platform (DXP) built around open-source Drupal, offering cloud hosting, a multi-site "Site Factory" product, and marketing and p…
Actix
Actix (commonly used via Actix Web) is a high-performance web framework for the Rust programming language, built on an asynchronous actor model and known for c…
Adapt Framework
Adapt Framework is an open-source authoring framework for building responsive, multi-device HTML5 e-learning courses that run in a web browser without requirin…
Adobe Commerce
Adobe Commerce (formerly Magento Commerce) is Adobe's enterprise eCommerce platform for building, customizing, and scaling online stores, offering both cloud-h…
AdonisJS
AdonisJS is a full-featured, MVC-style web framework for Node.js that provides built-in tooling for routing, ORM-based database access, authentication, and val…
WooCommerce
WooCommerce is a free, open-source e-commerce plugin for WordPress that turns a WordPress site into a fully functional online store with product catalogs, cart…
WordPress
WordPress is an open-source content management system (CMS) that powers a large share of websites worldwide, letting users create and manage websites, blogs, a…
Chakra UI
Chakra UI is an accessible, modular component library for React that provides a set of pre-built, themeable UI building blocks and a composable style-prop syst…
CodeIgniter
CodeIgniter is a lightweight PHP web framework known for its small footprint, straightforward MVC architecture, and strong runtime performance compared to larg…
Contentful
Contentful is a headless content management system (CMS) that stores and delivers structured content through an API, allowing developers to build any frontend…
Showing 24 of 291.
Study Notes(40)
Migrating Silverlight to Modern Web
A practical playbook for assessing a legacy Silverlight application and choosing between Blazor, a native desktop port, or a full JavaScript rewrite.
WCF vs Web API
Compares WCF's protocol-flexible, contract-first model against ASP.NET Web API's HTTP-first, resource-oriented approach, and when to choose each.
Caching in Web Forms
Learn how output caching, fragment caching, and the Cache API reduce database and rendering load in Classic ASP.NET Web Forms applications.
Common Web Forms Pitfalls
The recurring lifecycle, ViewState, and event-handling mistakes that trip up developers working with classic ASP.NET Web Forms.
Data Binding in Web Forms
Understand how Web Forms server controls bind to data sources, the difference between declarative and programmatic binding, and when to use Repeater, GridView,…
Database Access in Web Pages
Learn how the WebMatrix.Data.Database helper connects ASP.NET Web Pages to SQL databases with lightweight Query, Execute, and parameterized SQL methods.
Deploying Web Pages Sites
Understand how to publish an ASP.NET Web Pages site to production using FTP or Web Deploy, configure web.config for release, and set correct IIS and App_Data p…
Forms and Validation in Web Pages
Learn how ASP.NET Web Pages reads posted form data and enforces validation rules using the Validation helper, from server checks to optional client-side hints.
Helpers in Web Pages
How built-in and custom helpers provide reusable, prebuilt pieces of functionality, from Chart and WebGrid to WebMail and Facebook integration, plus how to wri…
Layout Pages in Web Pages
How shared layout pages, the RenderBody and RenderSection methods, and reusable partial views let ASP.NET Web Pages sites keep a consistent header, footer, and…
Migrating Web Forms to ASP.NET Core
Strategies, mappings, and pitfalls for moving a classic Web Forms application to modern ASP.NET Core.
Navigation Controls
See how ASP.NET Web Forms handles site navigation through the Web.sitemap file, SiteMapPath, Menu, and TreeView controls, plus programmatic redirection.
Razor Syntax in Web Pages
A practical guide to the Razor markup syntax that lets you embed C# or VB.NET code inline with HTML using the @ symbol, including expressions, code blocks, loo…
Security in Web Pages
Explore the WebSecurity helper for authentication and roles, and the built-in protections ASP.NET Web Pages provides against XSS and CSRF.
Session State in Web Forms
Understand how Web Forms tracks per-user data across requests with Session state, the tradeoffs between InProc, StateServer, and SQLServer modes, and common pi…
Web Forms Best Practices
Practical guidelines for writing maintainable, secure, and performant ASP.NET Web Forms applications, from ViewState discipline to layered code organization.
Web Pages vs MVC
Compare ASP.NET Web Pages' page-centric model against ASP.NET MVC's Controller/Model/View separation to understand routing, testability, and when to choose eac…
What Is ASP.NET Web Forms?
An introduction to ASP.NET Web Forms, the event-driven, stateful web framework in the classic .NET Framework built around .aspx pages and code-behind classes.
What Is ASP.NET Web Pages?
An introduction to ASP.NET Web Pages, a lightweight framework that mixes server-side C# or VB.NET code directly into HTML using Razor syntax, aimed at simple,…
Working with SQL in Web Forms
Learn practical patterns for executing SQL from Web Forms code-behind, including parameterized queries, stored procedures, and transactions.
MVC vs Web Forms
A comparison of ASP.NET MVC and ASP.NET Web Forms - architecture, state management, testability, and when you'd still encounter Web Forms today.
Assertions with expect()
Learn Playwright's web-first assertions — how expect(locator) auto-retries until conditions are met, and how that differs from generic value assertions.
Building Pages with Web Parts
How modern SharePoint pages are assembled from configurable, independent web parts, from built-in toolbox parts to custom SPFx solutions.
The SharePoint Framework (SPFx)
SPFx is Microsoft's modern, open-source development model for building client-side web parts and extensions that run natively in SharePoint Online.
Showing 24 of 40.