Home / Blog
Blog

Blog - Software Development & Customer Success

What is HTTPS and why does it matter?

What is HTTPS and why does it matter?

What is HTTP? HTTP stands for Hypertext Transfer Protocol and it's the underlying communication protocol for the World Wide Web. It's used every time your browser makes a new page request. Somewhere at the end of that request, a server interprets[...]

Read more...
Working with a Consulting Services Company

Working with a Consulting Services Company

It projects often require a variety of technical skills to bring a project to a successful completion. If your team is lacking in any of the necessary skills they may be able to learn as they go, but if your team is already at capacity that may not[...]

Read more...
Why your business needs a Mobile App

Why your business needs a Mobile App

If you're in business today, you already know that it's a constant battle to stay ahead of your competition. Sit still too long and you may never catch-up. If your customers are consumers, you have an additional challenge, in that everyday they are[...]

Read more...
Using Getters and Setters in JavaScript

Using Getters and Setters in JavaScript

Creating Objects in Javascript allows complex functionality while exposing only certain functions. Sometimes it's helpful to expose Object properties as well and unless they're simply read-write attributes, it may not be immediately clear how to how[...]

Read more...
Using template strings in ES6

Using template strings in ES6

I bought my first book on JavaScript somewhere around 1998, and the topic of String manipulation was limited to using the "+" operator to join two strings and using the "+=" operator to append to an existing string. For the most part little changed[...]

Read more...