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…
AutoSSH is a great tool for Linux administrators. SSH is a must-have – we are using it on daily basis. In many cases, it is just enough. The well-designed tool…
In order to log in to the remote server, you can use your username and password. This is an obvious thing and this method is used frequently. Sometimes, however, you…
Can you imagine? No ads on your phone, on your tablet – even in the free apps and on YouTube? Pi-hole can help you achieve this in your home or…
UPDATE: if you are looking for the easy, custom instance scheduler based on Lambda function, take a look at my other post: Simple AWS EC2 instance scheduler We’ve got an…
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…