Anyone used #n8n? My boss reached out:

“…I don’t see we have an internal champion right now that can lead the establishment of these automated workflows, so seeing if this is an area where you can lead.”

From what I’ve read, this reminds me a bit of #MatLab/#Simulink, #Stringify (RIP), & #PowerAutomate, but seemingly more powerful & #OpenSource, user-friendly, w/ some #encryption. It has my attention, but I’d love to hear others’ experiences.

#workflow #automation

https://n8n.io/

n8n.io - AI workflow automation platform

n8n is a workflow automation platform that uniquely combines AI capabilities with business process automation, giving technical teams the flexibility of code with the speed of no-code.

Was able to make it work by using the #stringify package to turn the CSS into a string in the build process, all good now.

#Browserify #Babel #JS #Javascript #WebDev #NodeJS #CSS

@fluor I've seen people do complex repeated-include metaprogramming with the C preprocessor for sure (it helps to know about #undef, #stringify and ##) but also leaning on the C preprocessor this way can get you in some very hard to debug spots very fast.