100 lines
No EOL
7.1 KiB
JSON
100 lines
No EOL
7.1 KiB
JSON
{
|
|
"uuid": [
|
|
{
|
|
"value": "95e1fdbf-ea55-414a-8c80-3a30cd7920ad"
|
|
}
|
|
],
|
|
"langcode": [
|
|
{
|
|
"value": "en"
|
|
}
|
|
],
|
|
"type": [
|
|
{
|
|
"target_id": "daily_email",
|
|
"target_type": "node_type",
|
|
"target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7"
|
|
}
|
|
],
|
|
"revision_timestamp": [
|
|
{
|
|
"value": "2025-04-21T01:21:36+00:00"
|
|
}
|
|
],
|
|
"revision_uid": [
|
|
{
|
|
"target_type": "user",
|
|
"target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849"
|
|
}
|
|
],
|
|
"revision_log": [],
|
|
"status": [
|
|
{
|
|
"value": true
|
|
}
|
|
],
|
|
"uid": [
|
|
{
|
|
"target_type": "user",
|
|
"target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849"
|
|
}
|
|
],
|
|
"title": [
|
|
{
|
|
"value": "Centarro and Drupal Commerce with Ryan Szrama"
|
|
}
|
|
],
|
|
"created": [
|
|
{
|
|
"value": "2024-03-03T00:00:00+00:00"
|
|
}
|
|
],
|
|
"changed": [
|
|
{
|
|
"value": "2025-04-21T01:21:36+00:00"
|
|
}
|
|
],
|
|
"promote": [
|
|
{
|
|
"value": false
|
|
}
|
|
],
|
|
"sticky": [
|
|
{
|
|
"value": false
|
|
}
|
|
],
|
|
"default_langcode": [
|
|
{
|
|
"value": true
|
|
}
|
|
],
|
|
"revision_translation_affected": [
|
|
{
|
|
"value": true
|
|
}
|
|
],
|
|
"path": [
|
|
{
|
|
"alias": "\/daily\/2024\/03\/03\/centarro-and-drupal-commerce-with-ryan-szrama",
|
|
"langcode": null
|
|
}
|
|
],
|
|
"body": [
|
|
{
|
|
"value": "\n <p>This week on Beyond Blocks, I'mj oined by Ryan Szrama, CEO of Centarro, to discuss Drupal Commerce, Commerce Kickstart, Mario Kart and the dreaded <code>cache_form<\/code> table.<\/p>\n\n<p><a href=\"https:\/\/www.oliverdavies.uk\/podcast\/13-ryan-szrama-centarro\">Listen to the episode now<\/a>.<\/p>\n\n<h2 id=\"key-points\">Key points<\/h2>\n\n<ul>\n<li>eCommerce, Ubercart and Drupal Commerce.<\/li>\n<li>How Commerce Guys started.<\/li>\n<li>How Ryan started in the eCommerce space.<\/li>\n<li>The origins of Drupal Commerce and Commerce Guys.<\/li>\n<li>Commerce Kickstart.<\/li>\n<\/ul>\n\n<h2 id=\"quotes\">Quotes<\/h2>\n\n<ul>\n<li>The best code isn't the most novel or most compact, it's the most easily readable and easily extendable (RS).<\/li>\n<li>My only resource for learning PHP was php.net (RS)<\/li>\n<li>I'm a self-taught Developer or community-taught, I suppose (OD).<\/li>\n<li>Porting osCommerce into Drupal, which became Ubercart (RS).<\/li>\n<li>Do we do this in Ubercart and Drupal 6 that we know works, or this new thing that was Drupal Commerce in Drupal 7 (OD).<\/li>\n<li>It was built in Ubercart and was in production until quite recently, considering we're in 2024 (OD).<\/li>\n<li>Once you get thoroughly entrenched in a platform, the cost to re-platform outweighs the cost of maintaining it in-house (RS).<\/li>\n<li>If there's 10,000 of anybody, they're going to want to pay for support (RS).<\/li>\n<li>How do we convince them to invest in an upgrade that doesn't see them jettison Drupal entirely? (RS)<\/li>\n<li>One thing I like about Drupal Commerce is its flexibility. (OD)<\/li>\n<li>It doesn't need to be a t-shirt or book shop. You can do some outside the box things with it. (OD)<\/li>\n<li>Being a native extension of Drupal has a lot more advantages and pros than cons. (RS)<\/li>\n<li>Ubercart was more \"batteries included\" and \"this is what it does\", whereas Drupal Commerce is more flexible and although it requires a bit more setup to begin with, you can plug it together the way you want to. (OD)<\/li>\n<li>Our vision was to go the next step of getting off the Drupal island. (RS)<\/li>\n<li>The Commerce Addressing library is now over 17,000,000 downloads. (OD)<\/li>\n<li>Composer allowed us to separate our projects and separate our concerns. (RS)<\/li>\n<li>Do you know when you should not use Views and when you decouple that component and use JavaScript and the REST API? (RS)<\/li>\n<li>If we can reduce the number of times introduce those kinds of problems, that's how I would certify somebody. (RS)<\/li>\n<\/ul>\n\n ",
|
|
"format": "full_html",
|
|
"processed": "\n <p>This week on Beyond Blocks, I'mj oined by Ryan Szrama, CEO of Centarro, to discuss Drupal Commerce, Commerce Kickstart, Mario Kart and the dreaded <code>cache_form<\/code> table.<\/p>\n\n<p><a href=\"https:\/\/www.oliverdavies.uk\/podcast\/13-ryan-szrama-centarro\">Listen to the episode now<\/a>.<\/p>\n\n<h2 id=\"key-points\">Key points<\/h2>\n\n<ul>\n<li>eCommerce, Ubercart and Drupal Commerce.<\/li>\n<li>How Commerce Guys started.<\/li>\n<li>How Ryan started in the eCommerce space.<\/li>\n<li>The origins of Drupal Commerce and Commerce Guys.<\/li>\n<li>Commerce Kickstart.<\/li>\n<\/ul>\n\n<h2 id=\"quotes\">Quotes<\/h2>\n\n<ul>\n<li>The best code isn't the most novel or most compact, it's the most easily readable and easily extendable (RS).<\/li>\n<li>My only resource for learning PHP was php.net (RS)<\/li>\n<li>I'm a self-taught Developer or community-taught, I suppose (OD).<\/li>\n<li>Porting osCommerce into Drupal, which became Ubercart (RS).<\/li>\n<li>Do we do this in Ubercart and Drupal 6 that we know works, or this new thing that was Drupal Commerce in Drupal 7 (OD).<\/li>\n<li>It was built in Ubercart and was in production until quite recently, considering we're in 2024 (OD).<\/li>\n<li>Once you get thoroughly entrenched in a platform, the cost to re-platform outweighs the cost of maintaining it in-house (RS).<\/li>\n<li>If there's 10,000 of anybody, they're going to want to pay for support (RS).<\/li>\n<li>How do we convince them to invest in an upgrade that doesn't see them jettison Drupal entirely? (RS)<\/li>\n<li>One thing I like about Drupal Commerce is its flexibility. (OD)<\/li>\n<li>It doesn't need to be a t-shirt or book shop. You can do some outside the box things with it. (OD)<\/li>\n<li>Being a native extension of Drupal has a lot more advantages and pros than cons. (RS)<\/li>\n<li>Ubercart was more \"batteries included\" and \"this is what it does\", whereas Drupal Commerce is more flexible and although it requires a bit more setup to begin with, you can plug it together the way you want to. (OD)<\/li>\n<li>Our vision was to go the next step of getting off the Drupal island. (RS)<\/li>\n<li>The Commerce Addressing library is now over 17,000,000 downloads. (OD)<\/li>\n<li>Composer allowed us to separate our projects and separate our concerns. (RS)<\/li>\n<li>Do you know when you should not use Views and when you decouple that component and use JavaScript and the REST API? (RS)<\/li>\n<li>If we can reduce the number of times introduce those kinds of problems, that's how I would certify somebody. (RS)<\/li>\n<\/ul>\n\n ",
|
|
"summary": null
|
|
}
|
|
],
|
|
"feeds_item": [
|
|
{
|
|
"imported": "2025-04-21T01:21:36+00:00",
|
|
"guid": null,
|
|
"hash": "ece6d288969fcecbef1ddc355b89ca0e",
|
|
"target_type": "feeds_feed",
|
|
"target_uuid": "90c85284-7ca8-4074-9178-97ff8384fe76"
|
|
}
|
|
]
|
|
} |