Over time, I learned a few useful facts while working with NodeJS that made my life a lot easier at the beginning stage. I tried to compile them into a list on this post. As a NodeJS developer, you may find at least some of these NodeJS tips helpful as well.
Using Strict Mode In Coding:
using strict mode in Nodejs code helps us to figure out poorly written JavaScript … [Read more...] about NodeJS Tips And Tricks For Beginners
Node.JS is a nice technology for building high-performance and efficient backend applications. Thus it is also a very popular technology to be used as a mobile application's backend server, where performance impacts user engagement highly. For a mobile application, push notification is a highly important aspect. Implementing push notifications includes both iOS and server-side … [Read more...] about Apple Push Notification Backend In NodeJS
Today, I am happy to introduce you, my beloved readers, to one of my new projects, a universal Language Translator voice/text-messaging chat system. It's still in barely a prototype implementation. But I hope you can get and experience the idea I am trying to achieve here. Though I have several more works to do in the coming days, I will request you to check this and let me … [Read more...] about Web Based Universal Language Translator, Voice/Text Messaging App
I don't remember any unit test frameworks for JavaScript environments when I first became familiar with this language(around 2008). A lot changed since then. JavaScript took over the back end (NodeJS), too, and many other revolutionary libraries/frameworks are now available.
Assuming you are already familiar with NodeJS and have written code for a while, today I am going to … [Read more...] about Getting Started With Unit Testing In Node.JS
If you don't know about it yet, the HTML5 web speech API specification is now working on Google Chrome and partially in the Apple Safari browser(See the browser support status here). That means you can now develop voice-driven web applications. We hope that other browsers will start supporting this very soon as well. In this tutorial, I will try to explain how we can begin … [Read more...] about Getting Started With HTML5 Web Speech API
var JetpackInstantSearchOptions=JSON.parse(decodeURIComponent("%7B%22overlayOptions%22%3A%7B%22colorTheme%22%3A%22light%22%2C%22enableInfScroll%22%3Atrue%2C%22enableFilteringOpensOverlay%22%3Atrue%2C%22enablePostDate%22%3Atrue%2C%22enableSort%22%3Atrue%2C%22highlightColor%22%3A%22%23FFC%22%2C%22overlayTrigger%22%3A%22submit%22%2C%22resultFormat%22%3A%22expanded%22%2C%22showPoweredBy%22%3Atrue%2C%22defaultSort%22%3A%22relevance%22%2C%22excludedPostTypes%22%3A%5B%5D%7D%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Fcodesamplez.com%22%2C%22locale%22%3A%22en-US%22%2C%22postsPerPage%22%3A5%2C%22siteId%22%3A18994550%2C%22postTypes%22%3A%7B%22post%22%3A%7B%22singular_name%22%3A%22Post%22%2C%22name%22%3A%22Posts%22%7D%2C%22page%22%3A%7B%22singular_name%22%3A%22Page%22%2C%22name%22%3A%22Pages%22%7D%2C%22attachment%22%3A%7B%22singular_name%22%3A%22Media%22%2C%22name%22%3A%22Media%22%7D%7D%2C%22webpackPublicPath%22%3A%22https%3A%5C%2F%5C%2Fcodesamplez.com%5C%2Fwp-content%5C%2Fplugins%5C%2Fjetpack%5C%2Fjetpack_vendor%5C%2Fautomattic%5C%2Fjetpack-search%5C%2Fbuild%5C%2Finstant-search%5C%2F%22%2C%22isPhotonEnabled%22%3Afalse%2C%22isFreePlan%22%3Atrue%2C%22apiRoot%22%3A%22https%3A%5C%2F%5C%2Fcodesamplez.com%5C%2Fwp-json%5C%2F%22%2C%22apiNonce%22%3A%22155bc22a78%22%2C%22isPrivateSite%22%3Afalse%2C%22isWpcom%22%3Afalse%2C%22hasOverlayWidgets%22%3Afalse%2C%22widgets%22%3A%5B%5D%2C%22widgetsOutsideOverlay%22%3A%5B%5D%2C%22hasNonSearchWidgets%22%3Afalse%2C%22preventTrackingCookiesReset%22%3Afalse%7D"));