This article will cover two topics:
First, let’s recap what we know about the props concept. Props are the data we pass or can access, from the top-level components to any number of child components on our website. Take a look at this diagram:
You may be shocked to see a Path toy as a methodology and still wondering what is the connection between a rubber duck and software engineering? Well, this toy has a deep story. Let’s explore it together.
The term rubber ducking is the shortened term of a rubber duck debugging which is a method of debugging code where you explain the problem or the concept line by line for a rubber duck that won’t judge you.
Bring the rubber duck to your desk, then start by explaining what the code is supposed to do. After that, describe when the error has happened. For example, in the runtime or while you still writing the code. Then, try to trace the code and explain it aloud line by line to the rubber duck till you finish. After that, describe what are the approaches that you followed to fix the problem and what approach works and not works. …
First of all, let us just be thankful for Leonardo DiCaprio. Are you curious why? Let us know why ;)
This article will cover two topics:
Let’s start the party!
First of all, let us just be thankful for Leonardo DiCaprio. Are you curious why? Let us know why ;)
This article will cover two topics:
Let’s start the party!
Ladies and gentlemen, take your seats and let’s begin our trip around the NPM world.BUT first, Where we will be going specifically in it?
Well, This trip covers 3 main places. Oops, I mean 3 topics ;) :
Ok...Let’s got
NPM is an abbreviation for the Node Package Manager. It is a way to deal with what your project software needs, for instance, updating, sharing, installing and removing packages or libraries or even frameworks with the capability to control their versions. Npm is a significant tool that every developer should use for several reasons, by using it, you avoid a laborious process ,for example,instead of searching and installing something your project need ,simply use the command “npm install PackageName”, Simple hah? …
To make a chocolate cake, you need to know the recipe. After knowing it, you will start by reading the steps, then you will prepare the ingredients and start making the cake. The point is: Planning is a very important tool to reach your goal. In this case, UML is an important tool for both requirements: Analysis and Design of Object-oriented Software which helps your coding process to be easier. So, in this article, I will explain what UML is, why we use it, and some technical information that explains the basics of class diagrams.
UML is an abbreviation for Unified Modeling Language, which is a standard graphical language for modeling object-oriented software. …
About