Recently, one of the readers, Derrick, asked such questions in the comments: I have done client/server stuff before but am new to WebSockets, hopefully, I can ask some questions –1)…
Category: Programming
You are most likely aware of the fact that GitHub is no longer supporting simple username/password-based authentication when working from the command line using HTTP remote. This is deprecated and…
Keap (formerly Infusionsoft) offers a powerful Rest API. I’m working with it to keep one of our client’s Keap contacts in sync with the data stored in the web application…
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…
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…
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…
I know, it is not modest to name your own solution “clever”, but I simply like it and I think that it can serve well in various cases. The reason…
As you can see in my previous posts on ESP8266, I tend to hardcode the WiFi SSID and password in my project files. This is a typical thing for a…