RSS Parrot

BETA

🦜 molily

@molily.de@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

HTML, CSS, JavaScript and web development

Your feed and you don't want it here? Just e-mail the birb.

Site URL: molily.de/

Feed URL: molily.de/feed.xml

Posts: 10

Followers: 1

Something went wrong

Published: September 10, 2024 22:00

Smashing things against each other There is much to learn when things break. Think about the Large Hadron Collider (LHS) at the CERN in Switzerland. Scientists accelerate particles like protons, lead and iron with much energy and SMASH them into each…

Full circle development

Published: November 10, 2023 23:00

Around 1996 or 1997, I started writing HTML. My family did not have internet access yet. But we owned a computer with a CD-ROM drive. On a CD-ROM that came with a video gaming magazine, I found some .HTM files. The magazine had shipped its website as HTML…

Planet of the Beavers

Published: October 6, 2023 22:00

Content note: Mention of fictional death in a video game Almost three years ago, I wrote about Factorio, a factory simulation game. I lamented on the distorted relationship between human and nature and how the game negates the principles of human and…

On browser compatibility and support baselines

Published: May 12, 2023 22:00

Preface on asynchrony One of the defining features of the web is technical asynchrony. Web standards, web clients – like browsers – and web pages are never fully aligned in time. They meet sometimes but most of the time one is ahead or lags behind. Web…

ECMAScript modules and browser compatibility

Published: April 20, 2023 22:00

One of the biggest changes in JavaScript in the last decade was the switch from loosely-connected scripts to ECMAScript modules (ESM). This affected both client-side and server-side JavaScript code. JavaScript programmers today take it for granted that…

Client-side JavaScript and React criticism: What comes next?

Published: March 2, 2023 23:00

A continuation of An update on Robust Client-Side JavaScript – Where is client-side JavaScript heading? The Great Divide is now a Great War JavaScript critics are effing mad right now. For well-documented reasons. And they do not mince matters any…

An update on Robust Client-Side JavaScript

Published: February 9, 2023 23:00

In 2017, I published the online book Robust Client-Side JavaScript – A Developer’s Guide. More than five years later, I think my advice is still valuable. JavaScript as a language has not changed much when it come to techniques for writing robust code. At…

The Antagonism of Human and Nature in Factorio

Published: June 20, 2020 22:00

The video game Factorio got me hooked and I have played it longer than any other single-player game. While it is still in the early access phase and scheduled to be released in August, more than two million copies of the game have been sold. Video games…

Die Grundlagen von JavaScript: Zweite Ausgabe – Deutsche Übersetzung

Published: January 29, 2018 23:00

Im Jahr 2010 habe ich einen wichtigen Grundlagenartikel ins Deutsche übersetzt: Mit »JavaScript. The Core.« fasste Dmitry Soshnikov seine Artikelreihe über die Funktionsweise von ECMAScript zusammen. ECMAScript ist der Webstandard, der der allgegenwärtigen…

Robust Client-Side JavaScript – A Developer’s Guide

Published: December 20, 2017 23:00

🗼 Table of Contents molily Mastodon molily Mastodon Robust Client-Side JavaScript Download this book as EPUB (724 KB) Table of Contents Introduction …