4
LMCodes
7y

So I am redeveloping a website I made for work when I first started all this a year and a half ago. Part of the project was integrating with a marketing automation suite through an OAuth2 authenticated API - compounded by the fact that no one has heard of the thing, so there aren't plugins (wordpress last time, Drupal this time) or the ones that are there are woefully out of date/have no functionality.

Anyway, I've been dreading doing it. Last time it took me over a week (maybe two), and the solution was a total cludge fest - I had to do a load of stuff manually and it constantly broke anyway.

This time? Took me half a day, maybe less. All the user has to do is click a button and give the webpage permission in the automation suite (as you'd expect) and everything else is automated. It doesn't break, it doesn't fall over and it works very nicely.

It's the first time, apples to apples, I can see how far I have come, and I love it.

Now if only the API itself i am connecting to wasn't shite!

Comments
  • 0
    Well, drupal was designed from the start to be a cms plattform with support for plugins, wordpress was a single blog application that has been extended a lot.

    But yes, experience solves most problems, congrats :D
  • 0
    @Voxera very true! I think it's contributed a lot to my understanding of OOP, using it practically and all that. I'd say that's the major difference.
Add Comment