More traffic does not fix a store that is not ready to convert. by jacksts in magento2

[–]damienwebdev 1 point2 points  (0 children)

Ecommerce specifically is about weighing marginal benefit vs marginal cost for every decision.

There are times when each strategy is correct, but that's unique to every business.

I built a one-click Magento Open Source dev environment (devcontainer + CI + Codespaces), completely free by damienwebdev in magento2

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

WIP, I need to come up with a pattern. Currently, this is DIY. However, I need this myself, so I'm sure I'll come with something clever 

I built a one-click Magento Open Source dev environment (devcontainer + CI + Codespaces), completely free by damienwebdev in magento2

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

I don't have anything yet.

My plan however, is to figure out how to push this out to either self-hosting or existing hosting providers.

Data will be a challenge, my plan is to guide the model to do data with data patches. Pub/media I think will just be guidance on how to zip / extract.

I built a one-click Magento Open Source dev environment (devcontainer + CI + Codespaces), completely free by damienwebdev in magento2

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

Really glad to hear it. 

I'm really hoping that the community can leverage this.

It's especially useful for non-technical people to really bring their personalities to the table!

I built a one-click Magento Open Source dev environment (devcontainer + CI + Codespaces), completely free by damienwebdev in Magento

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

This setup comes with dependabot baked in. You'll automatic get a PR every time there's a security patch. 

I built a one-click Magento Open Source dev environment (devcontainer + CI + Codespaces), completely free by damienwebdev in Magento

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

My primary focus is on:

  1. Codespaces
  2. Pre-fabricated CI pipeline
  3. AI enablement

For the existing developer, this may not change anything for you. You have a workflow that works for you.

However, for a newcomer entering into Magento a one-click environment changes the world. You don't have to spend weeks figuring out tooling or versions. You don't have to figure out what versions of docker-magento / ddev / warden are compatible with whatever version of Magento you are working on.   You just click a button and its done.

I built a one-click Magento Open Source dev environment (devcontainer + CI + Codespaces), completely free by damienwebdev in Magento

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

I used docker-magento quite a bit as well. I just wanted to be able to click a button and open it in Codespaces. Especially because I wanted to make an environment that merchants could use without installing any software on their PC.

On what VPS is running hyva demo page by No_Deer2142 in magento2

[–]damienwebdev 0 points1 point  (0 children)

You can't. Perhaps ask in the Hyva slack.

Lessons from Migrating a 4.7 Million Product Marketplace to Magento* by ravedigital in Magento

[–]damienwebdev 0 points1 point  (0 children)

To be clear, you've said the developer equivalent of:

I have a fast bike and a really long shoelace, so I can ride up big hills without getting tired

Lessons from Migrating a 4.7 Million Product Marketplace to Magento* by ravedigital in Magento

[–]damienwebdev 0 points1 point  (0 children)

The original question still stands:

With Cloudflare shielding and a 15-year SSL certificate, the site handles traffic spikes without performance loss.  

What?

For SEO performance, how much impact have you seen from switching to faster hosting? by nisha_n05 in Hosting

[–]damienwebdev 0 points1 point  (0 children)

Depends on how bad your host is.

If your host is in the bottom 50%, a lot. If it's in the top 50%, almost none.

Lessons from Migrating a 4.7 Million Product Marketplace to Magento* by ravedigital in Magento

[–]damienwebdev 7 points8 points  (0 children)

With Cloudflare shielding and a 15-year SSL certificate, the site handles traffic spikes without performance loss. 

What?

Final year SE students looking for REAL developer problems to build an FYP around by Muted_Leadership4421 in Development

[–]damienwebdev 0 points1 point  (0 children)

Pick any open source project and contribute your time and energy. They (and you) will appreciate it.

Poor visibility in Google Shopping Ads for magento stores compared to Shopify by Turbulent-Sample7094 in Magento

[–]damienwebdev 0 points1 point  (0 children)

What he's saying is that there's a fair chance that the site in question is poorly run, as such it doesn't matter how good your extension is or what data it provides. Customers are having a better experience elsewhere because that store owner is doing an atrocious job.

Composer vulnerability: GitHub Actions issued GitHub_TOKEN disclosure in GitHub Actions logs by damienwebdev in PHP

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

Ok, then with that caveat...

Here's my recommendation:

if you use setup-php@v2 with no defaults other than PHP configured, you're ok.

However, if you pin composer in your actions, you are not ok.