Web
13 items tagged with "web"
Patterns3
Front Controller
Channels all incoming requests through a single handler that centralizes cross-cutting concerns like routing, authentication, and logging before dispatching to handlers.
Model-View-Controller (MVC)
Separates an application into a model (data and rules), a view (presentation), and a controller (input handling), decoupling concerns for maintainability.
Island Architecture
Renders a page as mostly static HTML with isolated interactive 'islands' that hydrate independently, minimizing JavaScript shipped to the browser.
Products7
JavaScript
High-level, dynamic programming language for web development
TypeScript
Strongly typed programming language that builds on JavaScript
Ruby
Dynamic, open source programming language with focus on simplicity
PHP
Popular general-purpose scripting language suited for web development
Dart
Client-optimized language for fast apps on any platform
Express.js
Fast, unopinionated web framework for Node.js
Django
High-level Python web framework for rapid development