July 10, 2018This article was originally published on OKTA Blog. Thank you for supporting the partners who make SitePoint possible.
Progressive Web Applications (PWAs) are the newest technology on the web dev block, and they’ve arrived just in time to solve a growing problem. Many companies are struggling to keep isolated develop...
June 28, 2018As recently as seven short years ago, building video applications on the web was a massive pain. Remember the days of using Flash and proprietary codecs (which often required licensing)? Yuck. In the last few years, video chat technology has dramatically improved and Flash is no longer required.
Today, the video chat l...
June 19, 2018As a web developer, you sometimes find yourself in a position where you are required to implement a map. Your first choice is to use Google Maps, right?This looks okay. However, you may be required to overlay additional information over the map with the help of markers. You can use this method, or you can find a bett...
June 14, 2018This article was originally published on MongoDB. Thank you for supporting the partners who make SitePoint possible.
One of MongoDB’s key strengths has always been developer empowerment: by relying on a flexible schema architecture, MongoDB makes it easier and faster for applications to move through the development s...
May 16, 2018This article was created in partnership with Sentry.io. Thank you for supporting the partners who make SitePoint possible.
If you’ve done any work with the JavaScript onerror event before, you’ve probably come across the following:Script error.“Script error” is what browsers send to the oner...
May 2, 2018This article was created in partnership with Sentry. Thank you for supporting the partners who make SitePoint possible.
onerror is a special browser event that fires whenever an uncaught JavaScript error has been thrown. It's one of the easiest ways to log client-side errors and report them to your servers. It'...
April 19, 2018Angular has taken off in popularity and is in widespread use. Developed and maintained by Google engineers, Angular has found a place all across dynamic web applications and is an increasingly in-demand platform.
Angular offers the advantages of a large and enthusiastic community and outstanding MVC that doesn’t requ...
April 12, 2018This article on WebStorm and Angular was sponsored by JetBrains. Thank you for supporting the partners who make SitePoint possible.
In this two-part series on WebStorm and Angular, Google Developer Experts Jurgen Van de Moere and Todd Motto share their 12 favorite productivity tips for developing Angular applications ...
April 9, 2018Arrow functions were introduced with ES6 as a new syntax for writing JavaScript functions. They save developers time and simplify function scope. Surveys show they’re the most popular ES6 feature:Source: Axel Rauschmayer survey on favorite ES6 featuresSource: Ponyfoo’s survey on the most commonly used ES6 featu...
March 27, 2018In a previous article, we looked at how to get data into and out of components using the @Input and @Output annotations. In this article, we’ll look at another fundamental aspect of Angular 2 components — their ability to use “providers.”
You may have seen “providers” in a list of properties you can use to ...
Recent Comments