https://davidpoblador.com/deep-dives/the-descent/ #frontEndDev #webDevelopment #dystopia #techHumor #developerLife #HackerNews #ngated
A field guide to the modern front end for developers who hand-wrote HTML
https://davidpoblador.com/deep-dives/the-descent/
#HackerNews #frontEndDevelopment #modernWeb #HTML #guide #forDevelopers #webDev
‹nav›
Represents a section of a page whose purpose is to provide navigation links.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/nav

The <nav> HTML element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Common examples of navigation sections are menus, tables of contents, and indexes.
Is Markdown holding back AI agents?
Thariq Shihipar, engineering lead for the Claude Code team, argues that #HTML's richer visualizations, color, and interactivity make human-agent communication more effective than default Markdown outputs.
Read more on #InfoQ: https://bit.ly/4oTlG0R
Es gab mal eine Zeit, da glaubten Menschen, die mit ein paar #HTML-Tags eine Webseite formatiert haben, das wäre #Programmierung und/oder #Softwareentwicklung.
Irgendwie erinnert mich der Hype um #Slop-coding intensiv daran.
Nur weil ein Automat auf Zuruf Schnipsel aus geklautem Beispielen zusammenwürfelt, die tatsächlich kompilieren, bedeutet das noch gar nix...
There are plenty of things I’d love to see added to the web platform or improved in browsers. Especially things I want in CSS.
While we’ve already got so much great stuff and a lot more on the way, there are still some assorted little bits I’d love.
Here is my wishlist: https://vale.rocks/posts/web-platform-wishlist
‹del›
Represents a range of text that has been deleted from a document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/del

The <del> HTML element represents a range of text that has been deleted from a document. This can be used when rendering "track changes" or source code diff information, for example. The <ins> element can be used for the opposite purpose: to indicate text that has been added to the document.
‹sub›
Specifies inline text which should be displayed as subscript for solely typographical reasons.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/sub
Did you know that you can make cool, interactive modal windows without JavaScript? I used this guide ( https://dev.to/maxprilutskiy/creating-modal-windows-with-pure-css-no-javascript-required-1ja ) along with some modifications of my own to overhaul my links and logs pages recently. I'm so pleased with how they turned out!