-
Updated
Feb 9, 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 an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
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
Links to all modules are broken because of renaming
https://developer.mozilla.org/en-US/docs/Web/CSS/:visited#privacy_restrictions
Privacy restrictions
In the article there is this bit of info:
The alpha component of the allowed styles will be ignored. The alpha component of the element's non-:visi
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
An easy to use, scalable and secure web application framework for writing web APIs in C or Python. || This is a read-only mirror, please see https://kore.io/mail and https://kore.io/source for information on how to contribute via the mailing lists.
Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.
A minimal, responsive, style-agnostic CSS framework!
Карта развития веб-разработчика
每日时报,以前端技术体系为主要分享课题。根据:文章、工具、新闻、视频几大板块作为主要分类。
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.
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