Articles tagged with: Development

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.


Hard to test scenarios

Summary: Strategies for testing complex scenarios in software development, using examples of non-code 'hard to test' scenarios.


Naming bugs for fun

Summary: An humorous approach to describing various types of software bugs, each given a unique name such as 'Cinderella bug' or 'The poltergeist'.