Home / Blog / Categories / Software-development
Blog

Software-development

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...
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...