Home
 Contact

How to Migrate From NPM to Yarn

April 9, 2020


I previously wrote a blog post about How to Get Started with the Yarn Package Manager for NodeJS, and noticed that it was appearing in search results for people who were searching for a step-by-step NPM-to-Yarn migration guide. So without further ado, here’s your guide on how to migrate from NPM to Yarn! 1) Delete […]

KubeCon + CloudNativeCon North America 2017 Recap

December 14, 2017


TL;DR Kubernetes has experienced tremendous amounts of growth in terms of popularity. Over 4,000 attendees of Kubecon + CloudNativeCon was a reflection of this growth. At this year’s conference, there was a lot of talk about different types of service mesh, automated testing tools, deployment strategies and a ton of products that now offer Kubernetes-specific […]

Tips for Successful App Development with React Native

September 17, 2017


React Native is an impressive library for developing cross-platform mobile apps. Below are a few things that I wish I had known when I first started working with React Native. Actively Develop on Both Platforms This is a common mistake, and one that I made early on. I used to extensively develop features on iOS […]

How to Get Started with the Yarn Package Manager for Node.Js

December 23, 2016


Yarn is an open-source dependency manager for Node.js. It is developed by Facebook, Exponent, Google and Tilde. Yarn aims to solve challenges that the npm client creates at scale. It claims to be faster and more reliable than npm client. Yarn also verifies the integrity of all modules and their relative dependencies prior to code […]

Copyright © 2023 Maziar Moazzen-Ahmadi unless noted otherwise. Some rights reserved.