RSSAmplifier

Blog

Mario-César Señoranis Articles

Articles and notes by Mario-César Señoranis.

mariocesar.xyzRSS feed ↗5 posts

Latest posts

Django Admin Actions Should Be Forms

Django admin actions are more useful when they can ask for input, validate it, and then apply the change.

Django Template Components Without React

Django templates can get a useful component primitive with define/render tags, props, and children.

README as Homepage

Keeping the homepage in README.md makes the website and GitHub profile share one source of truth.

Store State as a Timestamp, Query It as a Boolean

For many business states, a timestamp is the source of truth and a boolean is the query optimization.

Static Websites Are Usually Enough

A small reminder that static publishing gives personal sites fewer failure modes and more room to breathe.