In ColdFusion (and in Lucee too 🙂 ) you can create ZIP files easily using cfzip. The usage is simple when you want to package a single file or the…
This one will also be short. We came on this issue today: our code is decrypting some fields in the SQL Server database and as a part of decryption we…
One may say that this is an old one. Back in 2014, Charlie Arehart wrote an excellent blog post describing one of the sources of this issue. Since I found…
As an addition to the Avoid duplication of long-running threads topic, I decided that I want to run my job “infinitely”. I have so much data to process, that it…
I started to use ColdFusion threads recently. I knew that they exist, but I saw no use for them in my code before. Recently I started to process large datasets…
We are switching from ColdFusion to Lucee for some of the sites, and we are facing various small issues. This is one of them. Take a look at such a…
When running Lucee on Apache, the user request is processed first by Apache and proxied to Tomcat which is handling the Lucee code execution. Rather a long and complicated path.…
I’m moving some of my servers from ColdFusion to Lucee, so I’m still learning the differences between these two engines. One of the things I noticed is that I’m getting…
It is handy to configure the ESP8266 module through the website instead of hardcoding the variables in the script itself. It is more user-friendly and allows someone else to interact…
ESP8266 is an interesting module to build on for multiple reasons. For me, the main advantage was that I can buy the NodeMCU version on ESP8266 and I can build…