SD cards are getting cheaper and cheaper. They are also growing larger and larger. Unfortunately, it also causes some sellers to sell fake SD cards – they are introduced as…
Tag: tips
Yes, I know that the easiest way to receive some output from my Python script is to use a print statement. Nice and easy. But is it? It can be…
I wrote a few words on how to use Selenium and how to capture screenshots of the website in my previous posts. In this one, I want to show how…
It looks like the recent Windows 10 update killed most of the consumer Brother printers. The update was released on June 9th, 2020 and you can see more information about…
In many cases, we have to create a copy of the WordPress website. Sometimes it is located on a local machine, sometimes on the separate dev server. There are cases…
Recently I write more and more Python scripts to automate various tasks. Since they are running on schedule, I typically don’t see any output from them. Because I like to…
Since some of our servers are running Linux, it is common that we are writing bash scripts (or shell scripts in general) to perform various actions. In this article, I…
I’m right now in process of preparation of the translations to one of my clients’ sites. During this process, I have to generate tons of images for various languages. The…
My use case for the thing in a topic is: how to store the table sort order between the table view and edit item pages. Every time my clients are…
Are you using REST API capabilities buit in into ColdFusion? It comes handy when you want to implement a fast and reliable backend for Angular or React application, it also…