-
Updated
May 20, 2022
{{ message }}
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
List of Computer Science courses with video lectures.
A simple guide to HTML <head> elements
A web framework for Rust.
DNS preanalyze is a way to reduce DNS analyze time:
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="http://www.baidu.com" />
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
Budibase is a low-code platform for creating internal apps, workflows, and admin panels in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more
Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
Programming curricula
The AMO policies page has been moved to Extension Workshop (https://extensionworkshop.com/documentation/publish/add-on-policies/). The original page (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/AMO/Policy) is still discoverable with some search engines (e.g. DDG) but giving a 404 error because it has no redirect.
2018 edition of our front-end development handbook
A static site generator for Swift developers
Relevant spec sections:
https://drafts.csswg.org/selectors-4/#the-dir-pseudo
https://html.spec.whatwg.org/multipage/semantics-other.html#selector-ltr
The interesting cases to test are from the definition of "directionality" in HTML:
https://html.spec.whatwg.org/multipage/dom.html#the-directionality
dir="ltr" matches :dir(ltr) (#26159)A list of books
Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.
A minimal, responsive, style-agnostic CSS framework!
New category
No response
Support a path argument on amplify plugin add to simplify command:
amplify plugin add --path $(pnpm root -g)/amplify-graphql-seed-plugin
Currently we need to first capture the absolute path, and
每日时报,以前端技术体系为主要分享课题。根据:文章、工具、新闻、视频几大板块作为主要分类。
Карта развития веб-разработчика
There's a need to add resources for Angular, Vue.js and Svelte
A lightweight set of tools for working with ArcGIS services in Leaflet.
Create and view web pages stored entirely in the URL
Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG
Some things don't work how they should on firefox, mainly the landing page animation and exporting as PNG/SVG.
Add a description, image, and links to the web-development topic page so that developers can more easily learn about it.
To associate your repository with the web-development topic, visit your repo's landing page and select "manage topics."
When debugging mobile views, it's important to understand the cursor target size and simulate, as much as possible, the native behaviour of touchscreens.
I believe that it makes sense to emulate as much as possible the real behaviour of pointing devices.
My suggestion is to allow the user to define what is the pr