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…
Tag: Guillermo Cava
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…
6 Interesting APIs to Check Out in 2018
The list of available APIs that developers have access to grows by the day, and we are now firmly in the API economy, which is a term used to describe how APIs can positively affect an organization’s profitability. Such effects on profitability are evident both for companies which allow developers to plug into their systems,…
Learn Basics of React.js in 11 Minutes
If you are new to React.js this tutorial will give you introduction to all basic concepts in react. What and Why? This article is not going to cover details of what and why? Although you should be knowing by now that React is a JavaScript library aimed to create user interfaces and used extensively by…
MySQL option/feature to track history of changes to records
Hi, my name is Guillermo Antony Cava Nuñez, today while attending an issue at work, it happened that a user was claiming that they in fact submited information with something spelled one way but in fact in the database they submited it wrong. Long story short they changed it in the database but in order to…
GIT version control on private serve | Low Cost
Learn how to set up your own Git server in this tutorial from our archives. Git is a versioning system developed by Linus Torvalds, that is used by millions of users around the globe. Companies like GitHub offer code hosting services based on Git. According to reports, GitHub, a code hosting site, is the world’s largest code hosting service. The company claims that there are…