If the development work is your everyday job, you are dealing with code debugging on daily basis. Various programming languages provide multiple possibilities but Git can also help. Let’s take…
Tag: programming
Git is one of the tools I use on a daily basis. I can not imagine living without a version control system anymore. Most of the popular git commands are…
As I wrote in my previous post, I’m retrieving the information from my electricity meter and I’m sending it to my server to process the data. In this post, I…
As I wrote before in my post about the change counter, I own an electricity meter which is sending 800 impulses per kWh of the power usage. I used to…
I own an electricity meter which is sending 800 impulses per kWh of the power usage. I used to connect it to the Arduino board which was counting these impulses and…
As I stated in my previous posts ([1], [2]), I decided to use Sequelize as an ORM for my project. I don’t want to deal with the database connections and…
One of the essential elements of the web application is session management. Without it we are not able to handle shopping carts, we are not able to give our users…
I would like to perform some basic checks for email addresses my users are entering. Sometimes they are simply making a typo in the domain part of the email. Typically…
There are various things to be configured in the web application. I just started to test various databases and I wanted to have a place to store my database configuration…
I created the single level menu at first and it was working fine. I also noticed that on almost all pages I’m working with, the menu has more than one level.…