Hi my name is Guillermo Antony Cava Nuñez, recently while working with sweetalerts2, had to handle some Ajax requests and wanted to make use of the preconfirm methods available. It uses promises in order to wait for the response prior to advancing to the next, thus had to make a promise within the scope of…
Category: nodejs
Web REST API Benchmark on a Real Life Application
Working as a web freelancer I am interested in how different frameworks and technologies perform, but the majority of the benchmarks found over the internet are considering just the Hello World example. When you are building a real life application there are more aspects to take into consideration, so I decided to run a complete benchmark between the…
Javascript Fetch API – All documentation
Hi, I’m Guillermo Antony Cava Nunez, every morning I check content to improve on my work flow, either adopt new tech or stay away. Recently while making a dashboard I noticed that I haven’t made much use of the javascript fetch api, and well this documentation made my life easier, hope you guys benefit! Guillermo Cava…
How to deploy a Reverse Proxy Apache with WHM
Hi, my name is Guillermo Antony Cava Nuñez, recently been swamped with work. One of the dilemmas I had to figure out how to solve was the issue of being able to run an express backend for one of the apps we are developing. These couple of lines were a lifesafer. Hope they are as…