Posts tagged with "JavaScript"

JavaScript is a high-level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification. Alongside HTML and CSS, it is one of the three core technologies of World Wide Web content production; the majority of websites employ it and it is supported by all modern Web browsers without plug-ins.

Angular 1.x Minification

January 17, 2017 by Christoff Truter

Undoubtedly if you've ever worked with an Angular 1.x project and attempted to minify your project, you would have ran into some difficulties.

JavaScript   Angular  

Programming libraries / languages to learn in 2017

January 9, 2017 by Christoff Truter

Don't you think it is very presumptuous when you see these new years posts, claiming some kind of clairvoyance? Like I can possibly tell you what to focus on in the new year career wise, when meantime back at the ranch I can barely master a belt buckle?

JavaScript   PHP   TypeScript   Angular   Opinion  

A quick introduction to Lodash

November 1, 2016 by Christoff Truter - 1 Comment

A few months ago I attempted to join the Borg collective, unfortunately things didn't quite work out as planned.

JavaScript   Angular  

A sticky Angular ui-router problem

November 1, 2016 by Christoff Truter

While working on one of our Angular 1.5.x projects, someone in our QA department reported a rather interesting bug, which I tracked down to a third party library (ui-router-extras, more specifically sticky states) we're using.

JavaScript   Angular  

My opinion on the Polymer library

September 16, 2016 by Christoff Truter - 2 Comments

From time to time we are forced (for whatever reason) to use technologies that we don't agree with (just to set the tone of the post), a recent example from my own experience is the Polymer library.

JavaScript   Opinion