Blog
When Angular 2 was released in September of 2016, it signalled a dramatic shift in enterprise front-end development. Not only was it a complete rewrite of AngularJS, but it was also built from the ground up with Typescript - Microsoft's strongly typed superset of JavaScript.
A common scenario is to tack implementing digital analytics onto the end of a project at the last minute. While this is much better than flying blind, better outcomes can be obtained by spending that time earlier in the project.
I've been hearing about GraphQL lately, a library to create an API endpoint for your data. GraphQL has been positioned as a replacement for our traditional REST backends as it tries to solve the same problem. Which is, to make data available for our web or mobile apps, but with a different approach that is supposed to be more flexible.
In 2017, reading news reports about online security breaches has become commonplace. In the United States alone, there was a 40% increase in security breaches in 2016 vs 2015 and since 2013 hackers have stolen over 7 billion customer records.
Companies once rose and fell based on the word-of-mouth they could generate around their products. Business must have gotten much more complicated with the mass consumption of radio and magazines. The mom and pop shops, having figured out print branding, would have had a hard time competing with the radio jingles of more savvy companies, which were ahead of the curve.
Today is Global Accessibility Awareness Day (GAAD) , a day to raise awareness about accessibility and encourage development teams to make accessibility part of their practice. At Rangle, this is something that we are striving to do. We have helped several of our clients build accessibly, but it still represents a competing priority for many software projects. What developers, scrum masters and product owners should know is that like any other new practice, the initial cost incurred while ramping up ultimately saves time and leads to a more robust outcome.
A common dilemma for leaders with eCommerce platforms across industries is recognizing when their online shopping platform’s functionality is falling behind – or when the cost of keeping up is wasting valuable money and resources.
If modern JavaScript frameworks are your thing, you've probably heard people talking, recently, about React Fiber.