Matilda Ellard

@tilderich
0 Followers
0 Following
3 Posts

Freelance developer building low-complexity web systems.

No unnecessary frameworks. No dependency bloat.
Just clear structure, modular code, and solutions that last.

#WebDev #JavaScript #PHP #SoftwareArchitecture #IndieDev

You don’t need a framework for this (PHP partials 2/5)

2. Rules & Principles

Partials only work if you treat them as a system, not just includes.

My rules:
• no business logic inside
• explicit inputs only
• shallow nesting
• small, focused files

These constraints keep partials predictable and easy to reason about. Without them, includes quickly turn into hidden complexity.
Structure doesn’t come from tools—it comes from discipline.

#PHP #WebDev #CleanCode #SoftwareArchitecture #CodingTips

You don’t need a framework for this (PHP partials 1/5)

1. Problem & Philosophy

PHP projects become hard to maintain when structure is missing. One symptom: repeated HTML/PHP fragments copied and tweaked everywhere.

Solution: partials—small, reusable templates. They keep code modular, readable, maintainable.
The key is rules: explicit inputs, no business logic, shallow nesting.

Structured, consistent, reusable components matter more than frameworks.

#PHP #WebDev #CleanCode #CodingTips

Hi, I’m a freelance developer focused on low-complexity web systems.

I work mostly without frameworks—not as a rule, but as a choice.

My goal is simple:
• fewer dependencies
• clear structure
• modular, readable code
• systems that are still understandable in 2+ years

Most projects don’t spoil because of missing abstractions but because of too many moving parts.
I focus on reducing that complexity.

Working with:
#WebStandards #APIs #Performance

Occasionally open for small, focused projects.