Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
2erXre525046yJava webapplication on tomcat calling a php script which runs a shell script which calls several php scripts for wrapping an ssh tunnel for submitting remote commands on a second machine. this commands are doing callbacks to the first machine for fetching db files (shell/php/scp) 😁
-
My last job, with dockerized spring boot backend cluster with separately dockerized mariadb and portforwarding to a vps from the physical server to expose the api with ssl (because it was already set up on the vps and the ops guy quit) to a vuejs webapp.
-
TobyAsE28446yPHP 3 calling some java 1.3 webapp which in turn runs a pearl script which gathers parameters to run a binary. And yes it's still used in production.
-
Krichel236yButton in ractive.js web app makes a Rest api call to a bridge written in smalltalk, which calls a script written in a custom js implementation. This will generate some json that is again passed to a smalltalk application that uses the json to manipulate a word documents backing XML file. The generated word document is then passed to a libre office installation to generate a PDF file that is passed back to the frontend.
Related Rants
Who has the craziest (not largest per se) Production stack?
I just found out we have tomcat webapps, calling Angular, which is calling Java to call a Perl script.
rant
legacy code
stack building