I am a full-stack software engineer, back-end heavy. I like to write down my thoughts and things that I have learned while building software
When writing APIs we sometimes fall into the trap of fetching data from the database and sending them as responses to a request without properly formatting them. Such responses end up having the column names of the tables of the database from which t...
Let's say you want to prevent your webpage or the browser from being exited when the user clicks on the Close button, how would you do it in React.js? We want to put in place an event that triggers a confirmation dialogue asking the user if they "rea...