Speech to emotion with Chrome and Node.jsI’ve started writing again and decided to start recording also.Jan 29, 202060Jan 29, 202060
Published inNearsoft SolutionsQuick tip for arrays in JavaScriptArrays very common and useful data structure to save collections but they have a small catch in JavaScript, they are in truth objects…Oct 16, 20171071Oct 16, 20171071
Published incodeburstFrom imperative to functional JavaScriptFunctional programming is an awesome tool to have in your arsenal, since it will at least:Sep 18, 2017569Sep 18, 2017569
Published inWe’ve moved to freeCodeCamp.org/newsJavaScript — from callbacks to async/awaitJavaScript is synchronous. This means that it will execute your code block by order after hoisting. Before the code executes, var and…Aug 31, 20175114Aug 31, 20175114
Published inCloudBoostIntroduction to NPMI made a mistake, this week I started to write and prepare whatever I felt I needed the next article instead of investigating first like…Aug 21, 201751Aug 21, 201751
Published inHackerNoon.comUnit testing Node.js with TapeI feel there is a tendency to forget that we, or somebody else, will have to maintain our code weeks, months or even years after its…Aug 14, 20171013Aug 14, 20171013
Published inNearsoft SolutionsGetting started with GitYou have a project you want to share with other developers, or you want to start something with more people and need to share the code in a…Aug 7, 201751Aug 7, 201751
Published inHackerNoon.comIntroduction to Node.js cloud deploymentWhen you want to test in a real production environment instead of using your computer as a server and for the deployment of your Node.js…Jul 31, 2017606Jul 31, 2017606
Published inBetter ProgrammingVideo Stream With Node.js and HTML5I was asked how to do video stream using Node.js, something I had yet to try so, “why not” I thought, let me share my findings.Jul 24, 201711958Jul 24, 201711958
Published incodeburstJavaScript error messages && debuggingMost of your time as a developer is spent reading code followed by debugging that same code, most likely to be able to read it or solve an…Jul 17, 2017753Jul 17, 2017753