Tutorials Page 55
![Convert String to DOM Nodes]()
Convert String to DOM Nodes
It wasn't too long ago that browsers were mostly stagnant when it came to implementing new APIs and features, leading to the rise of MooTools (FTW), jQuery, Dojo Toolkit, Prototype, and likewise JavaScript toolkits. Then we started doing more client side rendering and were forced...
![Unique Array Values]()
Unique Array Values
When you look at any programming language, you see missing features that you find puzzling because the use case seems so common. One such case is retrieving unique values from an array with JavaScript. Years ago I mentioned an easy way of unique value management using objects instead...
![Cloudinary React Components]()
Cloudinary React Components
I've been experimenting a lot with both React and Cloudinary over the past six months and it's been a blast -- I'm learning a ton while also recovering the ambition and thirst I had as a young developer. React has been a revelation: an advanced JavaScript...
![Modern JavaScript Apps with Neutrino]()
Modern JavaScript Apps with Neutrino
Utilize tooling that harnesses the power of Webpack with ease of simple presets to quickly start JavaScript projects, all without upfront configuration. Taking the plunge into starting a new JS project often brings along a significant effort into preparing your environment prior to starting development on the...
![Promise.all for Rejections and Resolves]()
Promise.all for Rejections and Resolves
Promises have been an incredible addition to JavaScript; they save us callback hell, make coding async more maintainable, and and allow us to keep track of multiple async processes at a time.
Promise.allcomes to mind, allowing us to react when multiple promises have been resolved. UnfortunatelyPromise.allonly resolves when...![Handpicked Resources for 2017]()
Handpicked Resources for 2017
Let’s start 2017 with a great showcase of handpicked web resources that will make our projects easier. We’ve worked a couple of months to identify which are the best tools worth mentioning. Developers, web designers and individuals talked with us and they share their experience and...
![WhitestormJS v2 Beta: New Ecosystem]()
WhitestormJS v2 Beta: New Ecosystem
We always improve our apps: refactor, update dependencies, practices as well as user experience. In whitestorm.js v2 we update API, app structure. The main goal of the second version is to improve flexibility as much as we can. 3D rendering is a bit more complicated than I...
![Interview with O’Reilly Strategic Content Director: Rachel Roumeliotis]()
Interview with O’Reilly Strategic Content Director: Rachel Roumeliotis
O'Reilly Media is, without a doubt, the premier publisher of educational books in our industry. When you see a tech book with an illustrated animal on the cover, it's a safe bet that book is the highest in content quality. The same can be said about...
![Follow URL Redirects with Node.js]()
Follow URL Redirects with Node.js
URL shorteners are a dime a dozen these days, and it is quite nice to have a pretty URL instead of a mile long string, but there are some downsides to URL shorteners: they can mask dangerous URLs and getting to the endpoint can be slow, since you...
![System Notifications with Node.js]()
System Notifications with Node.js
Notifications can be a godsend or the bane of our existence these days. Every app you install on your phone wants access to notifications, as do desktop apps, and now we have a Web Notifications API along with a Web Push API, just in case you don't already have...









