Standards – Versions dot notations
It has probably occurred, you are updating a software, api, frontend, code base of some kind and you come to a direct question of to document the updates or to simply deploy no questions asked. However taking the ladder of the two is a tuff headache to later face. About all code base you can…
CSS – Simple print styles to never have to suffer
So at the agency I work at we got assigned to re-build a site for a law firm and among the things they desired, they also wanted to have a print button along with one of the forms they have within the site. Sounds simple enough right? Well as my venture to create a button…
SSL – What you need to know
Well this past week been struggling heavily with the launch of this site build on wordpress, particularly with it’s SSL certificate (might I add that it was a purchased certificate). After days of coordinating with the server admin and various configuration changes, decided to bring on the site over to my server to isolate several…
Promises in JavaScript – Documentations and Examples
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…
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…