javascript

Blog posts tagged with javascript
Create Cross-Platform Desktop Apps with Electron

Create Cross-Platform Desktop Apps with Electron

23/05/2016
Call me old-fashioned, but I have always preferred using a desktop app suited to each purpose. I feel that if all I'm going to use is a browser for everything I do, then why have a 'proper' computer? On a practical level, I travel frequently and am generally 'between' internet connectivity or using unstable internet connections, and 'real' applications are typically far better at allowing effective offline working.
Video - Submitting to the Chrome Store

Video - Submitting to the Chrome Store

21/12/2015
There are quite a lot of specific images and text descriptions required to create a listing page for your app, we detail them here and provide some useful tools to help create them. In this final section we submit our application to the store. You're almost there!
Node logging best practices and tips

Node logging best practices and tips

28/09/2017
As is traditional with the JavaScript world, there are a dizzying amount of options for node logging. In this article, I will dig into some of the better and lesser known options to see what’s on offer and help you log better in your Node applications.