javascript

Blog posts tagged with javascript
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!
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.
Screeps: The MMO Sandbox Game for Programmers

Screeps: The MMO Sandbox Game for Programmers

18/06/2017
In this article, we explore a video game that requires players to code in JavaScript in order to make any progress in the game and interact with other players. {::options parse_block_html="true" /} <div class="author"> <img src="https://www.rss-specifications.com/rss-spec-rss.gif" style="width: 96px; height: 96;"> <span style="position: absolute; padding: 32px 15px;">{% comment %}Remark that post_url refers to the *original* post url, not Jekyll's post_url variable. Moreover, planet.rb preproc...
Pravin Halady of NodeSource- Enterprise Ready Node.js [Podcast]

Pravin Halady of NodeSource- Enterprise Ready Node.js [Podcast]

30/06/2017
A DZone Zone Leader interviews a member of the project management team at NodeSource, and discusses the possibilities Node.js and npm bring to businesses. {::options parse_block_html="true" /} <div class="author"> <img src="https://www.rss-specifications.com/rss-spec-rss.gif" style="width: 96px; height: 96;"> <span style="position: absolute; padding: 32px 15px;">{% comment %}Remark that post_url refers to the *original* post url, not Jekyll's post_url variable. Moreover, planet.rb preprocesses...
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.