Tools

A way to manage nodejs and npm on windows

For the ones starting with NodeJS and NPM on windows, you probably are asking yourself how to update those when a security flaw is found or when a new version comes out. There is a way. Updating NPM You can update NPM by using npm-windows-upgrade If you want to skip all the reading of their page, here’s the parts that you need to know (excerpt from the page): First, ensure that you can execute scripts on your system by running the following command from an elevated PowerShell. To run PowerShell as Administrator, click Start, search for PowerShell, right-click PowerShell and select Run as Administrator.

Then, to install and use this upgrader tool, run (also from an elevated PowerShell or…

Read more
Angular, React, Web

Angular2 or React in the business environment

In 2015 and 2016, React was at the top of front end libraries for creating reusable components. AngularJS (Angular 1) was being slowly left behind; the Google team after 5 years of development learned from the users and came out with Angular 2. The framework was rewritten completely and it really is an amazing accomplishment. As a software architect, a key task of my job is to evaluate the current and future tools, frameworks and libraries out there and see if one of more could potentially be a fit for the development team. As you probably know, they are a lot of articles comparing both React and Angular 2. As a user of both, I want to share with you my findings….

Read more
Personal

A real hello world!

Hello world! I love being a developer and I’m incredibly thankful that I had the opportunity to make a passion my job. 2017 is a new year into which I want to embark on a new journey; a journey with you, yes you. You may be wondering what I mean by this. Well it’s fairly simple; I want to learn with you. I want to share with you my struggles, my ideas and my discoveries. I want to learn from yours as well! A friend of mine once told me Surround yourself with those who help you progress. A true crew doesn’t stay stagnant or drag each other down. If I eat, we all eat That’s right. We are here to better…

Read more