The create-react-app npm module that lets you get started quickly with React is getting better and better. Here is a list of all sorts of things you can then add on top of the create-react-app to make it betterer...
Recently was running a Pentaho Data Integration that had an input parameter of yesterdays date. I was getting the date inside mysql or inside a javascript step but wanted to be able to pass in an arbitrary date so I could run the report for any day. So on Linux with...
Sometimes you need to create a thumbnail of a PDF file for display on the web or elsewhere. Here is the ImageMagick convert command to do it. convert \ -density 600 \ # make it high density so the resized image looks OK example_051.pdf[2] \ # use [X] to specify the...
This error running cakephp 3 behind a nginx proxy on port 80 and proxying back to a docker container published on port 8080. Got this error message when clicking on the DebugKit toolbar toolbar-app.js:31 Failed to execute 'postMessage' on 'DOMWindow': The target...
About the Author
James is an IT Professional based in Melbourne, Australia.
He blogs about Information Technology, Open Source software, home renovations, good reads and travel.