Articles tagged with: Development

Book Review: Two Scoops of Django 1.11

Summary: Review of the book 'Two Scoops of Django 1.11' by Daniel Greenfeld and Audrey Roy Greenfeld.


Self-Modifying code and avoiding conditionals

Summary: About the use of self-modifying code in the 1980s, and how it was used to overcome memory and CPU restrictions. It also explores modern alternatives to avoid conditionals.


On measuring and adding complexity

Summary: About the importance of measuring code changes when adding complexity, implementing Chrome's new native image lazy-load attribute as a Pelican plugin as an example.


When to Feature Flag new code

Summary: When to use feature flags in coding, including for new features, experimental features, breaking changes, and complex refactors.


Micro-Frontends (and self-contained systems)

Summary: Discussion about the recent trend of Micro-Frontends and self-contained systems in frontend development.