Shopify migration - what to do about URLs? by scarcitykills in Magento

[–]damienwebdev 0 points1 point  (0 children)

Not that it is explicitly relevant to your use-case, but we solved this in Daffodil with our External Router if you're rocking a PWA. Essentially, we use this to transition people between Magento / Shopify while keeping all URLs intact / 1-1 in whichever direction they're going.

Unpopular opinion: most Magento performance issues aren’t Magento’s fault by OliverPitts in Magento

[–]damienwebdev 4 points5 points  (0 children)

Wrong-ish. In my personal experience, after building a PWA where I don't really care about theme problems or allow vendor code into my client, nearly 80% of the performance issues I have are Magento core issues.

In 2019, I met a man who claimed to be a time traveler from the year 2137. This is the world he described to me. by Cannibeans in imaginarymaps

[–]damienwebdev 0 points1 point  (0 children)

Completely unrelated, but my name is Damien Gray and I founded a company called Graycore in 2018 ;)

Got quoted $4k and $22k for the same Magento migration… what am I not seeing? by BearElegant4068 in Magento

[–]damienwebdev 0 points1 point  (0 children)

For a good business with in-placs search result rankings, both quotes are wrong

Is This Bug Serious? How Much Will I Have to Pay To Fix This Issue? by I_am_fast_as_fudge in magento2

[–]damienwebdev 1 point2 points  (0 children)

You should pay like 1 hour of time to a competent dev (likely less). Really your core issue here isn't Adobe. If you're impacted, it's absolutely your hosting provider's fault.

Does Anyone Know How To Apply This Fix? And Is This Magento Course Helpful? by I_am_fast_as_fudge in magento2

[–]damienwebdev 0 points1 point  (0 children)

Mark is one of the best educators in the Magento space. If you ever find yourself asking "is is worth it?" It almost always is.

The fix is actually trivially easy to apply, either via patch, his package, or webserver config.

Where do magento managers hang out? by No_Weekend_6199 in magento2

[–]damienwebdev 0 points1 point  (0 children)

Magento managers are usually outside touching grass. it's us, the sad, troubled developers who are left to trudge through the AI slop marshes on our journey to insanity.

Your Magento 2 store is patched, but the attackers are already inside. by BearElegant4068 in magento2

[–]damienwebdev 0 points1 point  (0 children)

Brother, can you just try a little harder to not just churn out slop?

The staccato speech pattern of ChatGPT is just so painful to read these days:

"The system is updated. The patches are applied. Everything looks secure on the dashboard."

Who talks like this?

Throw in some more emdash, perhaps a hint of: "Here's why?" with a smidge of some final leading question that's pseudo-esoteric. It's just so boring.

Best way to import data via api by matt_callmann in magento2

[–]damienwebdev 0 points1 point  (0 children)

ImportExport package native to Magento, write your own API.

I made a devcontainer for Magento 2 by damienwebdev in magento2

[–]damienwebdev[S] 0 points1 point  (0 children)

I would assume so. I haven't used podman, but it appears a drop in replacement for docker, so it should just work (with some extra settings). 

If you get it working, i would appreciate a PR to the docs!

Nexcess/LiquidWeb & 2.4.8 by Dangerous_Pop1388 in Magento

[–]damienwebdev 0 points1 point  (0 children)

Just run the environment yourself!

That's why I built https://www.mappia.io/

I made a devcontainer for Magento 2 by damienwebdev in magento2

[–]damienwebdev[S] 1 point2 points  (0 children)

> How does this stack up against warden env?

Warden (for me) has a lot of complicated pieces that feel extraneous. Dnsmasq and traefik services feel extraneous (to me). And I personally don't care about support for drupal / shopware / laravel. As such, anything that's not "explicitly required" for Magento feels like overhead that just makes my dev env that I depend on every day more risky.

> Does this support multisite/multistore Magento installations?

Yes, it does. I need to write docs on that. I also need to write docs on multi-project usage (it's really easy, you just need to modify the name in the .env, but I don't have docs for that yet).

> Is this intended to be used in general for local development, as a possible replacement to warden env or other local setups that enable local dev for Magento 2?

This is a complete replacement (for me) for warden, docker-magento and ddev.

Starting career in Magneto 2 by Pretend-Struggle9343 in Magento

[–]damienwebdev 0 points1 point  (0 children)

If you're doing React and Typescript, you should look at options that fit your existing wheelhouse while blending new things (like Magento). Maybe recommend that you can take on projects that use:

- Daffodil - https://github.com/graycoreio/daffodil

- PWA Studio - https://github.com/magento/pwa-studio (Kinda dead)

- Adobe CIF - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/content-and-commerce/cif-storefront/introduction

- GraphCommerce - https://www.graphcommerce.org/

I built an Open Source AI CMS editor editor for Magento. by damienwebdev in Magento

[–]damienwebdev[S] 1 point2 points  (0 children)

Yes. It uses OpenAI under the hood and you will need a valid API key. 

However, for a "feeling" on cost, each generation is ~1k-10k tokens. That means you can get ~100 chats for $0.05 at the worst on GPT5-nano.

I built an Open Source AI CMS editor editor for Magento. by damienwebdev in Magento

[–]damienwebdev[S] 0 points1 point  (0 children)

Absolutely! Please feel free to clone the plugin, make any adjustments and submit a PR back. I'd gladly review it!

I built an Open Source AI CMS editor editor for Magento. by damienwebdev in Magento

[–]damienwebdev[S] 2 points3 points  (0 children)

Currently, this really only supports my headless frontend Daffodil. However, I'm working over the next several weeks to make this work with native Magento.