I was recently tasked with building a complex report. I wrote a SQL Server stored procedure to return the data. It accepts 5 parameters and has complicated logic. It seemed to run fine at first but I ...
»
JSON Web Tokens (JWT) are commonly used in single-sign-on solutions. They can also be used to authenticate single-page front-end applications with a back-end API. The ben...
»
In my previous post Processing Large XML Data Feeds With Node.js I gave an example of calling a SOAP webservice then writing the...
»
With Lucee you can add a datasource for the H2 embedded database and if the database doesnt exist it will be crea...
»
At work we have a job that process a large data feed that involves consuming a SOAP webservice that returns 150MB+ of data. The job runs in Coldfusion which reads all the data into RAM and depending o...
»
I decided to try out using Jekyll to build a personal blog. It is a static site generator and also the engine behind Github Pages<...
»