Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Useful Tools
HTML Table Generator
Validation
validator Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
validator Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Write once, run everywhere: building apps with Dioxus - Jonathan Kelley - RustNL 2023
Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.
Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.
Sycamore is a reactive library for creating web apps in Rust and WebAssembly.
Seed is a front-end Rust framework for creating fast and reliable web apps with an elm-like architecture.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
ImageMagic provides a command convert which helps convert between different types of images.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Please refer to Tips on Backend Development for details.
Please …
xml.etree.ElementTree
from html.parser import HTMLParser
https://www.crummy.com/software/BeautifulSoup/bs4/doc/
xml.etree.ElementTree
is for parsing strict XML text.
Do NOT use xml.etree.ElementTree
to parse HTML string.