Note: This is part 2 of three-part How to Make HTTP Request in JavaScript series. This learning post is still in active development and updated regularly. In this three-part How to Make HTTP Request in JavaScript series, introduction to JSON, working with JSON data, and connecting to external API to obtain JSON data from servers, […]
Deep Diving into JSON and Its Use in JavaScript
Note: This is part 1 of three-part How to Make HTTP Request in JavaScript series. This learning post is still in active development and updated regularly. When data are exchanged between programs, a browser and server, they are done in simple text. Two such text-based format JSON and XML are commonly used to received data […]
Yarn Installation on MacOS
NPM is default package manager for Node.js packages (or modules) to share and reuse code among JavaScript developers. Node.js (an open source server environment) allows to run JavaScript on the server. It runs on Windows, MacOS, Linux and other platforms. Yarn is a new node package manager developed by Facebook, Google and others, and publicly […]
Yarn Installation on MacOS
NPM is default package manager for Node.js packages (or modules) to share and reuse code among JavaScript developers. Node.js (an open source server environment) allows to run JavaScript on the server. It runs on Windows, MacOS, Linux and other platforms. Yarn is a new node package manager developed by Facebook, Google and others, and publicly […]
Updating React to Newer Versions
ReactJs, just like other software libraries, is constantly in development to patch securities, update dependencies and add new features. To take advantages of the new features, the core ReactJs library needs to be updated when available. In this posts updating ReactJs to newer version using npm and Yarn is described briefly. Updating React v16.8 with […]
Just write — write down what you learned, no matter how big or small. Start a blog and publish your writings there. Don’t think about whether or not people will like or read your articles — just give them a home and put them out there. Sara Soueidan
The above quote taken from the Just Write article by Sara Soueidan (a freelance front-end UI/UX developer, trainer, author and speaker) from her personal blog site is simply inspiring.
