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...
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...
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...
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...
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...
While exploring the details of ES6, one of the first things that you'll read about is the new class keyword.
It's not really something new, rather a new way to do the same thing we were doing before.
It's simply a different way to create JavaScript[...]
Read more...