CJ Brewer
Section Blog
Categories
Section Blog
Categories
Nov 14, 2019
GraphQL is a widely adopted alternative to REST APIs because of the many benefits that it offers, including performance, efficiency, and predictability. While the advantages are significant, many developers...
Oct 31, 2018
Among the primary customers that we serve at Section are SaaS (Software as a Service) companies that license and deliver software on a subscription basis from a central hosting platform. SaaS has become a...
Jul 26, 2018
Elasticsearch and Kibana are open source tools run by Elastic. Elasticsearch, at its simplest, is a document search storage engine and Kibana is the user interface for Elasticsearch.
Feb 25, 2018
When creating a website, you have to set up a lot of moving pieces to actually make it function. For example, creating an HTTP server with software like Nginx or Apache, constructing the application logic...
Jul 24, 2017
The Chrome Developer Tools are a set of debugging tools built right into Google’s Chrome browser that show developers how the browser is interacting with their website or application. Anyone can use the...