Are these projects representative of what you take on?
They are a cross-section rather than a full list. Commerce delivery on Magento 2 and Shopify sits at the
centre; around it are ERP and role-based systems, real-time applications, lead-generation sites, and
frontend experiments. Client work under NDA is not shown, so the public catalogue understates the volume of
ecommerce delivery in particular.
Can I see the code?
For the frontend labs, yes — the Fabric Frame Demo and Text Curve Object repositories are public on GitHub
and linked from their entries above. Client projects stay private, but I can walk through architecture
decisions, data models, and trade-offs in a call, which is usually more useful than reading a diff.
Do you work on new builds or existing stores?
Both, and existing stores are the larger share. Inherited Magento 2 and Shopify codebases, half-finished
redesigns, stores that have slowed down or started failing patches, and migrations away from a platform that
no longer fits — all normal starting points. A build does not need to be broken to be worth improving.
What does a typical Magento or Shopify engagement look like?
Four stretches, in order: understand the constraint the business actually runs on; build the spine — data
model, key flows, and the interface that carries them; harden and tune for performance, technical SEO, access
control, and patching; then hand over properly with documentation and editing setups a team can run. Skipping
the first stretch is the usual reason a redesign gets rebuilt.
Do you take on internal systems as well as storefronts?
Yes. Diak Torad above is an academic reporting system with role-based access for administrators, teachers,
and students; similar work covers inventory, approvals, status management, and ERP-style business logic for
schools, healthcare, logistics, and inventory-heavy operations. Internal tools need the same clarity as
anything customer-facing, and usually get less of it.
How do search and security fit into project work?
They are delivery requirements rather than separate engagements. Technical SEO — crawlability, structure,
schema, internal linking, Core Web Vitals — and platform security — patching, hardening, access control,
dependency hygiene — are built in during the work above, not quoted afterwards as remediation.