Almost in all of my projects, I have a need to store some application based variables. In some cases, I change them on each request (for example – counters). In…
Tag: programming
I don’t want to write another testing tutorial. It will be the only kind-of tutorial because I simply want to write down what I did to introduce tests to my…
I have the library of photos taken during the last 20+ years. I have to resize all of them to make smaller copies which will load faster through the GSM…
Recently we came across the strange issue with InvalidTag on one of our ColdFusion websites. In the admin part of the page, we have a simple TextArea field to enter contents of…
In my previous post, I wrote about Handlebars in Express basics. One of my goals was to create the menu which will highlight currently selected page. I don’t want to…
In my first node / express project, I decided to use Handlebars as the view engine. I took a look at various possible engines and I found this one the…
I finally did it – I started my first real project in Node using Express. I want to implement web application without digging too deep in Node from the day…
I want to try something new. I’m developing web applications for over ten years now using ColdFusion. I’m not telling that this is boring, I just want to try something…