Search

ALL  /  Insights  /  Press Releases  /  Careers  /  Engineering  /  Design  /  Stats  /  Life at Polar


Responsive Design vs Adaptive Design: Which is your answer?

​Me: Do you have a mobile strategy?
​​Client: Yes, we have a responsive design website.

Every few years a new buzzword comes along that defines what a mobile strategy should be. The term "responsive design" has been thrown around a lot lately, and not just among us marketers but it's gone mainstream into the public.

Read More

Managing memory in JavaScript is hard

Managing objects in JavaScript requires an understanding of references and garbage collection. All modern browsers use a method called mark-and-sweep, this means when an object is 'unreachable' it can be cleaned up by the garbage collector. Objects have a constructor for objects in javascript, but there is no clear destructor for objects. The idea behind this blog post is to show you how to allow your objects to be garbage collected in formal and structured way.

Read More